Re: [racket-users] The Nitty Gritty of Pixels, Pens, and Lines example output

2018-03-28 Thread Robby Findler
I've pushed an edit to the docs that attempts to address this point. https://github.com/racket/htdp/commit/86900c00e770f1336dafce331c206240495a9953 Robby On Sat, Mar 24, 2018 at 3:44 PM, Stephen Smith wrote: > Hi Everyone, > > When running the following example

[racket-users] The Nitty Gritty of Pixels, Pens, and Lines example output

2018-03-24 Thread Stephen Smith
Hi Everyone, When running the following example from the Racket docs section titled 'The Nitty Gritty of Pixels, Pens, and Lines': (define p1 (make-pen "black" 1 "solid" "round" "round")) (rectangle 20 20 "outline" p1) instead of a rectangle with all four sides drawn with equal thickness as