summaryrefslogtreecommitdiffstats
path: root/src/svg/gnome-canvas-bpath-util.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-10LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen1-209/+0
remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789)
2008-07-16warning cleanupJon A. Cruz1-0/+1
(bzr r6329)
2008-06-30Approximately closed test for path parsing now looks at the absolute ↵Jasper van de Gronde1-6/+3
coordinate values again (in accordance with how PathString used to work before and relative coordinates, and how it works now). (bzr r6097)
2008-04-28Fix for closepath handling of SVG path data parser and tolerance for ↵Jasper van de Gronde1-3/+1
approximately closed check in gnome-canvas-bpath-util.cpp. (bzr r5536)
2008-04-12Make gnome_canvas_bpath_def_closepath merge two nearly equal endpoints to ↵Jasper van de Gronde1-3/+33
prevent endpoints from wrongly being recognized as distinct. (fixing bug 216152) (bzr r5411)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+4
(bzr r4629)