summaryrefslogtreecommitdiffstats
path: root/src/livarot/Path.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix bug in livarot where open paths are rendered as closed path when start ↵Johan B. C. Engelen2009-01-021-2/+3
| | | | | == end point. now svg testsuite paths-data-10-t.svg is rendered correctly (bzr r7059)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-64/+64
| | | (bzr r7032)
* remove no longer used methods (livarot to nartbpath ; font glyphs to nartbpath)Johan B. C. Engelen2008-07-121-1/+0
| | | (bzr r6280)
* add MakePathVector to livarotJohan B. C. Engelen2008-07-081-4/+5
| | | (bzr r6232)
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-291-1/+1
| | | (bzr r6087)
* don't use splivarot to get livarot path, use livarot's LoadPathVector method ↵Johan B. C. Engelen2008-06-261-0/+1
| | | | | instead (bzr r6076)
* remove obsolete LoadArtBPath from livarotJohan B. C. Engelen2008-06-221-1/+0
| | | (bzr r6018)
* create method for Livarot paths to load PathVectors instead of NArtBpathsJohan B. C. Engelen2008-06-221-0/+7
| | | (bzr r6016)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-1/+1
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* Node tool: snap to paths and their nodes, incl. to the path currently being ↵Diederik van Lierop2008-03-081-1/+1
| | | | | edited (bzr r4989)
* Snap to intersections of line segmentsDiederik van Lierop2007-11-141-0/+2
| | | (bzr r4082)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* method for dashing Path using an SPStylebulia byak2006-05-261-0/+4
| | | (bzr r1013)
* Rendering optimisation, which gives best results for zoomed in drawings with ↵Andrius Ramanauskas2006-04-191-0/+3
| | | | | complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+387
(bzr r1)