ZVON > References > SVG 1.1 Reference
Attribute: transform
Parents: | g | defs | use | switch | image | path | rect | circle | line | ellipse | polyline | polygon | text | clipPath | a | foreignObject |
Value: <transform-list>
Available transformations:
  • matrix(<a> <b> <c> <d> <e> <f>)
  • translate(<tx> [<ty>])
  • scale(<sx> [<sy>]),
  • rotate(<rotate-angle> [<cx> <cy>])
  • skewX(<skew-angle>)
  • skewY(<skew-angle>)