[racket] freeze and bounding boxes

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Jan 18 18:04:45 EST 2012

Yes, that's the right behavior. See the end of the 2htdp/image docs
about pixels and whatnot.

Robby

On Wed, Jan 18, 2012 at 3:12 PM, David Van Horn <dvanhorn at ccs.neu.edu> wrote:
> 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
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users


Posted on the users mailing list.