fontello / svg2ttf

SVG -> TTF font convertor
MIT License
521 stars 80 forks source link

Android browser missing icon #31

Open PhilipRowe opened 10 years ago

PhilipRowe commented 10 years ago

I am using gulp-icon font to create an iconic font i did post an issue with them but they suggested that it was an issue with the ttf creation.

When viewing the icons in an android browser whichever svg icon was in position 3 during the generation will not display (the space where the icon should appear is blank). e.g:

uE001-icon-1.svg uE002-icon-2.svg uE003-icon-3.svg --> affected icon uE004-icon-4.svg

uE001-icon-1.svg uE002-icon-2.svg uE003-icon-5.svg --> affected icon uE004-icon-6.svg

uF001-icon-1.svg uF002-icon-2.svg uF003-icon-3.svg --> affected icon uF004-icon-4.svg

  1. When you remove the affected icon and regenerate, the affected icon is then the next one on
  2. If you manually rename the svg file and update the icon char it will still be whatever one is in position 3
  3. I have tried updating the unicode to be /f.... but it has not solved the issue
  4. This only happens in android 4.2.2 browser using .ttf font

when it is in position 3 as shown above it is also in position 3 in the generated .ttf file. Any help is greatly appreciated......

PhilipRowe commented 10 years ago

screenshot_2014-10-30-09-52-32

I have just tried generating a font on http://fontello.com/ using Font Awesome icons and the same issue occurs on the demo page included in the download as shown by the screenshot above (Notice how the search icon is not displaying).

Linrstudio commented 9 years ago

I have the same problem: http://qrobot.qq.com/html5test/webfont/ Android browser missing icon "小"

puzrin commented 9 years ago

That strange.

For sure - try latest svg2ttf from master. It was rewritter significantly.

puzrin commented 3 years ago

Is this still actual?