Hi, the Arc widget is unfortunately known to behave inconsistently with certain angle values. This is actually an LVGL-related issue rather than a SquareLine-specific one.
To make the arc work reliably, it is best to set the end angle to 0, set the start angle to the angle range you need, and then use the rotation property to place the arc in the correct position.