Closed Bug 1807984 Opened 1 year ago Closed 1 year ago

Download notification icon has a black stroke

Categories

(Firefox :: Theme, defect)

Firefox 110
defect

Tracking

()

RESOLVED FIXED
110 Branch
Tracking Status
firefox-esr102 --- unaffected
firefox108 --- unaffected
firefox109 --- unaffected
firefox110 + fixed

People

(Reporter: kazz, Assigned: longsonr)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/110.0

Steps to reproduce:

Regressed by 1807479

Download notification icon which is shown on hamburger menu has a black stroke now.
notification-fill-12.svg - mozsearch has fill="context-stroke" but indicator.css - mozsearch only has fill, so fallback color for fill, that is black, is applied.

Actual results:

notification icon with black stroke

Expected results:

notification icon without a stroke

Component: Untriaged → Theme
Regressed by: 1807479

:longsonr, since you are the author of the regressor, bug 1807479, could you take a look? Also, could you set the severity field?

For more information, please visit auto_nag documentation.

Flags: needinfo?(longsonr)

A suggested fix is to replace fill="context-stroke" with fill="context-stroke none" in the SVG file.

However, not only this SVG file, but also other SVG files that specify fill="context-stroke" as well should be replaced.
Ref: fill="context-stroke" - mozsearch
Files that specify stroke="context-fill" should also be replaced with stroke="context-fill black".
Ref: stroke="context-fill" - mozsearch

The stroke doesn't seem to be used so in that case the element should just be deleted.

Flags: needinfo?(longsonr)
Assignee: nobody → longsonr
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true

Set release status flags based on info from the regressing bug 1807479

I'm fairly sure that stroke="context-fill" won't be a problem because of bug 1351243.

The only change in behaviour would be fill="context-stroke" where no context-stroke has been provided. Either removing the element, setting a fallback of none or actually providing a context-stroke (of none) could all work.

See Also: → 1808546
Duplicate of this bug: 1808546
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/1634f825626c
remove icon element that should never be displayed r=dao,amy
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: