mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 12:23:46 +03:00
526cc26b1e
This is definitely in the band-aid category, but two issues have mentioned the AA in custom block glyphs recently. This commit adds an `anti_alias_custom_block_glyphs` option that can be set to false to prevent the custom block glyphs from enabling AA. I think a better long term fix would be some kind of hinting to avoid the degenerate AA case, but when I made an enquiry about this class of issue in tiny skia in the past, the author didn't want to diverge from skia-compatible behavior, so I think we'd need to find (or build!) an alternative rasterizer for these path instructions. refs: https://github.com/wez/wezterm/issues/1753 refs: #1817 |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |