Code

fix compositing for premultiplication and non-alpha cases
[inkscape.git] / src / live_effects / lpeobject.cpp
index 0ce2ce2830d2ef7ea398cb62c782674b66fa7a7b..de2baa4708063977224bcfdbb2c194bef86a9c60 100644 (file)
@@ -179,7 +179,6 @@ livepatheffect_set(SPObject *object, unsigned key, gchar const *value)
                 lpeobj->effecttype = Inkscape::LivePathEffect::LPETypeConverter.get_id_from_key(value);\r
                 if (lpeobj->effecttype != Inkscape::LivePathEffect::INVALID_LPE) {\r
                     lpeobj->lpe = Inkscape::LivePathEffect::Effect::New(lpeobj->effecttype, lpeobj);\r
-                    lpeobj->lpe->readallParameters(SP_OBJECT_REPR(object));\r
                 }\r
                 lpeobj->effecttype_set = true;\r
             } else {\r