Closed YrgkenKoutsi closed 2 years ago
Hey, @YrgkenKoutsi, It's an interesting idea to set start point in middle. I'm afraid this library itself may hard to support.
But I think you might want to try to set the progress to 50% when init, and pretend this is the "start" point. then manually recalculate the progress by -50. Therefore, the progress 0 will be -50, and progress 100 will be 50. Hope this could help!
Hi,
Is there a way to have a semi-circle start at 0 middle point and move left negative number and right positive numbers. Using
cs_start_angle
andcs_end_angle
does the semi circle however I can't set it to start in the middle and use negative numbers.Any direction of achieving this would be really appreciated.