ajboni / Talkit

Non-Linear Game Dialogue Editor
MIT License
101 stars 43 forks source link

Fixed getTransformToElement error #1

Closed Almax27 closed 7 years ago

Almax27 commented 7 years ago

Chrome has removed getTransformToElement from SVGElement

Resulting in the error: "Uncaught TypeError: this.node.getTransformToElement is not a function" when called.

Fix taken from: https://github.com/clientIO/joint/issues/203