<html>
<head>
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<svg width="200px" height="200px">
<rect id="svg-rect" x="30" y="70" width="60" height="80" stroke="none"></rect>
</svg>
</body>
<html>
<head>
<style>
body {
margin: 0;
}
</style>
</head>
<body>
<svg width="200px" height="200px">
<rect id="svg-rect" x="30" y="70" width="60" height="80" stroke="none"></rect>
</svg>
</body>