I am playing around with the Kinetic js framework. I was working on a painting application and ran into trouble regarding the placement of shapes on the stage. It turned out to be that be cause I set the html5 canvas to be my container for the stage the shapes would not show up...
This raises the question, If I am no longer using the canvas as my container do I lose all functionality of the canvas? Is there a way whereby I can place a kinetic stage on the canvas?
