You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: