X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-tspan.cpp;h=0b3be70723fdb5ea22f8071247a63d2917dcb1ba;hb=76db360f5f052775326e6d406b9e1e9e2966e11a;hp=c86c852d7eb14d3316e1b72774dc4595e6f87192;hpb=43d06c7da14a174c6b2b41f9849b0cf098de4770;p=inkscape.git diff --git a/src/sp-tspan.cpp b/src/sp-tspan.cpp index c86c852d7..0b3be7072 100644 --- a/src/sp-tspan.cpp +++ b/src/sp-tspan.cpp @@ -578,7 +578,7 @@ sp_textpath_to_text(SPObject *tp) SPObject *text = SP_OBJECT_PARENT(tp); NRRect bbox; - sp_item_invoke_bbox(SP_ITEM(text), &bbox, sp_item_i2doc_affine(SP_ITEM(text)), TRUE); + sp_item_invoke_bbox(SP_ITEM(text), &bbox, from_2geom(sp_item_i2doc_affine(SP_ITEM(text))), TRUE); NR::Point xy(bbox.x0, bbox.y0); // make a list of textpath children