All examples By author By category About

lorenzopub

Convert SVG to Image

Convert SVG to an image on-the-fly.

This article from MDN explains the process of rendering a DOM object on a canvas element: Drawing DOM object into a canvas. Rendering to an <img> element is very similar. 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.

forked from armollica's block: Convert SVG to Image