block by syntagmatic 1dd1acd35f77c1fc64863e42f4a405bb

Convert SVG to Retina Canvas

Full Screen

Convert SVG to canvas on-the-fly. Updated to support higher pixel densities, like Retina displays. Compare to Andrew Mollica’s example which looks slightly fuzzy on high-density displays.

This article from MDN explains the process: Drawing DOM object into a canvas. This works for any DOM object, not just SVG. Not sure if this is well supported by older browsers. Works on Chrome, Firefox and IE 10 for me. The bar chart is a fork of this block by Mike Bostock: Canvas Bar Chart.

index.html

data.tsv