svg - Uncaught TypeError: ia.createSVGPathSegLinetoAbs is not a function -


after chrome browser got updated 48.0 version facing issue not able load svg editor.in console window can find message "uncaught typeerror: ia.createsvgpathseglinetoabs not function " have followed suggestions given @ earlier post alternative deprecated svg pathseglist request please give detail description of fix issue. please suggest me steps include pollyfill.js if thats fix issue .

the instructions on polyfill page tell do.

copy polyfill js file webserver. add script tag html page (or svg file).

<script src="pathseg.js"></script>

is there other problem preventing doing this?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -