Skip to content
  • Alexander Larsson's avatar
    gtk: Use cairo surfaces rather than patterns for icons · 17e8846b
    Alexander Larsson authored
    cairo_pattern_t were used because they also support scaling
    via the pattern matrix. However, patterns are not a great fit
    for icons as they are potentially unbounded (i.e. for gradients).
    So we switch to surfaces, using the device_scale for scaling.
    17e8846b