Defines the limit for the StrokeLineJoin.MITER
line join style.
A value of less than 1.0 will be treated as 1.0.
The image demonstrates the behavior. Miter length ( A
) is computed
as the distance of the most inside point to the most outside point of
the joint, with the stroke width as a unit. If the miter length is bigger
than the given miter limit, the miter is cut at the edge of the shape
( B
). For the situation in the image it means that the miter
will be cut at B
for limit values less than 4.65
.
StrokeLineJoin.MITER
line join style
@defaultValue 10.0
Diagram: Shape