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

jsMain.web.svg.Document.kt Maven / Gradle / Ivy

package web.svg

import web.dom.Document

fun  Document.createElement(
    tagName: SvgTagName,
): T =
    createElementNS(
        namespaceURI = SVG_NAMESPACE,
        qualifiedName = tagName,
    )




© 2015 - 2025 Weber Informatics LLC | Privacy Policy