fontello/svg2ttf

have to use command "node --max-old-space-size=8192 svg2ttf.js"

creatxrgithub opened this issue · 5 comments

have to use command "node --max-old-space-size=8192 svg2ttf.js"

maybe it could be optimized.

thanks

I don't understand what are you talking about. Could you explain?

other message:

(node:11628) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

i have a large svg file (about 65535 glyphs), so i have to use option "--max-old-space-size=8192"

i think that maybe svg2ttf could be better.

@puzrin

IMO that's a very specific case, i'm not interested spent time for such optimization. But if someone suggest PR, it will be accepted.

Close as "wontfix"