summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 69806c0)
raw | patch | inline | side by side (parent: 69806c0)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 16 Feb 2006 06:39:39 +0000 (06:39 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 16 Feb 2006 06:39:39 +0000 (06:39 +0000) |
src/sp-spiral.cpp | patch | blob | history |
diff --git a/src/sp-spiral.cpp b/src/sp-spiral.cpp
index d7b703d1adbc70269657cf795f5a61ba6ce7a5fc..9c04120e1e8dea67091c679d1e7185a93cba5697 100644 (file)
--- a/src/sp-spiral.cpp
+++ b/src/sp-spiral.cpp
sp_repr_set_svg_double(repr, "sodipodi:t0", spiral->t0);
}
+ // make sure the curve is rebuilt with all up-to-date parameters
+ sp_spiral_set_shape ((SPShape *) spiral);
+
//Duplicate the path
SPCurve *curve = ((SPShape *) spiral)->curve;
//Nulls might be possible if this called iteratively