delowardev / vue3-circle-progress

Highly customizable & lightweight circular progressbar component for Vue 3, built with SVG and extensively customizable
https://codesandbox.io/s/determined-dawn-3ybev?file=/src/App.vue
MIT License
36 stars 14 forks source link

linecap Issue #1

Closed Happyandhappy closed 3 years ago

Happyandhappy commented 3 years ago

<circle-progress :size="16" :border-bg-width="5" :border-width="5" :percent="40" :linecap="butt" />

:linecap is not working. Can you fix it up please?

delowardev commented 3 years ago

Sure, I'm on it

Happyandhappy commented 3 years ago

Oh, sorry, it worked fine. like following. <circle-progress :size="16" :border-bg-width="5" :border-width="5" :percent="40" linecap="butt" />

Happyandhappy commented 3 years ago

Thank you so much