stroke-width
stroke-width 属性指定了当前对象的轮廓的宽度。它的默认值是 1。如果使用了一个<percentage>,这个值代表当前视口的百分比。如果使用了 0 值,则将不绘制轮廓。
作为一个外观属性,它可以直接用作 CSS 样式表内部的属性。
<https://developer.mozilla.org/zh-CN/docs/Web/SVG/Attribute/stroke-width>
Stroke Width
| Class | Properties |
|---|---|
| stroke-0 | stroke-width: 0; |
| stroke-1 | stroke-width: 1; |
| stroke-2 | stroke-width: 2; |
