css.properties

stroke-width

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

Formal Syntax

stroke-width = [<length-percentage> | <number>]# <length-percentage> = [ <length> | <percentage> ]

See specification

JavaScript Access

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
stroke-width11.54โ‰ค15

Related Properties