paperjs/paperjs.org

Script issue on 'Path' reference

ShaneDeconinck opened this issue · 2 comments

When I visit the reference for Path, since yesterday, the page keeps hanging until I stop the script.
This is the notice I get:

"A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.

Script: http://paperjs.org/assets/js/paper.js:133"

Yes you're right. I just analyzed the slow-down and found out it's linked to the new experimental support of source-maps for debugging of PaperScripts. I am looking into a fix right now. Are you on Chrome?

Fixed in this commit: fd1ded8