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