Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The library now builds | Daniel Silverstone | 2012-11-03 | 1 | -0/+1 |
| | |||||
* | More work towards libdom conversion | Daniel Silverstone | 2012-11-03 | 1 | -69/+110 |
| | |||||
* | Parse text | Daniel Silverstone | 2012-11-03 | 1 | -19/+65 |
| | |||||
* | Make more svg elements parse again | Daniel Silverstone | 2012-11-03 | 1 | -57/+127 |
| | |||||
* | More work to bring svgtiny into the libdom era | Daniel Silverstone | 2012-11-03 | 1 | -53/+110 |
| | |||||
* | Begin conversion to libdom | Daniel Silverstone | 2012-11-03 | 1 | -42/+98 |
| | |||||
* | s/strndup/svgtiny_strndup | John Mark Bell | 2011-01-02 | 1 | -1/+1 |
| | | | | svn path=/trunk/libsvgtiny/; revision=11186 | ||||
* | Use built-in strndup if the platform we're targetting doesn't have one | John Mark Bell | 2010-12-29 | 1 | -1/+20 |
| | | | | svn path=/trunk/libsvgtiny/; revision=11140 | ||||
* | Split the string for stroke-width like it's done for the other attributes so ↵ | James Bursa | 2010-09-24 | 1 | -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 | ||||
* | Lots of C89, please test... | François Revel | 2010-01-02 | 1 | -29/+57 |
| | | | | svn path=/trunk/libsvgtiny/; revision=9771 | ||||
* | Round stroke widths to nearest integer instead of down, and force to 1 if it ↵ | James Bursa | 2009-11-28 | 1 | -2/+4 |
| | | | | | | would be rounded to 0. svn path=/trunk/libsvgtiny/; revision=9707 | ||||
* | Implement <ellipse> element. Improve error handling for <circle>. | James Bursa | 2009-11-28 | 1 | -18/+109 |
| | | | | svn path=/trunk/libsvgtiny/; revision=9706 | ||||
* | Despite M_PI being #defined in math.h, and math.h being #included, in certain | Chris Young | 2009-11-22 | 1 | -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 Bursa | 2009-11-22 | 1 | -2/+27 |
| | | | | | | gradient fill. svn path=/trunk/libsvgtiny/; revision=9682 | ||||
* | Squash warnings | John Mark Bell | 2009-08-24 | 1 | -1/+5 |
| | | | | svn path=/trunk/libsvgtiny/; revision=9423 | ||||
* | Beginnings of port to core buildsystem | John Mark Bell | 2009-08-24 | 1 | -0/+1079 |
svn path=/trunk/libsvgtiny/; revision=9419 |