soegaard / sketching

A Racket library for creative drawings and animations. Inspired by Processing.
110 stars 10 forks source link

image-mode defaults to 'center #91

Open ericcervin opened 1 year ago

ericcervin commented 1 year ago

Processing defaults to CORNER. The sketching reference also says 'corner is the default

image

soegaard commented 1 year ago

I see that you already figured out how to the change the default in setup.

If you want to submit a bugfix, then look in "parameters.rkt" where the defaults for all modes are defined.