
jsMain.web.svg.SVGGraphicsElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.svg
import web.geometry.DOMMatrix
import web.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