summaryrefslogtreecommitdiffstats
path: root/src/svg/path-string.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for PathString to eliminate use of sscanf (which is locale dependent).Jasper van de Gronde2008-05-271-7/+14
| | | (bzr r5757)
* PathString now makes sure that relative coordinates are based on rounded ↵Jasper van de Gronde2008-05-201-2/+100
| | | | | absolute coordinates (which allows for greater path data size reductions and makes sure that two identical coordinates will result in the same rounded coordinates). (bzr r5719)
* Remove unused flag from PathString.Jasper van de Gronde2008-03-211-1/+0
| | | (bzr r5143)
* patch by Jasper for optimizing path databulia byak2008-03-181-0/+57
(bzr r5110)