adobe-webplatform / Snap.svg

The JavaScript library for modern SVG graphics.
http://snapsvg.io
Apache License 2.0
13.91k stars 1.15k forks source link

compilation error in dist/snap.svg.js lead to es6 import error #652

Open lightpeace312 opened 3 years ago

lightpeace312 commented 3 years ago

I dont know whether it is a compilation error or something, in "dist/snap.svg.js" (also in npm package) line 70,the semicolon should be comma which I confirmed when I recompile the master source. This little error lead to 'eve is no defined' error when using ES6 import. and use comma , it runs normally