Re: It is possible modify export to SVG format ?
Code: Select all
<svg
...
...
>
...
<g ... >
<g ... >
<g ... >
<image x="0" y="0" width="256" height="256"... />
<rect class="btn" x="0" y="0" width="256" height="256" stroke="#fff" fill="#fff" fill-opacity="0" stroke-opacity="0" onclick="action" />
</g> <!-- transform -->
</g> <!-- transform -->
</g> <!-- default stroke -->
</svg> <!-- bounding box -->