Code

remove many unnecessary to_2geom and from_2geom calls
[inkscape.git] / src / path-chemistry.cpp
index 29c977e5d965e53fb74c6d4609572c295b5ee33d..c4855e7d38980239adafd20c7d0568c84116c20b 100644 (file)
@@ -221,7 +221,7 @@ sp_selected_path_break_apart(void)
         gchar *style = g_strdup(SP_OBJECT(item)->repr->attribute("style"));
         gchar *path_effect = g_strdup(SP_OBJECT(item)->repr->attribute("inkscape:path-effect"));
 
-        Geom::PathVector apv = curve->get_pathvector() * to_2geom(SP_ITEM(path)->transform);
+        Geom::PathVector apv = curve->get_pathvector() * SP_ITEM(path)->transform;
 
         curve->unref();