Created
May 14, 2020 14:39
-
-
Save tinkerology/841c02bd25a567ac139997fb8baec072 to your computer and use it in GitHub Desktop.
SVG with script testing
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
<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"> | |
<script type="text/javascript"> | |
// <![CDATA[ | |
(function () { | |
alert("SVG Ran Script"); | |
}()); | |
// ]]> | |
</script> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment