Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created June 5, 2013 02:43
Show Gist options
  • Save tmcw/5711260 to your computer and use it in GitHub Desktop.
Save tmcw/5711260 to your computer and use it in GitHub Desktop.
Untitled
svg {
display:absolute;
}
<style>
svg {
position:absolute;
}
path {
stroke-width:10;
stroke:#000;
fill:none;
}
</style>
<svg>
<path
d='M50,50 L150,50 L150,150'>
</path>
</svg>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment