[gimp] gimpwarptool: achieve good interpolation along the stroke
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] gimpwarptool: achieve good interpolation along the stroke
- Date: Tue, 21 May 2013 21:46:39 +0000 (UTC)
commit 017995fcf397e6b913c9dc90ea5b516866a156ee
Author: Michael Muré <batolettre gmail com>
Date: Mon Jun 20 23:14:01 2011 +0200
gimpwarptool: achieve good interpolation along the stroke
app/tools/gimpwarptool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimpwarptool.c b/app/tools/gimpwarptool.c
index d80a233..1d2dbcc 100644
--- a/app/tools/gimpwarptool.c
+++ b/app/tools/gimpwarptool.c
@@ -443,7 +443,7 @@ gimp_warp_tool_stroke_timer (gpointer data)
GimpWarpTool *wt = GIMP_WARP_TOOL (data);
gegl_path_append (wt->current_stroke,
- 'M', wt->cursor_x, wt->cursor_y);
+ 'L', wt->cursor_x, wt->cursor_y);
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]