kopia lustrzana https://github.com/backface/turtlestitch
rodzic
663c1af1ce
commit
18716f4c0f
2
gui.js
2
gui.js
|
@ -6300,7 +6300,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
|
||||
ide.saveCanvasAs(this.object.object.contents, this.object.name, true);
|
||||
ide.saveCanvasAs(this.object.contents, this.object.name, true);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue