blob: e13e368d7b8ab6021d5041d9bd51714b0859f024 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!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>
|