diff -r 49eed331f9ea -r 204ddab3ac42 GraphicsContext.st --- a/GraphicsContext.st Sat Jan 28 18:35:17 2017 +0100 +++ b/GraphicsContext.st Sat Jan 28 18:35:48 2017 +0100 @@ -1659,9 +1659,7 @@ left := origin x. top := origin y. - self displayRectangleX:left y:top - width:(corner x - left) - height:(corner y - top) + self displayRectangleX:left y:top width:(corner x - left) height:(corner y - top) "Modified: 13.4.1996 / 20:58:31 / cg" !