[ Bug ] lv_arc with rounded-ending

When drawing by lv_arc width rounded-ending style.
Occurs a little things as the following picture.

image

image

It’s a known issue: Add arc antialiasing by tgillbe · Pull Request #1228 · lvgl/lvgl · GitHub

This doesn’t currently play too nice with style.line.rounded = 1 (see demo). I haven’t changed how the rounded end caps are drawn - the issue with the line cap end drawing code is just more obvious when you have properly anti-aliased curves.

1 Like