Skip to content

Instantly share code, notes, and snippets.

@nhc
Created April 20, 2012 03:08
Show Gist options
  • Save nhc/2425606 to your computer and use it in GitHub Desktop.
Save nhc/2425606 to your computer and use it in GitHub Desktop.
Untitled
body {margin: 0; padding: 10px;}​
<svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny" viewbox="0 0 100 100" preserveAspectRatio="none">
<rect width="100" height="10" fill="#ddd" stroke-width="1" stroke="#aaa" vector-effect="non-scaling-stroke" />
<path d="M 0 0 L 100 100 Z" stroke-width="1" stroke="#aaa" vector-effect="non-scaling-stroke" />
<path d="M 100 0 L 0 100 Z" stroke-width="1" stroke="#aaa" vector-effect="non-scaling-stroke" />
</svg>
​<!-- content to be placed inside <body>…</body> -->
{"view":"split","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