<!-- viewport will be 800 px wide and 600 px high -->
<svg width="800" height="600">
</svg>
viewBox = <min-x> <min-y> <width> <height>
<min-x>, <min-y> = the upper left corner of the viewbox
<width>, <height> = width and height of the viewbox
Let's produce simple SVG with QGIS x Kartograph
Let's do some basic animations on top of that SVG