canvg playground

by nilloc

HTML

<script src="https://gabelerner.github.io/canvg/rgbcolor.js"></script>
<script src="https://gabelerner.github.io/canvg/StackBlur.js"></script>
<script src="https://gabelerner.github.io/canvg/canvg.js"></script>
<canvas id="canvas" width="800px" height="600px"></canvas>

JavaScript

svg = '<svg><text x="50" y="50">Hello World!</text></svg>';

canvg(document.getElementById('canvas'), svg);