SVGTransform 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.

MDN Reference

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

SVGTransform()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

svgTransformMatrix num
no setter
svgTransformRotate num
no setter
svgTransformScale num
no setter
svgTransformSkewx num
no setter
svgTransformSkewy num
no setter
svgTransformTranslate num
no setter
svgTransformUnknown num
no setter