diff options
| author | mcecchetti <mcecchetti@users.sourceforge.net> | 2008-05-28 09:40:56 +0000 |
|---|---|---|
| committer | mcecchetti <mcecchetti@users.sourceforge.net> | 2008-05-28 09:40:56 +0000 |
| commit | ee0c39f9d8dc799c0af918c87ffd1408d79e5b44 (patch) | |
| tree | 4e563c29875b002b504f53b257d96756f3ba7b63 /src/2geom/path.cpp | |
| parent | Fix for PathString to eliminate use of sscanf (which is locale dependent). (diff) | |
| download | inkscape-ee0c39f9d8dc799c0af918c87ffd1408d79e5b44.tar.gz inkscape-ee0c39f9d8dc799c0af918c87ffd1408d79e5b44.zip | |
added methods to PathSink to manage horizontal and vertical line segments, modified svg-path-parser.rl accordingly; now PathSink::arcTo has a real implementation; parser issue quickly solved by Aaron Spike
(bzr r5758)
Diffstat (limited to 'src/2geom/path.cpp')
| -rw-r--r-- | src/2geom/path.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/2geom/path.cpp b/src/2geom/path.cpp index 7176130e9..564b8c58a 100644 --- a/src/2geom/path.cpp +++ b/src/2geom/path.cpp @@ -33,6 +33,7 @@ + #include "path.h" |
