canvas svg
Full Screen
###Overlay SVG on canvas
- Use a positioned container (#myContainer is position: relative) for the overlay
- Overlay the canvas and svg elements using position: absolute
- A CSS border on the canvas element displaces the canvas relative to the SVG
- d3.selection.insert can help when ordering SVG and canvas elements
- Uses globalAlpha and d3.timer to gradually fade in the canvas element