Image.st
changeset 4953 b5017336aa26
parent 4952 5ff75dd16301
child 4955 663362ee10e4
--- a/Image.st	Wed May 07 16:10:15 2008 +0200
+++ b/Image.st	Wed May 07 20:27:21 2008 +0200
@@ -9210,7 +9210,7 @@
 
 hardRotated:degrees
     "return a new image from the old one, by rotating the image
-     degrees clockwise.
+     degrees clockwise (around its center).
      Warning: the returned image will be larger than the original image."
 
     |p r a aN p1 p2 p3 p4 maxX minX maxY minY
@@ -13054,7 +13054,7 @@
 !Image class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.403 2008-05-07 14:10:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Image.st,v 1.404 2008-05-07 18:27:21 cg Exp $'
 ! !
 
 Image initialize!