All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.dom.svg.SVGGraphicsElement.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom.svg

import dom.geometry.DOMMatrix
import dom.geometry.DOMRect

sealed external class SVGGraphicsElement :
    SVGElement,
    SVGTests {
    val transform: SVGAnimatedTransformList
    fun getBBox(options: SVGBoundingBoxOptions = definedExternally): DOMRect
    fun getCTM(): DOMMatrix?
    fun getScreenCTM(): DOMMatrix?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy