This commit is contained in:
Devine Lu Linvega
2018-05-17 10:53:29 +12:00
parent 8ebda9c278
commit 4f2d215b5e
2 changed files with 1 additions and 5 deletions

View File

@@ -52,10 +52,6 @@ function Renderer()
{
this.refresh();
// Upscale
size.width *= 2
size.height *= 2
var xml = new XMLSerializer().serializeToString(this.svg_el);
var svg64 = btoa(xml);
var b64Start = 'data:image/svg+xml;base64,';