mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Improve rendering of rounded rectangles
Uses the standard distance to curve via sampling method of antialiasing instead of super sampled antialiasing. Need to investigate behavior very thin lines <= 3 pixels. Also need to check if we should migrate the other call sites of draw_parametrized_curve_with_derivate() Fixes #9000
This commit is contained in:
@@ -176,6 +176,8 @@ Detailed list of changes
|
||||
- Fix updating panel configuration on visibility toggle and via remote control
|
||||
not working (:iss:`8984`)
|
||||
|
||||
- Improve rendering of rounded rectangles (:pull:`9000`)
|
||||
|
||||
- Wayland: Update bundled copy of libwayland to 1.24 from 1.23.1 because the
|
||||
just released mesa 25.2.0 breaks with libwayland < 1.24 (:iss:`8884`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user