[]
Specifies the type of an SVG transform function.
public enum SvgTransformType
Matrix = 5Represents the 'matrix' function.
Rotate = 2Represents the 'rotate' function.
Scale = 1Represents the 'scale' function.
SkewX = 3Represents the 'skewX' function.
SkewY = 4Represents the 'skewY' function.
Translate = 0Represents the 'translate' function.