Re: [racket-users] More Pict details

2019-09-04 Thread David Thrane Christiansen
Hi Hendrik, Try the #:draw-border? keyword argument. David On Wed, Sep 4, 2019, 20:02 Hendrik Boom wrote: > How do you draw a rectangle without a border? When I set the > #:border-width > parameter in filled-rectangle to zero I still get a black line around the > rectangle. I worked around t

[racket-users] More Pict details

2019-09-04 Thread Hendrik Boom
How do you draw a rectangle without a border? When I set the #:border-width parameter in filled-rectangle to zero I still get a black line around the rectangle. I worked around this by setting the #:border-color to the same color as the rectangle, but this feels like a kludge. -- hendrik --