mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-07 09:38:16 +02:00
Dont add alpha when rendering alpha mask on canvas
Instead use the larger of the two alphas. This gives better results for overlapping text, such as the infinite length ligature glyphs used by FiraCode. I dont think adding ever gave better results anyway.
This commit is contained in:
@@ -70,7 +70,7 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||
|
||||
- Improve handling of infinite length ligatures in newer versions of FiraCode
|
||||
and CascadiaCode. Now such ligatures are detected based on glyph naming
|
||||
convention, this removes the gap in the ligatures at cell boundaries (:iss:`2695`)
|
||||
convention. This removes the gap in the ligatures at cell boundaries (:iss:`2695`)
|
||||
|
||||
|
||||
0.19.3 [2020-12-19]
|
||||
|
||||
Reference in New Issue
Block a user