
jsMain.web.svg.SVGLineElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.svg
sealed external class SVGLineElement :
SVGGeometryElement {
val x1: SVGAnimatedLength
val x2: SVGAnimatedLength
val y1: SVGAnimatedLength
val y2: SVGAnimatedLength
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy