<!doctype HTML>
<head>
<meta charset="utf-8">
<title>Reference case for dynamic viewBox change</title>
<link rel="author" title="Daniel Holbert" href="mailto:[email protected]">
</head>
<body>
<svg id="mySVG" style="height: 200px; width: 200px;">
<rect width="200" height="200" fill="lime"></rect>
</svg>
</body>