Skip to content

Instantly share code, notes, and snippets.

@LarryMatte
Created February 8, 2017 17:51
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 LarryMatte/f77c1fb56475f858d6cead2f05e178f7 to your computer and use it in GitHub Desktop.
Save LarryMatte/f77c1fb56475f858d6cead2f05e178f7 to your computer and use it in GitHub Desktop.
<svg>
<g fill="red">
<rect x="10" y="10" width="50" height="80" fill="blue"/>
<rect x="80" y="10" width="50" height="80"/>
<rect x="150" y="10" width="50" height="80"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment