Toolbar icons have non-transparent backgrounds
Bug #1661989 reported by
Tim Sheridan
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Tim Sheridan |
Bug Description
Initially reported here (with screenshot): https:/
With the gtk3 build from trunk (0.93), following the patch adding background rendering to the Icon widget [1], toolbar icons no longer have transparent backgrounds. It's most obvious when using a dark UI theme.
The SVGs for Inkscape's UI icons need updating to have their background color alpha channel set to 0 so that they display correctly.
[1] https:/
Related branches
lp://staging/~tghs/inkscape/ui_icon_background_alpha
- jazzynico (community): Approve
-
Diff: 38 lines (+3/-3)3 files modifiedshare/icons/icons.svg (+1/-1)
share/icons/symbolic_icons.svg (+1/-1)
share/icons/tango_icons.svg (+1/-1)
Changed in inkscape: | |
assignee: | nobody → Tim Sheridan (tghs) |
status: | New → In Progress |
tags: | added: gtk3 ui |
Changed in inkscape: | |
importance: | Undecided → Medium |
milestone: | none → 0.93 |
Changed in inkscape: | |
assignee: | Tim Sheridan (tghs) → nobody |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Proposed fix to change opacity of icons.svg page color to 0 confirmed and used independently on Ubuntu 14.04.5 LTS with lp:inkscape (see attached patch; also includes version bump to stop being prompted with dpi change dialog).