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:
Kovid Goyal
2025-09-22 22:46:35 +05:30
parent 982b5156e1
commit da6f26d229
2 changed files with 110 additions and 32 deletions

View File

@@ -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`)