From 215cbfdd295abfbff6d4894e04dae3da953e46d3 Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Fri, 13 Jan 2017 12:07:35 -0700 Subject: [PATCH] *cough* --- sources/scripts/modules/file.save.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sources/scripts/modules/file.save.js b/sources/scripts/modules/file.save.js index ad647a0..fee8b52 100644 --- a/sources/scripts/modules/file.save.js +++ b/sources/scripts/modules/file.save.js @@ -8,8 +8,7 @@ function FileSave(rune) { var n = "Ronin Export"; var f = cmd.variable("format"); - var d = ronin.surface.merge(); - d = ronin.surface.active_layer.element.toDataURL('image/png'); + var d = ronin.surface.active_layer.element.toDataURL('image/png'); // // ronin.surface.layers["render"].clear(); var w = window.open('about:blank','image from canvas'); // w.document.write("hello")