lineJoin property

dynamic lineJoin
final

The display of lines when joining.

Type: enum default: miter Options: "bevel" A join with a squared-off end which is drawn beyond the endpoint of the line at a distance of one-half of the line's width. "round" A join with a rounded end which is drawn beyond the endpoint of the line at a radius of one-half of the line's width and centered on the endpoint of the line. "miter" A join with a sharp, angled corner which is drawn with the outer sides beyond the endpoint of the path until they meet.

Sdk Support: basic functionality with js, android, ios, macos data-driven styling with js, android, ios, macos

Implementation

final dynamic lineJoin;