Skip to content

Instantly share code, notes, and snippets.

@gavingmiller
Created August 14, 2019 20:22
Show Gist options
  • Save gavingmiller/c38897d8a722431ef89c4588a7b8e59a to your computer and use it in GitHub Desktop.
Save gavingmiller/c38897d8a722431ef89c4588a7b8e59a to your computer and use it in GitHub Desktop.
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">
<circle cx="50" cy="50" r="45" fill="green"
id="foo"/>
<script type="text/javascript">
// <![CDATA[
alert(1)
// ]]>
</script>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment