Pixplicity / sharp

Scalable vector graphics for Android
Apache License 2.0
1.03k stars 117 forks source link

nested svg elements? #36

Closed d7coders closed 7 years ago

d7coders commented 7 years ago

hi, I'm trying use nested svg elements to group SVG shapes together and etc, but the library only show one element

`

<svg x="0" y="0">
  <ellipse ry="10" rx="20" id="svg_6" cy="25" cx="25" stroke-opacity="null" stroke-width="1.5" stroke="#000" fill="#ff0000" />
</svg>

`