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
The generated SVG for the Safari Mask Icon sets the svg width and height to 16pT, instead of 16pX. 16pt translates in my safari to 21px so the icon is deemed invalid and nothing is shown in a pinned tab. Works when I change it to 16px.
The generated SVG for the Safari Mask Icon sets the svg width and height to 16pT, instead of 16pX. 16pt translates in my safari to 21px so the icon is deemed invalid and nothing is shown in a pinned tab. Works when I change it to 16px.
So it should be:
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="16.000000px" height="16.000000px" viewBox="0 0 16.000000 16.000000" preserveAspectRatio="xMidYMid meet">
instead of:
<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="16.000000pt" height="16.000000pt" viewBox="0 0 16.000000 16.000000" preserveAspectRatio="xMidYMid meet">
The text was updated successfully, but these errors were encountered: