mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Improve rendering of rounded corners by using a rectcircle equation rather than a cubic bezier
Fixes #3409
This commit is contained in:
parent
9e476127d3
commit
c9864c994f
2 changed files with 69 additions and 32 deletions
|
|
@ -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]
|
||||
-------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue