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

SVG Shapes not working in IE http://fabricjs.com/kitchensink #5218

Closed
shaktippatel opened this issue Sep 7, 2018 · 2 comments
Closed

SVG Shapes not working in IE http://fabricjs.com/kitchensink #5218

shaktippatel opened this issue Sep 7, 2018 · 2 comments

Comments

@shaktippatel
Copy link

SVG Shapes not working in IE

Version

2.3.5

Test Case

http://fabricjs.com/kitchensink

@shaktippatel
Copy link
Author

shaktippatel commented Sep 7, 2018

I have checked found that order changed in makeXHR function

      function() { return new fabric.window.XMLHttpRequest(); },
      function() { return new ActiveXObject('Microsoft.XMLHTTP'); },
      function() { return new ActiveXObject('Msxml2.XMLHTTP'); },
      function() { return new ActiveXObject('Msxml2.XMLHTTP.3.0'); }

@asturur
Copy link
Member

asturur commented Oct 14, 2018

closed via #5307

@asturur asturur closed this as completed Oct 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants