sketching
sketching copied to clipboard
Support 5 argument version of `image`
P. has a 5 argument version of image
that scales the image before drawing it.
Yes. I have just encountered this myself.
@ericcervin
I can't remember the details, but it seems image
accepts 5 arguments,
but maybe a scaling step is missing? If you want to look into it yourself,
take a look here:
https://github.com/soegaard/sketching/blob/main/sketching-lib/sketching/graphics.rkt#L530
[glimpses at 1081 lines of code]
Maybe I'll come back to this.