processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
338 stars 91 forks source link

saveCanvas is creating screenShot with black background #193

Closed Peepijeep closed 8 years ago

Peepijeep commented 8 years ago

Hello,

saveCanvas is creating a screenShot with a black background. When I render my sketch, the background is white.

Best regards

lmccart commented 8 years ago

hey @DaRockJaeger are you actually drawing the background as white (background(255)) or are you using the default clear background?

Peepijeep commented 8 years ago

Hello,

i am using the default clear background. When setting the bckground color manually to white again, everythign works. Thank you :dancer: