[Bug Dev7.0] It's not actually bug, but when draw line with rounded-ending

When lv_line is drawn by parent’s style with border.width is not zero,
lv_line with rounded-ending will occur circle border too.

Request
circle_style_tmp.body.border.width = 0;
for fixing the issue at…

Like rounded-ending in lv_draw_arc.c

Thank you.

Can you send a pull request with the fix?

1 Like