blob: 5c7362c4f2410b61e14f58067b9c27236244a130 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
svg {
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<svg>
<rect width="100%" height="100%" fill="green"/>
</svg>
</body>
</html>