You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.
Firefox (v30.0.1) doesn't support hex values for the style="fill: [color]" attribute on SVG images. Changing the fill to rgb() or moving the color definition into a style fixes the problem e.g.:
Firefox (v30.0.1) doesn't support hex values for the style="fill: [color]" attribute on SVG images. Changing the fill to rgb() or moving the color definition into a style fixes the problem e.g.:
background-image: url("data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg\" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill:rgb(50,50,50)">");
The text was updated successfully, but these errors were encountered: