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.
MDN
Annotations
@native()@JSGlobal()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
SVGTransform
Object
Any
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
final def==(arg0: Any): Boolean
Definition Classes
AnyRef → Any
valSVG_TRANSFORM_MATRIX: Int
valSVG_TRANSFORM_ROTATE: Int
valSVG_TRANSFORM_SCALE: Int
valSVG_TRANSFORM_SKEWX: Int
valSVG_TRANSFORM_SKEWY: Int
valSVG_TRANSFORM_TRANSLATE: Int
valSVG_TRANSFORM_UNKNOWN: Int
The unit type is not one of predefined unit types.
The unit type is not one of predefined unit types. It is invalid to attempt to define a
new value of this type or to attempt to switch an existing value to this type.
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.
MDN