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

Fallback to styleElement.text for IE9 #2754

Merged
merged 1 commit into from
Jan 26, 2016
Merged

Conversation

toddbc
Copy link
Contributor

@toddbc toddbc commented Jan 26, 2016

IE9 doesn't provide a textContent property on this object. This caused errors when trying to import SVG files with <style> inside them.

@kangax
Copy link
Member

kangax commented Jan 26, 2016

Could you please add a comment for why this is needed as well?

IE9 doesn't provide a `textContent` property on this object.  This caused
errors when trying to import SVG files with `<style>` inside them.
@toddbc
Copy link
Contributor Author

toddbc commented Jan 26, 2016

Ah, good point - done.

kangax added a commit that referenced this pull request Jan 26, 2016
Fallback to styleElement.text for IE9
@kangax kangax merged commit 7857fb2 into fabricjs:master Jan 26, 2016
@toddbc toddbc deleted the ie9-fix branch January 27, 2016 06:26
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.

2 participants