stroke-miterlimit
Applies to | ? |
---|
Remarks
The ratio of miter length (distance between the outer tip and the inner corner of the miter) to strokeWidth is directly related to the angle (theta) between the segments in user space by the formula: miterLength / stroke-width = 1 / sin ( theta / 2 )
Syntax
stroke-miterlimit: inherit
Standards information
See also
Related pages
- CSSStyleDeclaration
- currentStyle
- style
- SVGTSpanElement
- SVGTextPathElement
- SVGTextElement
- SVGPathElement
- SVGRectElement
- SVGCircleElement
- SVGEllipseElement
- SVGLineElement
- SVGPolylineElement
- SVGPolygonElement
Reference
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]