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: IntSVG_TRANSFORM_MATRIX: IntSVG_TRANSFORM_TRANSLATE: IntSVG_TRANSFORM_SCALE: IntSVG_TRANSFORM_ROTATE: IntSVG_TRANSFORM_SKEWX: IntSVG_TRANSFORM_SKEWY: IntInstance Members
type: Intmatrix: Matrixangle: 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 |