vlang / ui

A cross-platform UI library written in V
MIT License
2.33k stars 154 forks source link

fix scrollbar and button rectangle corners aliasing #440

Closed tzSharing closed 2 years ago

tzSharing commented 2 years ago

20220417212102

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

rcqls commented 2 years ago

I don't think this is a fix since I guess gg.draw_rounded_rect_filled deserves a fix.

tzSharing commented 2 years ago

I don't think this is a fix since I guess gg.draw_rounded_rect_filled deserves a fix.

Yeah, it's probably a draw_rounded_rect_filled() issue, I just tried to fix it indirectly.

tzSharing commented 2 years ago

I have pr a fix for gg.draw_rounded_rect_filled(), this pr will be closed afterwards