We are having issues with scaling a large <svg> into a <svg> with a width and height that is smaller.
We have:
<svg width="132" height="50% viewBox="0 0 132 50">
<svg viewbox="0 0 6000 3000">
data here
</svg>
</svg>
The inner svg isnt scaling down...it continues at 6000 x 3000? Firefox/Chrome/IE etc all scale it perfect but prince isnt scaling it. Any ideas?
Richard
We have:
<svg width="132" height="50% viewBox="0 0 132 50">
<svg viewbox="0 0 6000 3000">
data here
</svg>
</svg>
The inner svg isnt scaling down...it continues at 6000 x 3000? Firefox/Chrome/IE etc all scale it perfect but prince isnt scaling it. Any ideas?
Richard