Skip to content

Instantly share code, notes, and snippets.

@joews
Created April 24, 2015 09:17
Show Gist options
  • Save joews/ebb0239362af116c6b75 to your computer and use it in GitHub Desktop.
Save joews/ebb0239362af116c6b75 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg">
<script type="text/javascript"><![CDATA[
function test() {
debugger }
]]></script>
<circle id="greencircle" cx="30" cy="30" r="30" fill="green" onmouseover="return test()" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment