鑑於這種SVG:如何在HTML中渲染不同大小的SVG?
<svg width="640" height="480" xmlns="http://www.w3.org/2000/svg">
<!-- Created with SVG-edit - http://svg-edit.googlecode.com/ -->
<g>
<title>Layer 1</title>
<ellipse stroke="#000000" ry="210.999999" rx="259.000004" id="svg_1" cy="237.727263" cx="324.999989" stroke-width="5" fill="#FF0000"/>
</g>
</svg>
如何它擴展到用戶320×240,而無需重新計算裏面的數字嗎?這甚至有可能嗎?