Open cmnstmntmn opened 4 years ago
There's the case when a Svg element should be wrapped into another
<svg> <svg width="80%"><text>Child</text></svg> <text>Parent</text> </svg>
since the group <g></g> is not supporting width, there's no easy way to change position/size of a child element.
<g></g>
here's an example
@diegomura looking for this too, right now I can render svg inside svg but positioning is left much to be desired
@HelgiBergmann how did you able to render svg inside svg? I was getting r is not defined error
r is not defined
There's the case when a Svg element should be wrapped into another
since the group
<g></g>
is not supporting width, there's no easy way to change position/size of a child element.here's an example