Created
June 10, 2014 23:40
-
-
Save soc/06e0536234785929b4bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| val svgObject = dom.document.getElementById("svg-object") | |
| val svgDocument = svgObject.asInstanceOf[js.Dynamic].contentDocument.asInstanceOf[dom.Document] | |
| val svgData = svgDocument.getElementById("TODO") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment