Default SVG size
@currankelleher's famous introToD3 examples
artisanally ported to blockbuilder.org by @micahstubbs
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>SVG Example</title>
</head>
<body>
<svg>
<rect width="250" height="250"></rect>
</svg>
</body>
</html>