I understand that it is a grouping for transformations. I have also looked through the documentation and have found nothing regarding this, but was wondering whether it is possible.
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
Assign id to element, and listener. Ex.
Fill it with a
<rect width="whatever the <g> width is" height="whatever the <g> height is"/>
and make the<rect>
clickable. The rect can be transparent check out the pointer-events property for how to configure clicability of the<rect>
.You can find the
<g>
height and width by calling getBBox.