refactor(arc): remove redundant code (#9198)

This commit is contained in:
蒋慧赟
2025-11-05 19:40:27 +08:00
committed by GitHub
parent f95b994e66
commit f5237cb68a
@@ -25,7 +25,6 @@ void lv_example_canvas_5(void)
lv_draw_arc_dsc_t dsc;
lv_draw_arc_dsc_init(&dsc);
dsc.color = lv_palette_main(LV_PALETTE_RED);
dsc.width = 5;
dsc.center.x = 25;
dsc.center.y = 25;
dsc.width = 10;