You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2020. It is now read-only.
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, },
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:
output icon:
can you please fix this
The text was updated successfully, but these errors were encountered: