Broken SVG (bad header)
puzrin opened this issue · 4 comments
I've got report in fontello, that generated SVG must have header <svg xmlns="http://www.w3.org/2000/svg">
instead of just <svg>
. Or webkit (chrome/chromium) can't use such fonts.
Your fonts have the same problem. Please, fix.
Damn. Thanks for the heads up.
P.J.
On Friday, May 18, 2012 at 3:14 PM, Vitaly Puzrin wrote:
I've got report in fontello, that generated SVG must have header
<svg xmlns="http://www.w3.org/2000/svg">
instead of just<svg>
. Or webkit (chrome/chromium) can't use such fonts.Your fonts have the same problem. Please, fix.
Reply to this email directly or view it on GitHub:
#19
To be honest, my bandwidth is not too open at this point. I can't guarantee when I'll get to this. If you would like to go about fixing this issue, by all means, feel free to do whatever is necessary.
On Friday, May 18, 2012 at 3:14 PM, Vitaly Puzrin wrote:
I've got report in fontello, that generated SVG must have header
<svg xmlns="http://www.w3.org/2000/svg">
instead of just<svg>
. Or webkit (chrome/chromium) can't use such fonts.Your fonts have the same problem. Please, fix.
Reply to this email directly or view it on GitHub:
#19
fontello/font-builder@a747402 that was fix for my scripts. It should be ok for you with minimal changes.
Don't know, if you are interested. I think it would be more effective to cleanup your repo - remove raster deals (as rarely used) & switch scripts to font-builder
. Then i'll be able to effectively maintain your font (as i do for Entypo). Result will be like this https://github.com/fontello/iconic-uni.font , but with separate filled/stroke & old mapping, if those are important for you.
This should be fixed now - sorry for the slow turn around.