From 4c9d5ef55883fd94094371813f80cfef0befcf74 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 11 Sep 2008 21:44:48 +0000 Subject: convert almost all libnrtype to Geom:: (bzr r6793) --- src/sp-text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-text.cpp') 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); } } -- cgit v1.2.3