This commit is contained in:
Devine Lu Linvega
2018-08-18 10:50:01 +12:00
parent 4ac0248bfa
commit f25c2eabab
4 changed files with 4 additions and 6 deletions

View File

@@ -82,8 +82,6 @@ function Renderer()
this.to_png_web = function(size)
{
console.log('Making!');
this.refresh();
var xml = new XMLSerializer().serializeToString(this.svg_el);