mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
d817080ee8
If any rendered text uses a non-integer number of pixels (often emojis), rendering of subsequent text blocks will start between pixels which results in small gaps in the background and over/underline colors caused by cairo only rendering at fractional-intensity in the beginning and end pixel. Simply rounding up text width can solve this. Fixes #2785 |
||
---|---|---|
.. | ||
context.hpp | ||
font.hpp | ||
fwd.hpp | ||
surface.hpp | ||
types.hpp | ||
utils.hpp |