summaryrefslogtreecommitdiffstats
path: root/src/svg/path-string.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PathString now makes sure that relative coordinates are based on rounded ↵Jasper van de Gronde2008-05-201-38/+30
| | | | | 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-40/+106
| | | (bzr r5110)
* add SVG::PathString for better path buildingMenTaLguY2007-01-241-0/+152
(bzr r2267)