--- title: viewBox slug: Web/SVG/Attribute/viewBox translation_of: Web/SVG/Attribute/viewBox ---
« SVG Attribute reference home
viewBox属性は、特定のcontainer要素に合わせるためのグラフィックス stretchのセットを指定できます。
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 {{ SVGAttr("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) |
以下の要素がviewBox属性を使います。