Skip to content

Instantly share code, notes, and snippets.

@devdays
Created November 30, 2014 22:49
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/b9c027b13eaffcfc81b9 to your computer and use it in GitHub Desktop.
Save devdays/b9c027b13eaffcfc81b9 to your computer and use it in GitHub Desktop.
SVG Transform1
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)"></rect>
<text x="70" y="100"
transform="translate(30 -30) rotate(45 50 50)">Hello World!</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment