<svg width="200" height="100" style="border: 1px solid #cccccc;">
<rect x="5" y="5" width="190" height="90" style="stroke: none; fill:#00ff00; "></rect>
<circle cx="20" cy="20" r="20" style="stroke: none; fill: #ff0000;"></circle>
<svg width="200" height="100" style="border: 1px solid #cccccc;">
<clippath id="clipPath4">
<rect x="10" y="20" width="100" height="20"></rect>
<g style="clip-path: url(#clipPath4);">
<rect x="5" y="5" width="190" height="90" style="stroke: none; fill:#00ff00;"></rect>
<circle cx="20" cy="20" r="20" style="stroke: none; fill: #ff0000;"></circle>