Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

popup.js and possible other modules wrong check of svg support #6118

Closed
Avivonz opened this issue Jan 27, 2018 · 3 comments
Closed

popup.js and possible other modules wrong check of svg support #6118

Avivonz opened this issue Jan 27, 2018 · 3 comments
Labels

Comments

@Avivonz
Copy link

Avivonz commented Jan 27, 2018

#3175 In popup.js line 418, it checks :
return (typeof SVGGraphicsElement === 'undefined');

And says it supports it if it returns true, while it will obviously return false, because it does exist.

Fix :
return (typeof SVGGraphicsElement !== 'undefined');

@GuacheSuede
Copy link

#6109

@stale
Copy link

stale bot commented Apr 28, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 28, 2018
@stale stale bot closed this as completed May 28, 2018
@lubber-de

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants