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")