fontello / svg2ttf

SVG -> TTF font convertor
MIT License
518 stars 79 forks source link

Unable to use multiple dots in version #114

Closed miguelsolorio closed 3 years ago

miguelsolorio commented 3 years ago

when using the version option, using 1.0.0 will not count as a valid version but 1.0 will pass.

svg2ttf: invalid option, version - "1.0.0"

Given that node packages all use multiple dot versions, I would like to ask to support this. I currently use my package.json version as a string for this option and it fails.

puzrin commented 3 years ago

Fonts are NOT node packages. Applying node's semver to fonts is not valid. Also see #112 and continue there if you have "trusted" technical details to add.