diff options
Diffstat (limited to 'src/object/sp-path.cpp')
| -rw-r--r-- | src/object/sp-path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-path.cpp b/src/object/sp-path.cpp index 379b1bfdf..9d7ef1fe0 100644 --- a/src/object/sp-path.cpp +++ b/src/object/sp-path.cpp @@ -158,7 +158,7 @@ void SPPath::build(SPDocument *document, Inkscape::XML::Node *repr) { curve->unref(); // Convert from property to attribute (convert back on write) - getRepr()->setAttribute("d", value); + setAttribute("d", value); SPCSSAttr *css = sp_repr_css_attr( getRepr(), "style"); sp_repr_css_unset_property ( css, "d"); |
