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

Game lädt nicht mehr #43

Closed
TimRepke opened this issue Apr 13, 2016 · 1 comment
Closed

Game lädt nicht mehr #43

TimRepke opened this issue Apr 13, 2016 · 1 comment
Assignees
Labels

Comments

@TimRepke
Copy link
Owner

Der Mindblow-Modus geht nicht mehr in Chrome:
https://fsfahrt.fachschaft.informatik.hu-berlin.de/view/signups/game1/test.html

Firefox geht.

Fehler tritt hier auf:

function getTranslation(svg, node) {
   var matrix = svg.getTransformToElement(node);
   return [matrix.e, matrix.f];
}

glaub das getTransformToElement is einfach nicht 'stable'
aber das beste was man bekommen konnte
dagrejs/dagre-d3#202

As suggested by the JointJS team this function can be poly-filled where it is required. We are working around this locally with a polyfil for now, but it clearly would be better for dagre-d3 to centralise a fix (polyfil or otherwise) so that everyone using Chrome 48 can benefit.

@0x17de
Copy link
Collaborator

0x17de commented Apr 13, 2016

Issue fixed with polyfill from http://jointjs.com/blog/get-transform-to-element-polyfill.html

@0x17de 0x17de closed this as completed Apr 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants