How can I make a canvas transparent? I need to because I want to put two canvases on top of one another.
Just set the background of the canvas to transparent.
#canvasID{ background:transparent; }