X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Flive_effects%2Flpe-perspective_path.cpp;h=9e7b5d8ea799d0ef5031a8c890919de90bd19987;hb=e9c4a66f3db12ac811f42b73493c1c88460f0de3;hp=cf6d1cecd91ce583f588ed013239abd98d840196;hpb=0563fd55cbad59e8a878e6d4cbbdd8e47f74488d;p=inkscape.git diff --git a/src/live_effects/lpe-perspective_path.cpp b/src/live_effects/lpe-perspective_path.cpp index cf6d1cecd..9e7b5d8ea 100644 --- a/src/live_effects/lpe-perspective_path.cpp +++ b/src/live_effects/lpe-perspective_path.cpp @@ -69,7 +69,7 @@ LPEPerspectivePath::~LPEPerspectivePath() void LPEPerspectivePath::doBeforeEffect (SPLPEItem *lpeitem) { - original_bbox(lpeitem, true); + original_bbox(lpeitem, true); } Geom::Piecewise > @@ -128,7 +128,7 @@ LPEPerspectivePath::doEffect_pwd2 (Geom::Piecewise > cons + preimage[2] * tmat[j][2] + tmat[j][3]; } - D2 > result(divide(res[0],res[2], 3), + D2 > result(divide(res[0],res[2], 3), divide(res[1],res[2], 3)); Piecewise > output = sectionize(result);