We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello,
The SVG Font-Type generates a duplication of one icon: The first is the normal (expected) icon, the second has the glyph-name as unicode name.
The old package icon-font-generator was not doing something like this.
I think the position of this behavior is here:
fantasticon/src/generators/asset-types/svg.ts
Line 40 in 01e20ad
Problem The svg file gets very big: 2-3x bigger then normal.
Is that wanted? When yes, is there a solution provided where i can deactivate this behavior?
Thanks
Dobbi
The text was updated successfully, but these errors were encountered:
Hi @dobbidev - merged a PR that should address this - please let me know if there's any issues with it
Sorry, something went wrong.
(fix available in v1.2.2)
v1.2.2
No branches or pull requests
Hello,
The SVG Font-Type generates a duplication of one icon:
![image](https://user-images.githubusercontent.com/12251432/111604799-f4d02e80-87d5-11eb-82f2-a409d46c4613.png)
The first is the normal (expected) icon, the second has the glyph-name as unicode name.
The old package icon-font-generator was not doing something like this.
I think the position of this behavior is here:
fantasticon/src/generators/asset-types/svg.ts
Line 40 in 01e20ad
Problem
The svg file gets very big: 2-3x bigger then normal.
Is that wanted? When yes, is there a solution provided where i can deactivate this behavior?
Thanks
Dobbi
The text was updated successfully, but these errors were encountered: