From 6bef3cda0e73e6d062ba6c981ebc57d3c1b614b0 Mon Sep 17 00:00:00 2001 From: Jon Dowland Date: Sat, 23 Feb 2008 14:24:24 +0000 Subject: [PATCH] demonstrate x offset issue --- 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 1f847a42..3b3d3a16 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), (51,0), (104,16)]: + for x,y in [(0,0), (51,0), (104,16), (192,0)]: x *= scale y *= scale image = gtk.Image()