X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsp-flowregion.cpp;h=51bc4c511be61d872c5966115971feb75669c883;hb=f3a0b5ff671d003a086352d4862a2a3905a99863;hp=95695768e8f5025c9738696006c79347db1e5e0d;hpb=f951374eef04129c6a0d213e7ab4d9ed2095ca69;p=inkscape.git diff --git a/src/sp-flowregion.cpp b/src/sp-flowregion.cpp index 95695768e..51bc4c511 100644 --- a/src/sp-flowregion.cpp +++ b/src/sp-flowregion.cpp @@ -521,7 +521,7 @@ static void GetDest(SPObject* child,Shape **computed,NR::Matrix itr_mat) Path* temp=new Path; NR::Matrix tr_mat=sp_item_i2root_affine (SP_ITEM(u_child)); tr_mat=itr_mat*tr_mat; - temp->LoadArtBPath(curve->bpath,tr_mat,true); + temp->LoadArtBPath(SP_CURVE_BPATH(curve),tr_mat,true); Shape* n_shp=new Shape; temp->Convert(0.25); temp->Fill(n_shp,0);