Bdaya-Dev / circular-widgets

Display widgets in a circle.
BSD 2-Clause "Simplified" License
9 stars 2 forks source link

Children division offset #5

Closed baptistesx closed 1 year ago

baptistesx commented 2 years ago

I don't know if it's a real issue or not (in case you can delete it):

image

startAngleDeg = 0 totalArchDeg = 180

What do you think ? We can see the offset here, maybe it's only usefull if the angle is set to 360 to not put 2 children over each other i don't know?

ahmednfwela commented 2 years ago

yes, you are right this was put in place to avoid overlapping when arch deg is = 360

I can add a parameter for it, or automatically check if the arch deg is 360