Skip to content

statusicon: Render as cairo surface

Victor Kareh requested to merge vkareh/gtk:status-icons-hidpi into gtk-3-24

On HiDPI displays, rendering Status Icons as pixbufs results in blurry icons. By loading them at scale and rendering as a surface, we preserve both their size and sharpness.

Merge request reports