jakubfiala / atrament

A small JS library for beautiful drawing and handwriting on the HTML Canvas.
http://fiala.space/atrament/demo
MIT License
1.55k stars 116 forks source link

Unable to save the canvas background color. #35

Closed Ben76 closed 4 years ago

Ben76 commented 7 years ago

I am trying to save the canvas along with its background color and use it elsewhere to prepare a collage. But, I only get to see a black background. Any help to get this resolved greatly appreciated. Regards

jakubfiala commented 7 years ago

hey @Ben76, thanks for submitting an issue! how are you creating the background colour? The canvas should be transparent by default, so you need to draw a fillRect(0, 0, canvas.width, canvas.height) first.

jakubfiala commented 4 years ago

closing this issue as it hasn't been active for a few years