okrad / svelte-progressbar

A multiseries, SVG progressbar component made with Svelte

Home Page:https://okrad.github.io/svelte-progressbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thickness fill problem in multi-series radial progress bar

damooo opened this issue · comments

When we have mult-series redial progress bars, It is only filling thickness for last series-item, but  adding only stroke for remaining items.

Here is repl: https://svelte.dev/repl/d1b872b0762d48e6b8095ef98dfbdb4c?version=3.24.1

Thank you, it should be fixed now...

_/\_, Working great now.