summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use built-in strndup if the platform we're targetting doesn't have oneJohn Mark Bell2010-12-293-2/+26
| | | | svn path=/trunk/libsvgtiny/; revision=11140
* Split the string for stroke-width like it's done for the other attributes so ↵James Bursa2010-09-241-1/+3
| | | | | | svgtiny_parse_length doesn't get confused about the remainder of the string. Contributed by Peter Korsgaard. svn path=/trunk/libsvgtiny/; revision=10837
* More of the C89... really do test it please!François Revel2010-01-021-37/+59
| | | | svn path=/trunk/libsvgtiny/; revision=9772
* Lots of C89, please test...François Revel2010-01-021-29/+57
| | | | svn path=/trunk/libsvgtiny/; revision=9771
* Round stroke widths to nearest integer instead of down, and force to 1 if it ↵James Bursa2009-11-281-2/+4
| | | | | | would be rounded to 0. svn path=/trunk/libsvgtiny/; revision=9707
* Implement <ellipse> element. Improve error handling for <circle>.James Bursa2009-11-281-18/+109
| | | | svn path=/trunk/libsvgtiny/; revision=9706
* Despite M_PI being #defined in math.h, and math.h being #included, in certainChris Young2009-11-221-0/+3
| | | | | | circumstances it doesn't get #defined. Catch this. svn path=/trunk/libsvgtiny/; revision=9701
* Start implementing arcs in paths. Fix crash when an empty path has a ↵James Bursa2009-11-221-2/+27
| | | | | | gradient fill. svn path=/trunk/libsvgtiny/; revision=9682
* gperf -> .c rule. This isn't in the core buildsystem as nothing else ↵John Mark Bell2009-08-241-0/+8
| | | | | | requires this. We can migrate it when needed. svn path=/trunk/libsvgtiny/; revision=9425
* Squash warningsJohn Mark Bell2009-08-243-4/+13
| | | | svn path=/trunk/libsvgtiny/; revision=9423
* Missed makefileJohn Mark Bell2009-08-241-0/+4
| | | | svn path=/trunk/libsvgtiny/; revision=9422
* Beginnings of port to core buildsystemJohn Mark Bell2009-08-245-0/+2105
svn path=/trunk/libsvgtiny/; revision=9419