Transform
js.html.svg.Transform (extern class)
SVGTransform
is the interface for one of the component transformations within an SVGTransformList
; thus, an SVGTransform
object corresponds to a single component (e.g., scale(…)
or matrix(…)
) within a transform
attribute.
Documentation SVGTransform by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Static Members
SVG_TRANSFORM_UNKNOWN: Int
SVG_TRANSFORM_MATRIX: Int
SVG_TRANSFORM_TRANSLATE: Int
SVG_TRANSFORM_SCALE: Int
SVG_TRANSFORM_ROTATE: Int
SVG_TRANSFORM_SKEWX: Int
SVG_TRANSFORM_SKEWY: Int
Instance Members
type: Int
matrix: Matrix
angle: Float
Name | Type |
---|---|
matrix |
Matrix |
Name | Type |
---|---|
tx |
Float |
ty |
Float |
Name | Type |
---|---|
sx |
Float |
sy |
Float |
Name | Type |
---|---|
angle |
Float |
cx |
Float |
cy |
Float |
Name | Type |
---|---|
angle |
Float |
Name | Type |
---|---|
angle |
Float |