Cosmos
Cosmos copied to clipboard
Bug! the canvas doesen't work
also with the right code the canvas of cosmos 20220209 does not work
We can't help you if you don't explain further, give the error, and the code.
canvas in new userkit uses double buffering. it means that there are two screens. first is your workspace, second is what user see. when you draw something it draws to first screen. you need to swap them. then user sees the picture. use canvas Display method
@AsertCreator not all the canvas backends use double buffering.