summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cdd0f0c)
raw | patch | inline | side by side (parent: cdd0f0c)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Sun, 22 Jun 2008 17:32:08 +0000 (17:32 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Sun, 22 Jun 2008 17:32:08 +0000 (17:32 +0000) |
src/live_effects/parameter/path.cpp | patch | blob | history |
index 759e9f788c148083a306a1d9c54939ef3b0a1c98..295e40b7a57b58e184a9d1c542601dbbd0feedba 100644 (file)
// curve invalid, set default value
_pathvector = sp_svg_read_pathv(defvalue);
} else {
- _pathvector = BPath_to_2GeomPath(SP_CURVE_BPATH(curve));
+ _pathvector = curve->get_pathvector();
curve->unref();
}