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.
我发现在 svg/gfx 中你不能为子元素设置边框和填充等。
那么有没有替代方案(svg/gfx 方式用于边框/填充...)?
我想这样做,当用户单击一个<image>(或其他节点类型)时,他会以某种方式看到选择了哪个元素。我认为边界会起作用,但显然我错了。
<image>
用高亮颜色的笔触和无填充绘制一个矩形。选择元素时使其可见,并将其调整为所选元素的大小。getBBox()您可以通过调用其上的函数来获取元素的尺寸。
getBBox()