Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想象一下,您有一个包含大约 7500 个圆的 SVG 图像,可以有四个预定半径之一。是使用<use>链接到四个不同<circle>元素的 7500 个元素更好,每个元素都有<use>不同x的y、、和class属性,还是使用 7500circle个元素更好,所有元素都具有不同cx的cy、、r和class属性?哪个将提供渲染、滚动和可能的一些转换的最佳性能?
<use>
<circle>
x
y
class
circle
cx
cy
r