[squeak-dev] [BUG][M7635] Fraction class co-ordinates

Jerome Peace peace_the_dreamer at yahoo.com
Sat May 21 05:17:29 UTC 2011


Hi all,

Good bug find Rodney.


http://bugs.squeak.org/view.php?id=7635
Summary 	0007635: Graphics primitives will raise errors when rectangles have widths in fractions.
Description 	For this one in a work space evaluate

box :=
RectangleMorph new openCenteredInWorld .

box bounds: ((375 at 280 corner: 425 at 320) insetBy: (3/4)).

The alternate form:
box bounds: ((375 at 280 corner: 425 at 320) insetBy: (0.75))

will work without error.

Yours in curiosity and service, --Jerome Peace



More information about the Squeak-dev mailing list