Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
1.98k stars 444 forks source link

Enable antialiasing for reply button #5491

Closed dnsge closed 2 weeks ago

dnsge commented 2 weeks ago

Description

Enables antialiasing for the reply button. This has always bugged me. I saw a screenshot of Chatterino on Twitter and was instantly compelled to fix it. Before/after:

image
dnsge commented 2 weeks ago

Save/restore also affects all writes to pen, brush, etc so I added it outside since it seemed like we wanted to isolate the effects to the painter from inside each message element. But we could instead have it only wherever we use render hints, which is perhaps where it really matters.