somerandomdude / Iconic

A minimal set of icons in raster, vector and font formats — free for public use.
http://useiconic.com/open/
Other
2.37k stars 350 forks source link

Broken SVG (bad header) #19

Closed puzrin closed 12 years ago

puzrin commented 12 years ago

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.

https://github.com/fontello/fontello/issues/53

Your fonts have the same problem. Please, fix.

somerandomdude commented 12 years ago

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.

https://github.com/fontello/fontello/issues/53

Your fonts have the same problem. Please, fix.


Reply to this email directly or view it on GitHub: https://github.com/somerandomdude/Iconic/issues/19

somerandomdude commented 12 years ago

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.

https://github.com/fontello/fontello/issues/53

Your fonts have the same problem. Please, fix.


Reply to this email directly or view it on GitHub: https://github.com/somerandomdude/Iconic/issues/19

puzrin commented 12 years ago

https://github.com/fontello/font-builder/commit/a747402df01688af3f201dc1e07bc27479525352 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.

somerandomdude commented 12 years ago

This should be fixed now - sorry for the slow turn around.