libxmljs
Version:
libxml bindings for v8 javascript engine
16 lines (15 loc) • 539 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>