Skip to content

Instantly share code, notes, and snippets.

@lapwat
Last active April 18, 2016 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lapwat/b2cdb749312f0ac47a860329b75c20f5 to your computer and use it in GitHub Desktop.
Save lapwat/b2cdb749312f0ac47a860329b75c20f5 to your computer and use it in GitHub Desktop.
Australian flag
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="100" version="1.1">
<rect width="200" height="100" fill="#071FB3"/>
<line x1="0" y1="100" x2="100" y2="0" stroke="black" style="stroke-width:40" />
<line x1="100" y1="0" x2="100" y2="100" stroke="black" style="stroke-width:40" />
<line x1="100" y1="100" x2="200" y2="0" stroke="black" style="stroke-width:40" />
<line x1="0" y1="100" x2="100" y2="0" stroke="red" style="stroke-width:20" />
<line x1="100" y1="0" x2="100" y2="100" stroke="red" style="stroke-width:20" />
<line x1="100" y1="100" x2="200" y2="0" stroke="red" style="stroke-width:20" />
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment