Closed
Bug 1465403
Opened 5 years ago
Closed 4 years ago
MacOS menu and touchbar icons are blurry when SVG is used
Categories
(Core :: Widget: Cocoa, defect, P3)
Core
Widget: Cocoa
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: ntim, Assigned: bugzilla)
References
Details
Attachments
(2 files)
No description provided.
Comment 1•5 years ago
|
||
What icons is this referring to? If the size of the SVG is doubled and then scaled to 50%, does this reproduce?
Flags: needinfo?(ntim.bugs)
![]() |
||
Comment 2•5 years ago
|
||
There are quite a few SVG bugs open for the SVG being rendered in images at the wrong resolution. For example, bug 986403. Several years ago I dug into one of them a bit, but every time I got to an "ah-hah, got it!" moment, it turned out not to be a red herring. From what I recall I last suspected that on HiDPI we were doing something wrong somewhere with CSS px to dev pixel conversion, but I never tracked down the source of the bug I was looking into at the time.
Reporter | ||
Comment 3•5 years ago
|
||
(In reply to Stephen A Pohl [:spohl] from comment #1) > What icons is this referring to? If the size of the SVG is doubled and then > scaled to 50%, does this reproduce? The icons in the "Bookmarks" menu, this is mostly visible if you enable a dark menu bar on macOS. Yes, it works if we double the size of SVG from 16 to 32, but it would be nice if the widget code handled this without such hacks.
Flags: needinfo?(ntim.bugs)
Updated•5 years ago
|
Priority: -- → P3
Comment 4•5 years ago
|
||
Bug 1174284 is technically for a different problem but I think the comments there outline how to fix this in the widget code.
See Also: → 1174284
Reporter | ||
Updated•4 years ago
|
Summary: MacOS menu icons are blurry when SVG is used → MacOS menu and touchbar icons are blurry when SVG is used
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → htwyford
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Iteration: --- → 70.3 - Aug 5 - 18
Points: --- → 2
Pushed by htwyford@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/9154f62e7c76 Support loading icons @2x in macOS menu bars. r=mstange
Comment 8•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Updated•4 years ago
|
QA Whiteboard: [qa-70b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•