Hello,
I'm trying to create svg modules that could be reused and that you could use inside existing SVG uibinder template, so something along the lines of
<ui:UiBinder (...)
<svg>
<g><svgwidget:SomeWidget/></g>
(...)
</svg>
</ui:UiBinder>
and a seperate uibinder template to define SomeWidget. So two svg widgets and you use one inside the other. You get the idea. How could this be achieved? I tried different combinations of SVGImage and HTMLPanel but to no satisfying effect.