updated by GasGit automation

This commit is contained in:
Bruce McPherson 2016-05-24 15:08:20 +01:00
parent 3bba0f335a
commit 2fd733f676

View file

@ -5,7 +5,6 @@ var CanvasConvert = (function(canvasConvert) {
// create a canvas to use, no need to actually assign it to a parent
var canvas = document.createElement("canvas");
// plot it on a canvas
canvg ( canvas , svg);