Type alias LineCap

LineCap: "butt" | "round" | "square"

The different styles of the end caps for drawn lines.

Note

The value "round" and "square" make the lines slightly longer.

See

https://www.w3schools.com/TAgs/canvas_linecap.asp

Generated using TypeDoc