Akryum / vue-progress-path

Progress bars and loading indicators for Vue.js
https://akryum.github.io/vue-progress-path/
423 stars 38 forks source link

Innappropriate stroke dasharray length #189

Open Lucien950 opened 3 years ago

Lucien950 commented 3 years ago

When complex shapes are put in the path attribute, the automatic stroke-dasharray length is much too long, which causes each iteration to have a lot of downtime(time when the dash isn't looping)

Lucien950 commented 3 years ago

this function i believe

image

Lucien950 commented 3 years ago

caused by when you have more than one line in a compound path, and the length calculation takes the length of the whole shape image