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.

MDN Reference

Types

Link copied to clipboard
object Companion
Link copied to clipboard
sealed interface Type

Properties

Functions

Link copied to clipboard
fun setMatrix(matrix: DOMMatrixReadOnly = definedExternally)
Link copied to clipboard
fun setRotate(angle: Float, cx: Float, cy: Float)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard