Skip to content

Instantly share code, notes, and snippets.

@devdays
Created November 30, 2014 22: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 devdays/594c4746aa8b5afb59c0 to your computer and use it in GitHub Desktop.
Save devdays/594c4746aa8b5afb59c0 to your computer and use it in GitHub Desktop.
SVG Transform
Display the source blob
Display the rendered blob
Raw
<svg>
<rect x="50" y="50" height="100" width="130"
style="stroke:#000; fill: lightgoldenrodyellow"
transform="translate(30 -30) rotate(45 50 50) skewX(35)"></rect>
<text x="70" y="100"
transform="translate(30 -30) rotate(45 50 50) skewX(35)">Hello World!</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment