Closed symphony-adnane closed 4 years ago
Try this
Thank you @tancredi this worked perfect, May you explain what happened :) , why is this happening only on Windows? I have several of them giving the same issue
Not sure about windows, just opened the SVG in Illustrator and fixed it up as it displayed like so:
May be the use of fill-rule="evenodd"
but I'm really not that versed in SVG specifications
oh ok thanks anyway for pointing that out
Fixed by reworking the SVGs to avoid evenodd filling rule. This is a common problem preventing Fonts and Android svg rendering from working properly There is this awesome plugin that helps converting from even odd to non-zero
Hello all, I'm facing a kind of bizarre issue with some svg icons, after generating fonts, they'd appear as expected under Mac, but totally wrong in windows. Example with this circle alert icon:
alert-round.svg.zip Under Mac: Under Windows:
I used SVGO to cleanup all my icons, but not solving the issue. Note that this doesn't happen with all the icons, some of them would render just perfect Thanks in advance