Skip to content

Instantly share code, notes, and snippets.

@vviikk
Created June 25, 2018 06:49
Show Gist options
  • Save vviikk/896e810bc6d7f5c8919bbb519b659c14 to your computer and use it in GitHub Desktop.
Save vviikk/896e810bc6d7f5c8919bbb519b659c14 to your computer and use it in GitHub Desktop.
SVG with js test
Display the source blob
Display the rendered blob
Raw
<svg version="1.1" id="loader-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="40px" height="40px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
<circle cx="40" cy="40" r="50" fill="red" />
<script type="text/javascript">
window.addEventListener('load',function(){
console.log('test')
})
</script>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment