From 95aa5aab86239efc543a7be97a5d881dc43f785f Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Sat, 23 Feb 2008 18:30:03 +0000 Subject: [PATCH] add minus offsets to demonstrate those bugs (aastinky has one) --- tools/cleanroom/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cleanroom/images.py b/tools/cleanroom/images.py index c62df2be..43363f61 100644 --- a/tools/cleanroom/images.py +++ b/tools/cleanroom/images.py @@ -49,7 +49,7 @@ class ImagesExample: )) pb = basepatch.get_pixbuf() - for x,y in [(0,0), (24,24), (104,16), (24,104)]: + for x,y in [(0,0), (24,24), (104,16), (24,104), (-16,0), (0,-16)]: x *= scale y *= scale image = gtk.Image()