From c01f30416277ab3b8eeaeebd0c1d9e3fcdf4fd42 Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Sun, 30 Sep 2018 16:04:52 +0000 Subject: fix 1787601 star stroke width scaled by 3.78 --- src/object/sp-clippath.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/object/sp-clippath.cpp') diff --git a/src/object/sp-clippath.cpp b/src/object/sp-clippath.cpp index f06ac2c11..21959af41 100644 --- a/src/object/sp-clippath.cpp +++ b/src/object/sp-clippath.cpp @@ -84,7 +84,6 @@ void SPClipPath::set(unsigned int key, const gchar* value) { break; default: if (SP_ATTRIBUTE_IS_CSS(key)) { - this->style->readFromObject( this ); this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG); } else { SPObjectGroup::set(key, value); -- cgit v1.2.3