Jens Axel Søgaard
Jens Axel Søgaard
Improve support for shapes. createShape, loadShape, PShape, shape and shapeMode
@all-contributors please add @joskoot for code
Before size is called, we have a dummy bitmap-dc so stroke, fill etc works. When the start is called by the gui, a new bitmap with the correct size is...
P. has a 5 argument version of `image` that scales the image before drawing it.
Maybe a plugin for DrRacket? Make the examples easily accessible from a menu in DrRacket. Other?
The program below ought to show no cursor, when the mouse is pressed, but that doesn't happen. ``` #lang sketching ;; Press the mouse to hide the cursor (define (setup)...
Extend the reader to allow color literals `#xxxxxx` where each x is a hexadecimal digit. - notes: coud be done with a reader macro Note: Having this syntax would make...
Implement the 8 argument version of rect: rectangles with rounded corners of different radii. Also, update the manual to show an example of this.
Check the examples and the implementation of draw-point. Test whether the projecting cap actually draws a point. (It ought to).