libxmljs
Version:
libxml bindings for v8 javascript engine
15 lines (14 loc) • 518 B
text/xml
<svg width="4in" height="3in">
<desc>Two groups, each of two rectangles
</desc>
<g style="fillcolor:red">
<rect x="100" y="100" width="100" height="100"/>
<rect x="300" y="100" width="100" height="100"/>
</g>
<g style="fillcolor:blue">
<rect x="100" y="300" width="100" height="100"/>
<rect x="300" y="300" width="100" height="100"/>
</g>
</svg>