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
http://oeasvg.com/bower_components/Hotdraw.js/index.html is broken in latest Chrome
http://oeasvg.com/bower_components/Hotdraw.js/index.html
Uncaught TypeError: this.getNode(...).getTransformToElement is not a function
A polyfill is required
SVGElement.prototype.getTransformToElement = SVGElement.prototype.getTransformToElement || function(elem) { return elem.getScreenCTM().inverse().multiply(this.getScreenCTM()); };
dagrejs/dagre-d3#202
The text was updated successfully, but these errors were encountered:
Thanks @opcodewriter for reporting the issue and the suggested solution, .. it should work now.
Sorry, something went wrong.
wow, nice, thanks!
No branches or pull requests
http://oeasvg.com/bower_components/Hotdraw.js/index.html
is broken in latest ChromeA polyfill is required
dagrejs/dagre-d3#202
The text was updated successfully, but these errors were encountered: