diff options
| author | Ted Gould <ted@gould.cx> | 2008-11-01 03:43:30 +0000 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-11-01 03:43:30 +0000 |
| commit | 0800a454f230fb7a029c88b0ab14bd9bb8a72bf1 (patch) | |
| tree | 78f551f42f8331a8a4336bdc6a53fb88d6dfda92 /src/extension/internal/odf.cpp | |
| parent | Making it so that including simple-node.h will generate an error (diff) | |
| download | inkscape-0800a454f230fb7a029c88b0ab14bd9bb8a72bf1.tar.gz inkscape-0800a454f230fb7a029c88b0ab14bd9bb8a72bf1.zip | |
Merge from trunk
(bzr r6890)
Diffstat (limited to 'src/extension/internal/odf.cpp')
| -rw-r--r-- | src/extension/internal/odf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/odf.cpp b/src/extension/internal/odf.cpp index a74e17a10..2e0082832 100644 --- a/src/extension/internal/odf.cpp +++ b/src/extension/internal/odf.cpp @@ -1496,7 +1496,7 @@ writePath(Writer &outs, Geom::PathVector const &pathv, // convert the path to only lineto's and cubic curveto's: Geom::PathVector pv = pathv_to_linear_and_cubic_beziers(pathv * tf * Geom::Translate(xoff, yoff) * Geom::Scale(1000.)); - for (Geom::PathVector::const_iterator pit = pathv.begin(); pit != pathv.end(); ++pit) { + for (Geom::PathVector::const_iterator pit = pv.begin(); pit != pv.end(); ++pit) { double destx = pit->initialPoint()[X]; double desty = pit->initialPoint()[Y]; |
