Is it possible to use the flex layout in SVG ?
if so, what would be a good container element ? I though of using <g>, which doesn't display anything by itself (like a <div>) and can contain a lot of svg elements, but setting its width and height through CSS doesn't seem to have an effect, which is problematic if I want to lay things out within it.