Just wondering if this library supports arbitrary segmetn lengths? for example i want from segment 1 (point 0 to point 1) to be 100 px, but i want the second segment (point 1 to point 2) to be 400 px. I guess I could just use 2 separate instances now that im thinking about it.
I guess im thinking about using this in a non-standard way, because I was hoping to be able to set the progress amount. Looks like this only can be set per segment. Yeah I think I'm doing it wrong.
Just wondering if this library supports arbitrary segmetn lengths? for example i want from segment 1 (point 0 to point 1) to be 100 px, but i want the second segment (point 1 to point 2) to be 400 px. I guess I could just use 2 separate instances now that im thinking about it.