PaNaVTEC / DrawableView

A view that allows to paint and saves the result as a bitmap
http://panavtec.me
Apache License 2.0
585 stars 99 forks source link

setBackgroundColor does not have an effect on the obtained bitmap #13

Closed geeeeoffff closed 7 years ago

geeeeoffff commented 8 years ago

Hi!

I'm using DrawableView, and I set the background color to white. This does make the background white while I'm drawing, but when I call obtainBitmap I get a black background. Is this expected? If so, how can I make the 'real' background white

PaNaVTEC commented 8 years ago

I guess you are right, we need to set the background in the obtainBitmap method

PaNaVTEC commented 7 years ago

https://github.com/PaNaVTEC/DrawableView/issues/14