Skip to content

surface: Don't optimize away color glyphs

Matthias Clasen requested to merge matthiasc/cairo:fix-clear-color-glyphs into master

The surface code was optimizing away show_text_glyphs based on the operator when the source pattern is clear. But if we are rendering color glyphs, that is not correct since we are using the glyphs as source.

Merge request reports