Nachtrag:
Wobei in den Chromium-Browsern Geometriewerte ohne Einheit im CSS akzeptiert werden.
<defs>
<style>
circle { cx: 100; cy: 100; r: 40; fill: #F00; }
rect { x: 60; y: 200; width: 400px; height: 100px; fill: #00F; }
</style>
</defs>
<rect/>
<circle/>