Skip to content

Instantly share code, notes, and snippets.

@lyuehh
Created September 2, 2013 01:13
Show Gist options
  • Save lyuehh/6408419 to your computer and use it in GitHub Desktop.
Save lyuehh/6408419 to your computer and use it in GitHub Desktop.
<?xml version="1.0" standalone="no"?>
<svg width="12cm" height="4cm" viewBox="0 0 1200 400"
xmlns="http://www.w3.org/2000/svg" version="1.1">
<desc>Example polyline01 - increasingly larger bars</desc>
<!-- Show outline of canvas using 'rect' element -->
<rect x="1" y="1" width="1198" height="398"
fill="none" stroke="blue" stroke-width="2" />
<polyline fill="none" stroke="blue" stroke-width="10"
points="100,100 300,100 300,300 100,300 100,100" />
<rect x="100"
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment