带有重叠SVG的Mouseevent

时间:2016-10-27 11:05:12

标签: javascript html dom svg mouseevent

我想知道mouseevents是否可能SVG被另一个SVG覆盖。

<div id = "svgWrapper>
    <svg id = "overlayingSvg" width = "400" height = "400">
         <g>
             <circle>
             ....
    <svg id = "underlayingSvg" width = "400" height = "400">
         <g>
             <rect>
             ....
</div>

在这种情况下,使用鼠标访问underlayingSvg以在mouseevent元素上注册rectcircle上的overlayingSvg也需要mouseevents

0 个答案:

没有答案