Open Lucien950 opened 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)
this function i believe
caused by when you have more than one line in a compound path, and the length calculation takes the length of the whole shape
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)