summaryrefslogtreecommitdiffstats
path: root/src/path-chemistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/path-chemistry.cpp')
-rw-r--r--src/path-chemistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp
index 29c977e5d..9dfa760ea 100644
--- a/src/path-chemistry.cpp
+++ b/src/path-chemistry.cpp
@@ -115,7 +115,7 @@ sp_selected_path_combine(void)
//c->transform(item->transform);
curve = c;
} else {
- c->transform(item->getRelativeTransform(SP_OBJECT(first)));
+ c->transform(to_2geom(item->getRelativeTransform(SP_OBJECT(first))));
curve->append(c, false);
c->unref();
}