diff options
| author | Stefano Facchini <stefano.facchini@gmail.com> | 2017-09-23 08:23:47 +0000 |
|---|---|---|
| committer | Stefano Facchini <stefano.facchini@gmail.com> | 2017-09-24 11:26:11 +0000 |
| commit | f81751abb770d0367d6c515cdcb56a7954714eab (patch) | |
| tree | 22c103a78ba9e19a7e1a437d5b2e4852d1d8ab39 /src/sp-clippath.h | |
| parent | Remove unused parameter in SPItem::doWriteTransform (diff) | |
| download | inkscape-f81751abb770d0367d6c515cdcb56a7954714eab.tar.gz inkscape-f81751abb770d0367d6c515cdcb56a7954714eab.zip | |
Transform duplicate object only when clipping or masking
Diffstat (limited to 'src/sp-clippath.h')
| -rw-r--r-- | src/sp-clippath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-clippath.h b/src/sp-clippath.h index 129f3b7f3..87b5be92c 100644 --- a/src/sp-clippath.h +++ b/src/sp-clippath.h @@ -43,7 +43,7 @@ public: unsigned int clipPathUnits : 1; SPClipPathView *display; - static char const *create(std::vector<Inkscape::XML::Node*> &reprs, SPDocument *document, Geom::Affine const* applyTransform); + static char const *create(std::vector<Inkscape::XML::Node*> &reprs, SPDocument *document); //static GType sp_clippath_get_type(void); Inkscape::DrawingItem *show(Inkscape::Drawing &drawing, unsigned int key); |
