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

Use getElementsByTagName for Safari #30

Closed
wants to merge 1 commit into from
Closed

Use getElementsByTagName for Safari #30

wants to merge 1 commit into from

Conversation

iamjohnford
Copy link

Safari is having issues for some reason with getElementById for the cloned SVG object. Switching to getElementsByTagName seems to fix the problem. I didn't know what js minify library was used so the I didn't update min.js. This should fix #29.

Safari is having issues for some reason with getElementById for the cloned SVG object. Switching to getElementsByTagName seems to fix the problem.
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting TypeError: null is not an object (evaluating 'hsvGradient.id = 'gradient-hsv-' + uniqID')
1 participant