ag-psd 20.2.0 → 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/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## v20.2.1
4
+ - Fixed invalid value of `globalAngle` when the value is negative
5
+
3
6
  ## v20.2.0
4
7
  - Fixed missing handling for justified paragraphs
5
8
  - Fixed reading slice names
@@ -1207,6 +1207,7 @@ function parseFilterFXItem(f) {
1207
1207
  vertical: f.Fltr.Vrtc,
1208
1208
  undefinedAreas: descriptor_1.FlMd.decode(f.Fltr['Fl ']),
1209
1209
  } });
1210
+ case 943:
1210
1211
  case 991: return __assign(__assign({}, base), { type: 'puppet', filter: {
1211
1212
  rigidType: f.Fltr.rigidType,
1212
1213
  bounds: [
@@ -1303,6 +1304,7 @@ function parseFilterFXItem(f) {
1303
1304
  } });
1304
1305
  }
1305
1306
  default:
1307
+ // console.log('FILTER', require('util').inspect(f, false, 99, true));
1306
1308
  throw new Error("Unknown filterID: ".concat(f.filterID));
1307
1309
  }
1308
1310
  }