sigh..fix conflicts

upd4.1
Michael Ball 2017-09-01 16:08:01 -07:00
rodzic 07d31797eb
commit 072ae4aaa7
1 zmienionych plików z 0 dodań i 4 usunięć

4
gui.js
Wyświetl plik

@ -7199,11 +7199,7 @@ CostumeIconMorph.prototype.exportCostume = function () {
// don't show SVG costumes in a new tab (shows text)
ide.saveFileAs(this.object.contents.src, 'text/svg', this.object.name);
} else { // rasterized Costume
<<<<<<< HEAD
ide.saveCanvasAs(this.object.contents, this.object.name);
=======
ide.saveCanvasAs(this.object.contents, this.object.name, false);
>>>>>>> master
}
};