Grenze für svg-Elemente

Arbeite ich mit svg und seine dom-manipulation. Ich will erstellen Sie eine Grenze für eine Gruppe von svg-Elemente positioniert innerhalb der <g> tag. Wie mache ich das? Ist es möglich, Zirkular /elliptisch hinweg auch? Ich bin mit dem jQuery SVG-Bibliothek. Vielen Dank im Voraus

<g>
<rect x="20" y="30" width="200" height="300" fill = "red"/>
<circle cx="40" cy="50" r="25" fill="blue"/>
</g>
InformationsquelleAutor Srikrishnan | 2012-03-24
Schreibe einen Kommentar