@remotion/shapes
Advanced tools
Comparing version 4.0.164 to 4.0.165
@@ -14,4 +14,4 @@ "use strict"; | ||
type: 'M', | ||
x: 0, | ||
y: radius, | ||
x: radius, | ||
y: 0, | ||
}, | ||
@@ -24,5 +24,5 @@ { | ||
largeArcFlag: true, | ||
sweepFlag: false, | ||
dx: radius * 2, | ||
dy: 0, | ||
sweepFlag: true, | ||
dx: 0, | ||
dy: radius * 2, | ||
}, | ||
@@ -35,5 +35,5 @@ { | ||
largeArcFlag: true, | ||
sweepFlag: false, | ||
dx: -radius * 2, | ||
dy: 0, | ||
sweepFlag: true, | ||
dx: 0, | ||
dy: -radius * 2, | ||
}, | ||
@@ -40,0 +40,0 @@ { |
{ | ||
"name": "@remotion/shapes", | ||
"version": "4.0.164", | ||
"version": "4.0.165", | ||
"description": "Utility functions and components for SVG shapes", | ||
@@ -41,3 +41,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@remotion/paths": "4.0.164" | ||
"@remotion/paths": "4.0.165" | ||
}, | ||
@@ -44,0 +44,0 @@ "scripts": { |
48298
+ Added@remotion/paths@4.0.165(transitive)
- Removed@remotion/paths@4.0.164(transitive)
Updated@remotion/paths@4.0.165