Updating vector should make bitmap resolution 1.

This commit is contained in:
Karishma Chadha 2018-05-04 14:39:20 -04:00
parent 15db23244f
commit 8cdc9dc2cd

View file

@ -669,6 +669,7 @@ class VirtualMachine extends EventEmitter {
// so the dataFormat should be 'svg'
costume.dataFormat = storage.DataFormat.SVG;
costume.md5 = `${costume.assetId}.${costume.dataFormat}`;
costume.bitmapResolution = 1;
this.emitTargetsUpdate();
}