Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created July 30, 2019 12:50
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 BMU-Verlag/286f3e00da8d2e7a0abce2e9f92250bc to your computer and use it in GitHub Desktop.
Save BMU-Verlag/286f3e00da8d2e7a0abce2e9f92250bc to your computer and use it in GitHub Desktop.
<svg viewbox="-100 -100 300 300" height="300" width="300">
<g id="rectID" onPointerDown="rotateRect()">
<rect width="100" height="100" fill="blue"/>
</g>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment