--- title: stroke slug: Web/SVG/Attribute/stroke tags: - SVG - SVG属性 - 需要兼容性表 translation_of: Web/SVG/Attribute/stroke ---
stroke属性定义了给定图形元素的外轮廓的颜色。它的默认值是none。
| 类别 | 外观属性 |
|---|---|
| 值 | <paint> |
| 可变性 | 是 |
| 规范文档 | SVG 1.1 (2nd Edition) |
<svg height="50" width ="300">
<path stroke = "green" d="M5 20 1215 0" />
</svg>
<svg height="200" width="200">
<circle cx="50" cy="50" r="40" stroke="blue" stroke-width="2" fill ="black" />
</svg>
下列元素可以使用stroke属性: