summaryrefslogtreecommitdiffstats
path: root/src/sp-text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-text.cpp')
-rw-r--r--src/sp-text.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-text.cpp b/src/sp-text.cpp
index 59ced44e5..fcfb84968 100644
--- a/src/sp-text.cpp
+++ b/src/sp-text.cpp
@@ -432,7 +432,7 @@ static void sp_text_snappoints(SPItem const *item, SnapPointsIter p)
// the baseline anchor of the first char
Inkscape::Text::Layout const *layout = te_get_layout((SPItem *) item);
if(layout != NULL) {
- *p = layout->characterAnchorPoint(layout->begin()) * from_2geom(sp_item_i2d_affine(item));
+ *p = layout->characterAnchorPoint(layout->begin()) * sp_item_i2d_affine(item);
}
}