summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eeca926)
raw | patch | inline | side by side (parent: eeca926)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 29 Mar 2009 18:18:24 +0000 (18:18 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 29 Mar 2009 18:18:24 +0000 (18:18 +0000) |
src/sp-path.cpp | patch | blob | history |
diff --git a/src/sp-path.cpp b/src/sp-path.cpp
index 6720823cb9a41606e7446086bae54a6bc76fea7a..635cb6a9874d467fcfae0145042411849fd81b49 100644 (file)
--- a/src/sp-path.cpp
+++ b/src/sp-path.cpp
SPPath * const path = (SPPath *) lpeitem;
Inkscape::XML::Node *repr = SP_OBJECT_REPR(shape);
- if (path->original_curve && sp_lpe_item_has_path_effect(lpeitem)) {
+ if (path->original_curve) {
SPCurve *curve = path->original_curve->copy();
/* if a path does not have an lpeitem applied, then reset the curve to the original_curve.
* This is very important for LPEs to work properly! (the bbox might be recalculated depending on the curve in shape)*/