miterLimit
A floating-point number that controls the miter limit ratio for mitered line joins.
Declaration
attribute unrestricted float miterLimit;Discussion
The miterLimit value must be a nonzero positive number. This property affects the appearance of line joins when the lineJoin property is set to miter.
The miter length is the distance from the point where the join occurs to the intersection of the line edges on the outside of the join. The miter limit ratio is the maximum allowed ratio of the miter length to half the line width. If the miter length would cause the miter limit ratio to be exceeded, the second triangle of the miter join is not rendered, and the join is beveled.