Skip to content

glib: Add poppler_page_render_transparent_selection()

Alice Mikhaylenko requested to merge alicem/poppler:wip/alice/selection into master

Make it possible to implement the selection style we use in GNOME nowadays.

image

This is new API, because it needs a new parameter for alpha, and doesn't need glyph color - glyphs aren't drawn for this scheme and the original one are shown through the selection instead.

Edited by Alice Mikhaylenko

Merge request reports