soegaard / sketching

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

save does not save the current image #98

Open xsaga opened 1 year ago

xsaga commented 1 year ago

Hi.

When running the example program on the save function: https://docs.racket-lang.org/manual-sketching/Reference.html#%28part._save%29

the saved image is always a white rectangle, the shapes drawn on top of it do not appear in the saved file.

Tested on DrRacket, version 8.9 (windows).