diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2009-01-08 12:13:12 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2009-01-08 12:13:12 +0000 |
| commit | 979027dd130e515b8d17f3e92d1b757a0dcb6a22 (patch) | |
| tree | ed947a2968d2e119d7f4fba4dc3e7b3546c65f9e /src/pencil-context.cpp | |
| parent | switch to using shape_editor, instead of separate knotholders and listeners; ... (diff) | |
| download | inkscape-979027dd130e515b8d17f3e92d1b757a0dcb6a22.tar.gz inkscape-979027dd130e515b8d17f3e92d1b757a0dcb6a22.zip | |
fix build
(bzr r7098)
Diffstat (limited to 'src/pencil-context.cpp')
| -rw-r--r-- | src/pencil-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pencil-context.cpp b/src/pencil-context.cpp index 56a479f38..d089146b8 100644 --- a/src/pencil-context.cpp +++ b/src/pencil-context.cpp @@ -824,7 +824,7 @@ sketch_interpolate(SPPencilContext *pc) } else { t = 0.5; } - pc->sketch_interpolation = Geom::lerp(fit_pwd2, pc->sketch_interpolation, t); + pc->sketch_interpolation = Geom::lerp(t, fit_pwd2, pc->sketch_interpolation); } else { pc->sketch_interpolation = fit_pwd2; } |
