gegl r2628 - in trunk: . operations/common
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2628 - in trunk: . operations/common
- Date: Wed, 15 Oct 2008 00:19:56 +0000 (UTC)
Author: ok
Date: Wed Oct 15 00:19:56 2008
New Revision: 2628
URL: http://svn.gnome.org/viewvc/gegl?rev=2628&view=rev
Log:
* operations/common/checkerboard.c: (get_bounding_box): revert
accidental commit of a rather limited bounding box.
Modified:
trunk/ChangeLog
trunk/operations/common/checkerboard.c
Modified: trunk/operations/common/checkerboard.c
==============================================================================
--- trunk/operations/common/checkerboard.c (original)
+++ trunk/operations/common/checkerboard.c Wed Oct 15 00:19:56 2008
@@ -50,8 +50,7 @@
static GeglRectangle
get_bounding_box (GeglOperation *operation)
{
- /*GeglRectangle result = {-10000000, -10000000, 20000000, 20000000};*/
- GeglRectangle result = {40,40,540,540};
+ GeglRectangle result = {-10000000, -10000000, 20000000, 20000000};
return result;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]