kovacsv / JSModeler

A JavaScript framework to create and visualize 3D models.
MIT License
654 stars 123 forks source link

SvgPathSegList is now deprecated in Chrome version 48 #15

Closed nimshory closed 7 years ago

nimshory commented 8 years ago

This causes SvgToModel to break. There is a polyfill available at: https://github.com/progers/pathseg

kovacsv commented 8 years ago

Thanks for the report. Including the mentioned polyfill seems working for me, but it would great to find a solution without polyfills.

kovacsv commented 7 years ago

The mentioned polyfill is now available in the build/lib folder.