Source code

Revision control

Copy as Markdown

Other Tools

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