css.properties

stroke-width

The stroke-width property specifies the width of SVG strokes.

Formal Syntax

[<length-percentage> | <number>]#

See specification

JavaScript Access

// Access via element.style
element.style.strokeWidth = '1px';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
stroke-width11.54โ‰ค15

Related Properties