Rich-Harris / pancake

Experimental charting library for Svelte
MIT License
1.29k stars 61 forks source link

Draw animation breaks path into several segments #30

Closed wescottsharples closed 3 years ago

wescottsharples commented 3 years ago

I could definitely be doing something wrong here, but I believe Pancake may not be interacting with Svelte's draw animation properly. The draw animation starts drawing from three distinct points along the SVG path. It looks like the number of segments changes based on the window size. Here is an example of what I'm experiencing in the Svelte REPL. Any insight would be greatly appreciated.

higsch commented 2 years ago

I am experiencing a similar issue. @wescottsharples how did you solve it?