We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's an example that works in Chrome, but not in IE11. https://bl.ocks.org/dmt0/6b47f10114efd50c3c6bba0c1a806045/95a201ad81b846da4dfc3ac2f767287b35ea26cf
From @alexcjohnson on slack:
[T]here’s a function isPath2DSupported but it throws if Path2D is undefined (as in IE11) https://github.com/dy/svg-path-sdf/blob/master/index.js#L83-L95 dy/svg-path-sdf#1 (also seems like we should be able to call that function just once and cache the result, right?)
isPath2DSupported
Path2D
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's an example that works in Chrome, but not in IE11.
https://bl.ocks.org/dmt0/6b47f10114efd50c3c6bba0c1a806045/95a201ad81b846da4dfc3ac2f767287b35ea26cf
From @alexcjohnson on slack:
The text was updated successfully, but these errors were encountered: