Skip to content

Instantly share code, notes, and snippets.

@gounaman
Last active July 10, 2020 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gounaman/4c9d9e9c18675ac431c959ef5a2428f2 to your computer and use it in GitHub Desktop.
Save gounaman/4c9d9e9c18675ac431c959ef5a2428f2 to your computer and use it in GitHub Desktop.
proof of concept to link to codepen and bypass browser same orign policy
Display the source blob
Display the rendered blob
Raw
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<ellipse
style="opacity:0.742647;fill:#ff8080;stroke-width:3.09852"
id="circle"
cx="300"
cy="300"
rx="300"
ry="300" />
<circle
fill="blue"
id="mycircle"
cx="300"
cy="900"
r="300"
/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment