diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-06-12 13:29:54 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-06-12 13:29:54 +0000 |
| commit | 5bcf19b72f734c1031f604c1481401d88c060c3b (patch) | |
| tree | 41155bc1f4c3965c4d21670f7378026df86d7798 /src/live_effects/lpe-perspective_path.cpp | |
| parent | When expecting mouse clicks for a LPE in pen context, don't concatenate with ... (diff) | |
| download | inkscape-5bcf19b72f734c1031f604c1481401d88c060c3b.tar.gz inkscape-5bcf19b72f734c1031f604c1481401d88c060c3b.zip | |
whitespace
(bzr r5905)
Diffstat (limited to 'src/live_effects/lpe-perspective_path.cpp')
| -rw-r--r-- | src/live_effects/lpe-perspective_path.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<Geom::D2<Geom::SBasis> > @@ -128,7 +128,7 @@ LPEPerspectivePath::doEffect_pwd2 (Geom::Piecewise<Geom::D2<Geom::SBasis> > cons + preimage[2] * tmat[j][2] + tmat[j][3]; } - D2<Piecewise<SBasis> > result(divide(res[0],res[2], 3), + D2<Piecewise<SBasis> > result(divide(res[0],res[2], 3), divide(res[1],res[2], 3)); Piecewise<D2<SBasis> > output = sectionize(result); |
