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

David T. Lewis lewis at mail.msen.com
Sun May 22 20:37:24 UTC 2011


On Fri, May 20, 2011 at 10:17:29PM -0700, Jerome Peace wrote:
> 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.

Thanks, this is fixed in trunk now.

Dave




More information about the Squeak-dev mailing list