delowardev/vue3-circle-progress

linecap Issue

Closed this issue ยท 3 comments

<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?

Sure, I'm on it

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

Thank you so much