summaryrefslogtreecommitdiffstats
path: root/src/object/sp-rect.h
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-09-29 22:46:52 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-09-29 22:46:52 +0000
commitf4d8661226ac54c4aeba1b564bf5dbf8c181700c (patch)
tree932d1d81dcdc45a25b3f16ee42391ce730fd9f42 /src/object/sp-rect.h
parentfix compiling issues (diff)
downloadinkscape-f4d8661226ac54c4aeba1b564bf5dbf8c181700c.tar.gz
inkscape-f4d8661226ac54c4aeba1b564bf5dbf8c181700c.zip
Fix issue 872. LPE on rects is not rendering in browsers
Diffstat (limited to 'src/object/sp-rect.h')
-rw-r--r--src/object/sp-rect.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/object/sp-rect.h b/src/object/sp-rect.h
index bbc9d3c69..3aeecc99c 100644
--- a/src/object/sp-rect.h
+++ b/src/object/sp-rect.h
@@ -54,10 +54,12 @@ public:
void set(SPAttributeEnum key, char const *value) override;
void update(SPCtx* ctx, unsigned int flags) override;
+ void modified(unsigned int flags) override;
+ bool set_rect_path_attribute(Inkscape::XML::Node *repr);
- 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;
+ 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;