draw_arc绘制饼图出现中心点无法对齐,如图,右边是我用draw_arc绘制的饼图,但是中心点无法对齐,这个是为啥呢?如何消除呢?请大佬们指教
draw_arc(Vector2(800, 500), 50, 0, 0.3 * TAU, 100, Color(0.678, 0.631, 0, 1.0),100, true)
draw_arc(Vector2(800, 500), 50, 0.3 * TAU, 0.8 * TAU, 100, Color(0.1, 0.2, 0.3, 1.0),100, true)
draw_arc(Vector2(800, 500), 50, 0.8 * TAU, 1 * TAU, 100, Color(0.3, 0.4, 0.5, 1.0),100, true)

draw_arc(Vector2(800, 500), 50, 0, 0.3 * TAU, 100, Color(0.678, 0.631, 0, 1.0),100, true)
draw_arc(Vector2(800, 500), 50, 0.3 * TAU, 0.8 * TAU, 100, Color(0.1, 0.2, 0.3, 1.0),100, true)
draw_arc(Vector2(800, 500), 50, 0.8 * TAU, 1 * TAU, 100, Color(0.3, 0.4, 0.5, 1.0),100, true)

