ag-psd 20.2.1 → 20.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bundle.js
CHANGED
|
@@ -1508,6 +1508,7 @@ function parseFilterFXItem(f) {
|
|
|
1508
1508
|
vertical: f.Fltr.Vrtc,
|
|
1509
1509
|
undefinedAreas: descriptor_1.FlMd.decode(f.Fltr['Fl ']),
|
|
1510
1510
|
} });
|
|
1511
|
+
case 943:
|
|
1511
1512
|
case 991: return __assign(__assign({}, base), { type: 'puppet', filter: {
|
|
1512
1513
|
rigidType: f.Fltr.rigidType,
|
|
1513
1514
|
bounds: [
|
|
@@ -1604,6 +1605,7 @@ function parseFilterFXItem(f) {
|
|
|
1604
1605
|
} });
|
|
1605
1606
|
}
|
|
1606
1607
|
default:
|
|
1608
|
+
// console.log('FILTER', require('util').inspect(f, false, 99, true));
|
|
1607
1609
|
throw new Error("Unknown filterID: ".concat(f.filterID));
|
|
1608
1610
|
}
|
|
1609
1611
|
}
|
|
@@ -1202,6 +1202,7 @@ function parseFilterFXItem(f) {
|
|
|
1202
1202
|
vertical: f.Fltr.Vrtc,
|
|
1203
1203
|
undefinedAreas: FlMd.decode(f.Fltr['Fl ']),
|
|
1204
1204
|
} });
|
|
1205
|
+
case 943:
|
|
1205
1206
|
case 991: return __assign(__assign({}, base), { type: 'puppet', filter: {
|
|
1206
1207
|
rigidType: f.Fltr.rigidType,
|
|
1207
1208
|
bounds: [
|
|
@@ -1298,6 +1299,7 @@ function parseFilterFXItem(f) {
|
|
|
1298
1299
|
} });
|
|
1299
1300
|
}
|
|
1300
1301
|
default:
|
|
1302
|
+
// console.log('FILTER', require('util').inspect(f, false, 99, true));
|
|
1301
1303
|
throw new Error("Unknown filterID: ".concat(f.filterID));
|
|
1302
1304
|
}
|
|
1303
1305
|
}
|