I'm trying to draw in a canvas while its parent is display:none
.
Is there a way to do that?
Here is a jsFiddle to demonstrate my problem: http://jsfiddle.net/kannix/jSj83/
If you just click draw, everything works as expected. If you click Show/Hide and while hidden, click the Draw Button, a click on Show/Hide will reveal the canvas but its still empty.