summaryrefslogtreecommitdiffstats
path: root/src/object/sp-rect.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-06-01 06:39:07 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-06-01 06:39:07 +0000
commit174908a7e0d4fec3657da94d243ef30b14b8f30b (patch)
tree05d3b49c31ddd3fd1754b6a42de8192ba0119560 /src/object/sp-rect.h
parentInclude more feature libraries (diff)
downloadinkscape-174908a7e0d4fec3657da94d243ef30b14b8f30b.tar.gz
inkscape-174908a7e0d4fec3657da94d243ef30b14b8f30b.zip
Allow rects be LPE like other primitives
Diffstat (limited to 'src/object/sp-rect.h')
-rw-r--r--src/object/sp-rect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-rect.h b/src/object/sp-rect.h
index 39fac16f9..bbc9d3c69 100644
--- a/src/object/sp-rect.h
+++ b/src/object/sp-rect.h
@@ -57,7 +57,7 @@ public:
Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int flags) override;
const char* displayName() const override;
-
+ void update_patheffect(bool write) override;
void set_shape() override;
Geom::Affine set_transform(Geom::Affine const& xform) override;