svelteplot 0.9.2-pr-341.0 → 0.9.2-pr-341.1

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.
@@ -186,7 +186,7 @@
186
186
  usedScales
187
187
  )}
188
188
  <path
189
- d={shapePath(shape, d.length, d.r ?? r)}
189
+ d={shapePath(shape, d.length, d.r)}
190
190
  transform="translate({d.x}, {d.y}) rotate({resolveProp(
191
191
  args.rotate,
192
192
  d.datum,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelteplot",
3
- "version": "0.9.2-pr-341.0",
3
+ "version": "0.9.2-pr-341.1",
4
4
  "license": "ISC",
5
5
  "author": {
6
6
  "name": "Gregor Aisch",