Built with blockbuilder.org
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<svg width="960" height="500">
<rect x="0" y="0" width="100" height="100" fill="red"></rect>
<rect x="120" y="0" width="100" height="100" fill="green"></rect>
<rect x="0" y="120" width="100" height="100" fill="blue"></rect>
</svg>
</body>
</html>