summaryrefslogtreecommitdiff
path: root/image/svg.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert svgtiny colours to BGR ordering when passing them to plotter APIs.John Mark Bell2008-07-281-2/+6
| | | | svn path=/trunk/netsurf/; revision=4784
* - Include utils/config.h before each WITH_* test entiry enabling/disabling ↵John Tytgat2008-07-261-2/+3
| | | | | | | | | | the object file. - Add same test in corresponding header file (if there is one) - riscos/uri.c: include riscos/uri.h and have function definitions matching the declarations. - Disable PDF debug logging. svn path=/trunk/netsurf/; revision=4769
* Update status bar when standalone images are done.Michael Drake2008-03-101-0/+2
| | | | svn path=/trunk/netsurf/; revision=3917
* Move SVG code into a new library, libsvgtiny.James Bursa2008-02-031-862/+56
| | | | svn path=/trunk/netsurf/; revision=3837
* Fix coordinates when redrawing an SVG within a page.James Bursa2007-12-111-39/+21
| | | | svn path=/trunk/netsurf/; revision=3661
* Implement polyline, polygon, more path segment types, and more transforms.James Bursa2007-12-021-51/+222
| | | | svn path=/trunk/netsurf/; revision=3659
* Implement and fix more of viewBox, path, and transform.James Bursa2007-11-301-19/+29
| | | | svn path=/trunk/netsurf/; revision=3655
* Add support for transform, color none, and some colours in style attribute.James Bursa2007-11-291-13/+109
| | | | svn path=/trunk/netsurf/; revision=3654
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVGRob Kendrick2007-07-181-1/+4
| | | | svn path=/trunk/netsurf/; revision=3432
* Start on implementing SVG <path>.James Bursa2007-07-171-1/+135
| | | | svn path=/trunk/netsurf/; revision=3427
* Add SVG support for a few basic shapes.James Bursa2007-07-151-46/+368
| | | | svn path=/trunk/netsurf/; revision=3420
* Primitive SVG render (rect, text).James Bursa2007-07-131-0/+222
svn path=/trunk/netsurf/; revision=3405