1
I used SVG to create objects. The problem is that when changing the window, the SVG is cut, I can only see a part. I want to use viewBox to show all the SVG depending on the window or image resolution.
<svg width="980" height="500" viewBox="0 0 900 500">
Have you seen this question -> http://answall.com/q/49938/129 ?
– Sergio
viewBox doesn’t do that?
– akm