From b8d2a2d3b528d90cd88f96fd4a32b077c98776d5 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 17 Jul 2008 22:00:40 +0000 Subject: convert all SPCurve's points and matrices arguments and return types to 2Geom (bzr r6339) --- src/sp-path.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp-path.cpp') diff --git a/src/sp-path.cpp b/src/sp-path.cpp index 47d63b2b9..0867cc3ad 100644 --- a/src/sp-path.cpp +++ b/src/sp-path.cpp @@ -361,10 +361,10 @@ sp_path_set_transform(SPItem *item, NR::Matrix const &xform) // Transform the original-d path or the (ordinary) path if (path->original_curve) { - path->original_curve->transform(xform); + path->original_curve->transform(to_2geom(xform)); sp_lpe_item_update_patheffect(path, true, true); } else { - shape->curve->transform(xform); + shape->curve->transform(to_2geom(xform)); } // Adjust stroke -- cgit v1.2.3