@remotion/paths 4.0.286 → 4.0.288

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.
@@ -3316,9 +3316,7 @@ function reverseNormalizedPath(instructions) {
3316
3316
  x: nextX,
3317
3317
  y: nextY
3318
3318
  });
3319
- } else if (term.type === "M") {
3320
- } else if (term.type === "Z") {
3321
- } else {
3319
+ } else if (term.type === "M") {} else if (term.type === "Z") {} else {
3322
3320
  throw new Error("unnormalized instruction " + term.type);
3323
3321
  }
3324
3322
  if (term.type !== "Z") {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/paths"
4
4
  },
5
5
  "name": "@remotion/paths",
6
- "version": "4.0.286",
6
+ "version": "4.0.288",
7
7
  "description": "Utilities for working with SVG paths",
8
8
  "main": "dist/index.js",
9
9
  "types": "dist/index.d.ts",
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "devDependencies": {
23
23
  "eslint": "9.19.0",
24
- "@remotion/eslint-config-internal": "4.0.286"
24
+ "@remotion/eslint-config-internal": "4.0.288"
25
25
  },
26
26
  "exports": {
27
27
  "./package.json": "./package.json",