[racket] freeze and bounding boxes

From: David Van Horn (dvanhorn at ccs.neu.edu)
Date: Wed Jan 18 16:12:31 EST 2012

Is this intended for freeze?  (BTW: freeze just saved an otherwise 
unplayable game for me, so thank you!)

 > (square 20 "outline" "solid")
... 20x20 outline of a square....

 > (freeze (rectangle 20 20 "outline" "solid"))
... 20x20 outline minus bottom and right edges of a square...

 > (freeze 21 21 (rectangle 20 20 "outline" "solid"))
... 21x21 outline of a square that looks like example 1...

David

Posted on the users mailing list.