Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created June 4, 2013 19:48
Show Gist options
  • Select an option

  • Save tmcw/5708954 to your computer and use it in GitHub Desktop.

Select an option

Save tmcw/5708954 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