The Inbox: Graphics-bp.130.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Graphics-bp.130.mcz

commits-2
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!