kopia lustrzana https://github.com/backface/turtlestitch
sigh..fix conflicts
rodzic
07d31797eb
commit
072ae4aaa7
4
gui.js
4
gui.js
|
@ -7199,11 +7199,7 @@ CostumeIconMorph.prototype.exportCostume = function () {
|
||||||
// don't show SVG costumes in a new tab (shows text)
|
// don't show SVG costumes in a new tab (shows text)
|
||||||
ide.saveFileAs(this.object.contents.src, 'text/svg', this.object.name);
|
ide.saveFileAs(this.object.contents.src, 'text/svg', this.object.name);
|
||||||
} else { // rasterized Costume
|
} else { // rasterized Costume
|
||||||
<<<<<<< HEAD
|
|
||||||
ide.saveCanvasAs(this.object.contents, this.object.name);
|
ide.saveCanvasAs(this.object.contents, this.object.name);
|
||||||
=======
|
|
||||||
ide.saveCanvasAs(this.object.contents, this.object.name, false);
|
|
||||||
>>>>>>> master
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue