Skip to content

Instantly share code, notes, and snippets.

@hsuh
Last active August 29, 2015 14:05
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 hsuh/05c216f2235c767319ec to your computer and use it in GitHub Desktop.
Save hsuh/05c216f2235c767319ec to your computer and use it in GitHub Desktop.
svg foreignobject
<?xml version="1.0" standalone="yes"?>
<svg xmlns = "http://www.w3.org/2000/svg" width="100%" height="100%">
<rect x="25" y="25" width="250" height="200" fill="#ff0000" stroke="#000000"/>
<foreignObject x="50" y="50" width="200" height="150">
<body xmlns="http://www.w3.org/1999/xhtml">
<form>
<input type="text"/>
<input type="text"/>
</form>
</body>
</foreignObject>
<circle cx="60" cy="80" r="30" fill="#00ff00" fill-opacity="0.5"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment