ixfx
Preparing search index...
Visual
Drawing
paths
Function paths
paths
(
ctx
:
CanvasRenderingContext2D
,
pathsToDraw
:
Geometry
.
Path
|
readonly
Geometry
.
Path
[]
,
opts
?:
{
debug
?:
boolean
;
strokeStyle
?:
string
}
,
)
:
void
Draws one or more paths. supported paths are quadratic beziers and lines.
Parameters
ctx
:
CanvasRenderingContext2D
pathsToDraw
:
Geometry
.
Path
|
readonly
Geometry
.
Path
[]
opts
:
{
debug
?:
boolean
;
strokeStyle
?:
string
}
= {}
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Draws one or more paths. supported paths are quadratic beziers and lines.