Skip to content

Instantly share code, notes, and snippets.

@tinkerology
Created May 14, 2020 14:39
Show Gist options
  • Save tinkerology/841c02bd25a567ac139997fb8baec072 to your computer and use it in GitHub Desktop.
Save tinkerology/841c02bd25a567ac139997fb8baec072 to your computer and use it in GitHub Desktop.
SVG with script testing
Display the source blob
Display the rendered blob
Raw
<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