Open In App

CSS | stroke-miterlimit Property

The stroke-miterlimit property is used to represent the limit on the ratio of the miter length to the stroke-width, that is used to draw a miter join. This property is used in situations when the miter extends beyond the thickness of the line. If this limit specified is exceeded, the ‘miter’ type of the join is converted to ‘bevel’.

This will crop the connecting point perpendicular to the join, instead of a sharp join.



Syntax:

stroke-miterlimit: number|initial|inherit

Property Values:



Supported Browsers: The browsers supported by stroke-miterlimit property are listed below:


Article Tags :