Andreas Raab uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-ar.131.mcz==================== Summary ====================
Name: Graphics-ar.131
Author: ar
Time: 2 April 2010, 10:43:17.22 pm
UUID: 7fb080f4-d61b-6e47-91cd-1801c6af772b
Ancestors: Graphics-ar.130, Graphics-bp.130
Merging Graphics-bp.130:
fix comment in Rectangle>>extent
=============== Diff against Graphics-ar.130 ===============
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!