add minus offsets to demonstrate those bugs (aastinky has one)

This commit is contained in:
Jon Dowland 2008-02-23 18:30:03 +00:00
parent a044b94e2b
commit 95aa5aab86

View file

@ -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()