Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Announcement Center Icon is not shown using Mozilla Firefox as browser #96

Open
davitol opened this issue Jun 22, 2018 · 3 comments
Open
Labels

Comments

@davitol
Copy link
Contributor

davitol commented Jun 22, 2018

Mozilla Firefox 60.0.2 for Mac

screen shot 2018-06-22 at 11 30 39

Safari and Chrome:

screen shot 2018-06-22 at 11 55 16

@davitol davitol added the bug label Jun 22, 2018
@phil-davis
Copy link
Contributor

phil-davis commented Jun 22, 2018

Confirmed. In the "disabled apps" settings section, then in the "enabled apps" section, then in ordinary apps "menu" - the icon never shows in Firefox. It shows in Chrome - with both browsers running right next to each other on the same Ubuntu 18.04 desktop.
It also shows in Edge and IE11 on Windows10.

@phil-davis
Copy link
Contributor

announcementcentre.svg has stuff like:

svg version="1.2" baseProfile="tiny" width="11.29mm" height="11.29mm" viewBox="0 0 1129 1129"

but other app.svg have:

svg xmlns="http://www.w3.org/2000/svg" height="32" width="32" version="1.1" viewBox="0 0 32 32"

I will guess that the different height, width, version, viewbox is causing it not to render on Firefox.

@phil-davis
Copy link
Contributor

phil-davis commented Jun 22, 2018

"Since becoming a recommendation in 2003, the most recent "full" SVG version is 1.1. It builds on top of SVG 1.0, but adds more modularization to ease implementation. The second edition of SVG 1.1 became a Recommendation in 2011. "Full" SVG 1.2 was meant to be the next major release of SVG. It was dropped for the upcoming SVG 2.0, which is under heavy development right now and follows a similar approach to CSS 3 in that it splits components in several loosely coupled specifications."
https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Introduction

So I suspect that Firefox does not support SVG 1.2

Other posts give the impression that you are "just lucky" id SVG 1.2 works in any browser:
https://stackoverflow.com/questions/40948094/performance-benefits-for-svg-tiny-1-2-in-today-s-mobile-desktop-browsers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants