Skip to content

image compositor: Remove the right glyph from pixman's cache

Jan Alexander Steffens requested to merge heftig/cairo:fix-glyph-cache into master

We need to use the index including the phase. Otherwise we leave glyphs in the cache that cause problems later as indices are reused.

Potential fix for #376 (closed)

Merge request reports