<g>
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
示例
html
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<!-- 使用 g 继承呈现属性 -->
<g fill="white" stroke="green" stroke-width="5">
<circle cx="40" cy="40" r="25" />
<circle cx="60" cy="60" r="25" />
</g>
</svg>
使用上下文
规范
Specification |
---|
Scalable Vector Graphics (SVG) 2 # GElement |
浏览器兼容性
BCD tables only load in the browser