[gegl-gtk/soc-2011-warp] warp example: set the strength to 100 to follow the change in the op



commit 3d2d0e45c1b7a5309bb329e9adc6a4b88f40f504
Author: Michael Murà <batolettre gmail com>
Date:   Tue Aug 2 21:56:04 2011 +0200

    warp example: set the strength to 100 to follow the change in the op

 examples/gegl-gtk-warp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/gegl-gtk-warp.c b/examples/gegl-gtk-warp.c
index 6d99289..23aed5d 100644
--- a/examples/gegl-gtk-warp.c
+++ b/examples/gegl-gtk-warp.c
@@ -38,7 +38,7 @@ static guint           stroke_timer;
 #define STROKE_PERIOD 100
 
 /* Tool options */
-static gdouble          strength = 1;
+static gdouble          strength = 100;
 static gdouble          size = 40;
 static gdouble          hardness = 0.5;
 static GeglWarpBehavior behavior = GEGL_WARP_BEHAVIOR_MOVE;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]