diff options
Diffstat (limited to 'src/nodepath.cpp')
| -rw-r--r-- | src/nodepath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodepath.cpp b/src/nodepath.cpp index f4be1c30c..b712539ab 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -342,7 +342,7 @@ void sp_nodepath_ensure_livarot_path(Inkscape::NodePath::Path *np) if (np && np->livarot_path == NULL) { SPCurve *curve = create_curve(np); np->livarot_path = new Path; - np->livarot_path->LoadPathVector(curve->get_pathvector(), Geom::Matrix(), false); + np->livarot_path->LoadPathVector(curve->get_pathvector()); if (np->livarot_path) np->livarot_path->ConvertWithBackData(0.01); |
