Path: blob/main/files/en-us/web/svg/attribute/bbox/index.md
6552 views
------{{SVGRef}}{{deprecated_header}}
The bbox attribute defines the maximal bounding box of a font.
You can use this attribute with the following SVG elements:
{{SVGElement("font-face")}}
Usage notes
| Value | <string> |
|---|---|
| Default value | None |
| Animatable | No |
<string>: A comma-separated list of exactly four numbers specifying, in order, the lower left x, lower left y, upper right x, and upper right y of the bounding box for the complete font.
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}