Skip to content

$beginPath

Starts a new path by emptying the list of paths.

Usage

$beginPath[canvas]

Parameters

FieldTypeDescriptionRequired
canvasStringName of the canvas.True

Example(s)

No examples for this function.

meow

Raw Info

{
"name": "$beginPath",
"description": "Starts a new path by emptying the list of paths.",
"params": [
{
"name": "canvas",
"description": "Name of the canvas.",
"type": "String",
"required": true
}
],
"usage": "$beginPath[canvas]",
"category": "canvas",
"src": "https://github.com/devlordduck/aoi.canvas/tree/v2/src/functions/canvas/beginPath.ts",
"docs": "https://aoicanvas.vercel.app/functions/beginpath"
}