draw
draw copied to clipboard
Class sections lack a `` title neither `@include-section["color-class.scrbl"]` in https://github.com/racket/draw/blob/master/draw-doc/scribblings/draw/draw.scrbl or `@defclass/title[color% object% ()]{` in https://github.com/racket/draw/blob/master/draw-doc/scribblings/draw/color-class.scrbl does not cause a title for the section to be generated but the first...
**Is your feature request related to a problem? Please describe.** It is not possible to draw the letters "V" and "A" correctly next to each other, because the library [racket/draw](https://docs.racket-lang.org/draw/index.html)...
Space normalization did not work as in the example. (This also partially addresses Issue #15, at least in the scribble-docs portion.)
There are several places in `racket/draw/private/color.rkt` where two names differ by a space, but are defined as the same color. However, `"cornflowerblue"` and `"cornflower blue"` seem to break this pattern....
I happened to try this while looking into https://github.com/racket/gui/issues/307: ```racket #lang racket/base (require racket/class racket/draw) (define p (new pen%)) (send p get-color) (send p set-color "notacolor") (send p get-color) ```...
Some time ago I did a deep dive into the `racket/draw` contracts. Here is an observation that led me to some bugs: class contracts do not provide a guarantee on...
When I render the following `2htdp/image` expression: ``` (overlay (text "3" 120 "yellow") (square 120 "solid" "dark brown")) ``` I get a picture that looks like this:  Note that...
The program below draws a rotating circle drawn with black outline and white interior on a gray background. The circle has has center in the rotation center, so the expected...
This example shows a rotating text. Zooming in on the text (on macOS use ctrl and swipe up with two fingers to zoom in) shows that the letters are "dancing"....
Loading [the attached file](https://github.com/racket/draw/files/7094926/0901afternoon.zip) causes the following error in DrRacket v8.2 [cs]: ``` memcpy: contract violation expected: exact-nonnegative-integer? given: # context: (read-png-bytes . #(struct:srcloc # 228 0 9596 169)) (read-png...