Open Smiike opened 6 years ago
Are you mixing prefixed icons and non-prefixed icons?
See also: https://github.com/nfroidure/gulp-iconfont/issues/169#issuecomment-398712978
Mixing prefixed icons
OK i'haven't see that, it'll be added in next update ?
Can you upload the icons you are having issues with and your config?
Juste add a new svg in svg src folder (ex : assets/icons/*.svg) in a prefixed liste already prefixed with param : prependUnicode: true
Exemple Before run : uEA01-myincon1.svg uEA02-myicon2.svg ....
After run : uEA01-myincon1.svg uEA01-mynewicon.svg uEA02-myicon2.svg ...
Set startUnicode to something other than 0xEA01, so it doesn't overlap with the prefixed icons.
I've already try it but it work juste one time ... Param : startUnicode: 0xE000,
Résult first run : uE000-newsvg1.svg Résult second run : uE000-newsvg2.svg
Error: The unicode codepoint of the glyph newsvg1 seems to be already used by another glyph.
I don't understand what you mean by first/second run? Please provide the icons and config, or at least the list of icon filenames you are trying to convert to a font.
Since v10.0.0, When I add a new svg on an existing project, I have this error :
New svg name is not incremented and take the first codepoint already in use : uEA01-iconname.svg instead of uEA0[+1]-iconname.svg