@remotion/shapes 4.0.52 → 4.0.54

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.
@@ -48,7 +48,7 @@ const makeStar = ({ points, innerRadius, outerRadius, cornerRadius = 0, edgeRoun
48
48
  edgeRoundness,
49
49
  });
50
50
  return {
51
- path: (0, paths_1.serializeInstructions)(starPathInstructions),
51
+ path: (0, paths_1.resetPath)((0, paths_1.serializeInstructions)(starPathInstructions)),
52
52
  width,
53
53
  height,
54
54
  transformOrigin: `${centerX} ${centerY}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/shapes",
3
- "version": "4.0.52",
3
+ "version": "4.0.54",
4
4
  "description": "Utility functions and components for SVG shapes",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -38,7 +38,7 @@
38
38
  "react-dom": ">=16.8.0"
39
39
  },
40
40
  "dependencies": {
41
- "@remotion/paths": "4.0.52"
41
+ "@remotion/paths": "4.0.54"
42
42
  },
43
43
  "scripts": {
44
44
  "formatting": "prettier src --check",