winkerVSbecks / xvg

🔬 debug SVG paths in the browser
https://xvg.now.sh
MIT License
273 stars 7 forks source link

Console errors #27

Closed albell closed 7 years ago

albell commented 7 years ago

This sounds like a great idea, but I can't seem to get it working at all. Can you advise?

screen shot 2017-01-17 at 10 54 12 am

It might be nice to have a short looping demonstration video on the homepage.

laurosollero commented 7 years ago

It will work if your SVG is running inside an html, these errors are showing because you've tried to run it on the SVG file itself.

Yes, the extension could explain it better, test and not throw errors on console. But it seems to be working as expected for now.

albell commented 7 years ago

Understood. For me, the ability to inspect and SVG file directly is a really desirable feature for a project like this. +1 for this feature. I can open a separate feature request if that's helpful.

winkerVSbecks commented 7 years ago

@albell I have implemented this already. Just waiting on another feature before I release an update.

winkerVSbecks commented 7 years ago

@albell pushed an update. This should now be fixed. (version 1.2.0)

albell commented 7 years ago

🎆 Excellent! Thank you.