toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.canvas
/
Path2D
/
addPath
add
Path
fun
addPath
(
path
:
Path2D
,
transform
:
DOMMatrix2DInit
=
definedExternally
)
(
source
)
Adds to the path the path given by the argument.
MDN Reference
fun
addPath
(
path
:
Path2D
,
transform
:
DOMMatrixReadOnly
)
(
source
)