nfroidure / svgicons2svgfont

Concatenate SVG icons and ouput an SVG font
http://nfroidure.github.io/svgiconfont/
MIT License
338 stars 71 forks source link

transformation-matrix-js is not supported anymore #91

Open marcj opened 5 years ago

marcj commented 5 years ago

See:

https://www.npmjs.com/package/transformation-matrix-js

screenshot 2019-02-12 at 14 28 33

I guess when you fixate the version 2.7.1 it should work again.

chrvadala commented 5 years ago

Hi guys, let me suggest this alternative https://github.com/chrvadala/transformation-matrix. I'm the author, so feel free to ask me for any help or missing feature.

felixranesberger commented 1 month ago

Hi any updates on this? I'm also getting a deprecation warning on installation. A fix would be awesome! 👍

bytepoets-mlo commented 3 weeks ago

Ive seen that this has been fixed in the past in #105 but after a refactoring (commit e84a5ceca5c3b73662d986ffbfcadabbe8b766d8, if im correct) those changes have been lost and now the transformation matrix is being used again which leads to the deprecation warning.

It still works fine but just applying the changes from #105 again would get rid off the warning if i am correct.

npm warn deprecated transformation-matrix-js@2.7.6: Package no longer supported. Contact support@npmjs.com for more info.

nfroidure commented 3 weeks ago

I would merge a PR with a fix for this, otherwise, I'll try to have a look when possble.