Improve rendering of rounded corners by using a rectcircle equation rather than a cubic bezier

Fixes #3409
This commit is contained in:
Kovid Goyal
2021-03-20 12:59:20 +05:30
parent 9e476127d3
commit c9864c994f
2 changed files with 69 additions and 32 deletions

View File

@@ -99,6 +99,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix a crash on systems using musl as libc (:iss:`3395`)
- Improve rendering of rounded corners by using a rectcircle equation rather
than a cubic bezier (:iss:`3409`)
0.19.3 [2020-12-19]
-------------------