stroke-width property
[This documentation is preliminary and is subject to change.]
Sets or retrieves a value that specifies the width of the stroke on the current object.
![]() ![]() |
Syntax
stroke-width:
<percentage>
|
<length>
| inherit
Property values
- percentage
-
An integer, followed by a % sign. The value is a percentage of the current viewport.
- length
-
A floating-point number, followed by either an absolute units designator (
cm,mm,in,pt, orpc) or a relative units designator (em,ex, orpx), that indicates the width of the stroke. (For more information about the supported length units, see CSS Length Units Reference.) inherit-
Indicates that the property takes the same computed value as the property for the element's parent.
CSS information
| Applies To | shapes and text content elements |
|---|---|
| Media | visual |
| Inherited | 1 |
| Initial Value | 1 |
Standards information
Remarks
A length value of 0 causes no stroke to be painted. A negative value is an error.
See also
- CSSStyleDeclaration
- currentStyle
- style
- SVGTSpanElement
- SVGTextPathElement
- SVGTextElement
- SVGPathElement
- SVGRectElement
- SVGCircleElement
- SVGEllipseElement
- SVGLineElement
- SVGPolylineElement
- SVGPolygonElement
- Reference
- stroke
- strokeDasharray
- strokeDashoffset
- strokeLinecap
- strokeLinejoin
- strokeMiterlimit
- strokeOpacity
Build date: 2/16/2012

