From f81751abb770d0367d6c515cdcb56a7954714eab Mon Sep 17 00:00:00 2001 From: Stefano Facchini Date: Sat, 23 Sep 2017 10:23:47 +0200 Subject: Transform duplicate object only when clipping or masking --- src/sp-clippath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-clippath.h') 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 &reprs, SPDocument *document, Geom::Affine const* applyTransform); + static char const *create(std::vector &reprs, SPDocument *document); //static GType sp_clippath_get_type(void); Inkscape::DrawingItem *show(Inkscape::Drawing &drawing, unsigned int key); -- cgit v1.2.3