gegl r2040 - in trunk: . operations/render



Author: ok
Date: Mon Feb 18 15:51:35 2008
New Revision: 2040
URL: http://svn.gnome.org/viewvc/gegl?rev=2040&view=rev

Log:
* operations/render/checkerboard.c: make the minimum allowed
width/height of the checkerboard cells 1px.


Modified:
   trunk/ChangeLog
   trunk/operations/render/checkerboard.c

Modified: trunk/operations/render/checkerboard.c
==============================================================================
--- trunk/operations/render/checkerboard.c	(original)
+++ trunk/operations/render/checkerboard.c	Mon Feb 18 15:51:35 2008
@@ -17,9 +17,9 @@
  */
 #ifdef GEGL_CHANT_PROPERTIES
 
-gegl_chant_int   (x,        "Width",  0, G_MAXINT, 16,
+gegl_chant_int   (x,        "Width",  1, G_MAXINT, 16,
                   "Horizontal width of cells pixels.")
-gegl_chant_int   (y,        "Height", 0, G_MAXINT, 16,
+gegl_chant_int   (y,        "Height", 1, G_MAXINT, 16,
                   "Vertical width of cells in pixels.")
 gegl_chant_int   (x_offset, "X offset", -G_MAXINT, G_MAXINT, 0,
                   "Horizontal offset (from origin) for start of grid.")



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