It seem to be a silly question and possibly a dupe, but I couldn\'t find a good solution for a while, so finally dare to ask.
I want to place an
Have you tried adding the image as a background to your svg-container?
.svg-container { height:100%; width:100%; max-height:15cm; max-width:15cm; margin: 0 auto; background-image:url('yourSVG.svg'); background-repeat: no-repeat; background-size: contain; }