mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Remove bitmap resolution from svgs
This commit is contained in:
parent
78cd327237
commit
bd772e5f77
1 changed files with 1 additions and 0 deletions
|
@ -639,6 +639,7 @@ class VirtualMachine extends EventEmitter {
|
|||
// so the dataFormat should be 'svg'
|
||||
costume.dataFormat = storage.DataFormat.SVG;
|
||||
costume.md5 = `${costume.assetId}.${costume.dataFormat}`;
|
||||
delete costume.bitmapResolution;
|
||||
this.emitTargetsUpdate();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue