X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-conn-end-pair.cpp;h=786209fdae0a4a859286a85aed84c59f45e55529;hb=8d358698ecbf192ba7c6dc05d4f7de7592753d9f;hp=04591aaba3cbcbd565b62a7e01c1e17d1bc144a1;hpb=ff10ef00a3847886fff81e690d2f329f5eba2253;p=inkscape.git diff --git a/src/sp-conn-end-pair.cpp b/src/sp-conn-end-pair.cpp index 04591aaba..786209fda 100644 --- a/src/sp-conn-end-pair.cpp +++ b/src/sp-conn-end-pair.cpp @@ -167,7 +167,7 @@ SPConnEndPair::getEndpoints(NR::Point endPts[]) const { for (unsigned h = 0; h < 2; ++h) { if ( h2attItem[h] ) { - NR::Maybe bbox = h2attItem[h]->getBounds(sp_item_i2doc_affine(h2attItem[h])); + NR::Maybe bbox = h2attItem[h]->getBounds(from_2geom(sp_item_i2doc_affine(h2attItem[h]))); if (bbox) { endPts[h] = bbox->midpoint(); } else {