We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
curve
1 parent 87488ca commit 1ef1c08Copy full SHA for 1ef1c08
2 files changed
.changeset/brave-spies-give.md
@@ -0,0 +1,5 @@
1
+---
2
+'layerchart': patch
3
4
+
5
+fix(GeoPath): Fix reactivity with `curve` when using Canvas context
packages/layerchart/src/lib/components/GeoPath.svelte
@@ -171,8 +171,9 @@
171
touchmove: restProps.ontouchmove,
172
},
173
deps: () => [
174
- geojson,
175
projection,
+ geojson,
176
+ curve,
177
fillKey.current,
178
strokeKey.current,
179
strokeWidth,
0 commit comments