The graphic object utils instance.
A promise that resolves to the line cap.
Get the line join of the current path object.
A promise that resolves to the line join.
Get the line width of the current path object.
The graphic object utils instance.
A promise that resolves to the line width.
Get the miter limit of the current path object.
The graphic object utils instance.
A promise that resolves to the miter limit.
OptionaloptionsSet the line cap of the current path object.
The graphic object utils instance.
The line cap to set.
A promise that resolves to true if successful, false otherwise.
Set the line join of the current path object.
The graphic object utils instance.
The line join to set.
A promise that resolves to true if successful, false otherwise.
Set the line width of the current path object.
The graphic object utils instance.
The line width to set.
A promise that resolves to true if successful, false otherwise.
Set the miter limit of the current path object.
The graphic object utils instance.
The miter limit to set.
A promise that resolves to true if successful, false otherwise.
Get the line cap of the current path object.