SVGTransform
The SVGTransform
interface reflects 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.
The SVGTransform
interface reflects 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.