summaryrefslogtreecommitdiff
path: root/image/svg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation when building WITH_NS_SVGChris Young2010-03-301-1/+1
* It probably helps to invert the done_parse flagJohn Mark Bell2010-03-301-0/+2
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-14/+25
* Fix for new-cacheChris Young2010-03-281-3/+8
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-1/+1
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-1/+1
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-2/+6
* Rename TRANSPARENT to NS_TRANSPARENT to avoid clash on Windows. By MarkieB.Michael Drake2009-07-141-1/+1
* Correctly propagate plot successJohn Mark Bell2009-05-281-0/+2
* Squash warning.John Mark Bell2009-03-271-1/+4
* C89François Revel2008-11-291-1/+2
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-1/+1
* Convert svgtiny colours to BGR ordering when passing them to plotter APIs.John Mark Bell2008-07-281-2/+6
* - Include utils/config.h before each WITH_* test entiry enabling/disabling th...John Tytgat2008-07-261-2/+3
* Update status bar when standalone images are done.Michael Drake2008-03-101-0/+2
* Move SVG code into a new library, libsvgtiny.James Bursa2008-02-031-862/+56
* Fix coordinates when redrawing an SVG within a page.James Bursa2007-12-111-39/+21
* Implement polyline, polygon, more path segment types, and more transforms.James Bursa2007-12-021-51/+222
* Implement and fix more of viewBox, path, and transform.James Bursa2007-11-301-19/+29
* Add support for transform, color none, and some colours in style attribute.James Bursa2007-11-291-13/+109
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Wrap internal SVG renderer with appropriate #ifdef WITH_NS_SVGRob Kendrick2007-07-181-1/+4
* Start on implementing SVG <path>.James Bursa2007-07-171-1/+135
* Add SVG support for a few basic shapes.James Bursa2007-07-151-46/+368
* Primitive SVG render (rect, text).James Bursa2007-07-131-0/+222