Here an example, where a whole svg document is linked to from another svg element (scaled with viewBox):
<div> <svg viewBox="0 0 500 500" width="200" height="75"> <g> <use xlink:href="#BaseQuality-svg"></use> </g> </svg> </div>
Here an example, where a whole svg document is linked to from another svg element (scaled with viewBox):