Skip to content

Instantly share code, notes, and snippets.

@justinhillsjohnson
Created September 7, 2012 03:54
Show Gist options
  • Save justinhillsjohnson/3662938 to your computer and use it in GitHub Desktop.
Save justinhillsjohnson/3662938 to your computer and use it in GitHub Desktop.
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<rect x="10" y="10" height="130" width="500" style="fill: #000000"/>
<image x="20" y="20" width="100%" height="100%" xlink:href="http://jenkov.com/images/layout/top-bar-logo.png"/>
<line x1="25" y1="80" x2="350" y2="80" style="stroke: #ffffff; stroke-width: 3;"/>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment