Skip to content

Instantly share code, notes, and snippets.

@rvagg
Created January 26, 2011 05:40
Show Gist options
  • Save rvagg/796288 to your computer and use it in GitHub Desktop.
Save rvagg/796288 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" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="r"> <rect x="68.5" y="158" height="35" width="549" fill="rgb(137, 255, 255)" stroke="black" stroke-width="4" /> </g>
<g id="e"> <ellipse cx="343" cy="175" rx="55" ry="140" fill="rgb(239,239,66)" stroke-width="9" stroke="black" /> </g>
<use xlink:href="#r" transform="translate(0, -70)" />
<use xlink:href="#r" transform="translate(0, 70)" />
<use xlink:href="#e" transform="translate(-137, 0)" />
<use xlink:href="#e" transform="translate(137, 0)" />
<g id="pr"> <rect x="74.5" y="158" height="35" width="200" fill="rgb(137, 255, 255)" stroke="black" stroke-width="4" stroke-dasharray="200 35 200 35" /> </g>
<use xlink:href="#pr" transform="translate(340, 0)" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment