Remove bitmap resolution from svgs

This commit is contained in:
DD 2018-04-30 19:58:48 -04:00
parent 78cd327237
commit bd772e5f77

View file

@ -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();
}