Created
April 24, 2015 09:17
-
-
Save joews/ebb0239362af116c6b75 to your computer and use it in GitHub Desktop.
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 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