Home
Categories
Dictionnary
Download
Project Details
FAQ
License

Svg transform support


The library support the transform attribute for all elements[1] .

The following transformations are supported:
  • scale
  • scaleX
  • scaleY
  • skewX
  • skewY
  • translate
  • translateX
  • translateY
  • rotate
  • matrix
Multiple transformations are allowed in the same transform attribute. For example, this declaration is valid:

      <g transform="translate(-10,-20) scale(2) rotate(45) translate(5,10)">
      </g>    

Notes


Categories: fromsvgsupport

Copyright 2021-2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD-3-Clause License