使用语境
属性
DOM 接口
此元素实现了 SVGPathElement
接口。
示例
html
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path
d="M 10,30
A 20,20 0,0,1 50,30
A 20,20 0,0,1 90,30
Q 90,60 50,90
Q 10,60 10,30 z" />
</svg>
规范
规范 |
---|
Scalable Vector Graphics (SVG) 2 # PathElement |
浏览器兼容性
加载中…