sapegin / grunt-webfont

SVG to webfont converter for Grunt
MIT License
1.11k stars 210 forks source link

gradient is missing in generated icon #391

Open himanshumeena opened 5 years ago

himanshumeena commented 5 years ago

i am trying to generate icon using grunt webfont through svg. svg contains some linear gradient which is missing in generated icon. i am attaching both svg and generated icon in this issue.

web font configuration while generating the icon: options: { font: 'app-icons', types: 'woff', engine: 'node', embed: true, autoHint: false, htmlDemo: false, template: 'assets/template.less', startCodepoint: 0xe600, normalize: true, optimize: false, fontHeight: 512, descent: 32, },

svg:

svg.txt given svg: image

output icon: image

can you please fix this

jleider commented 4 years ago

Gradients are not supported in font icons as font glyphs themselves are always a single color.