A new version of Graphics was added to project The Inbox:
http://source.squeak.org/inbox/Graphics-bp.130.mcz==================== Summary ====================
Name: Graphics-bp.130
Author: bp
Time: 2 April 2010, 9:02:06.291 pm
UUID: 11babeb7-a6c4-4b2b-ba6b-1f9408c9e96c
Ancestors: Graphics-nice.129
fix comment in Rectangle>>extent
=============== Diff against Graphics-nice.129 ===============
Item was changed:
----- Method: Rectangle>>extent (in category 'accessing') -----
extent
+ "Answer a point with the receiver's
- "Answer with a rectangle with origin 0@0 and corner the receiver's
width @ the receiver's height."
^corner - origin!