The viewBox attribute allows you to specify that a given set of graphics stretch to fit a particular container element.
The value of the viewBox attribute is a list of four numbers min-x, min-y, width and height, separated by whitespace and/or a comma, which specify a rectangle in user space which should be mapped to the bounds of the viewport established by the given element, taking into account attribute preserveAspectRatio.
Negative values for width or height are not permitted and a value of zero disables rendering of the element.
| Categories | None |
|---|---|
| Value | See above |
| Animatable | Yes |
| Normative document | SVG 1.1 (2nd Edition) |
The following elements can use the viewBox attribute
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox