diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-09-29 22:46:52 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-09-29 22:46:52 +0000 |
| commit | f4d8661226ac54c4aeba1b564bf5dbf8c181700c (patch) | |
| tree | 932d1d81dcdc45a25b3f16ee42391ce730fd9f42 /src/object/sp-rect.h | |
| parent | fix compiling issues (diff) | |
| download | inkscape-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.h | 8 |
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; |
