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

jsMain.web.canvas.Path2D.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.canvas

import web.geometry.DOMMatrix2DInit
import web.geometry.DOMMatrixReadOnly

external class Path2D(
    path: Path2D = definedExternally,
) : CanvasPath {
    constructor(path: String)

    /** Adds to the path the path given by the argument. */
    fun addPath(
        path: Path2D,
        transform: DOMMatrix2DInit = definedExternally,
    )

    fun addPath(
        path: Path2D,
        transform: DOMMatrixReadOnly, /* DOMMatrix2DInit */
    )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy