svelteplot 0.9.0-pr-309.0 → 0.9.0-pr-311.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.
@@ -95,7 +95,7 @@
95
95
  <g class={['waffle-x', className]}>
96
96
  <pattern {...pattern}>
97
97
  {#if symbol}
98
- {@render symbol(rect)}
98
+ {@render symbol({ ...rect, style, styleClass, datum: d.datum })}
99
99
  {:else if hasBorderRadius}
100
100
  <path
101
101
  d={roundedRect(rect.x, rect.y, rect.width, rect.height, borderRadius)}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelteplot",
3
- "version": "0.9.0-pr-309.0",
3
+ "version": "0.9.0-pr-311.1",
4
4
  "license": "ISC",
5
5
  "author": {
6
6
  "name": "Gregor Aisch",