Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/svg/attribute/bbox/index.md
6552 views
---
title: bbox slug: Web/SVG/Attribute/bbox page-type: svg-attribute tags: - Deprecated - SVG - SVG Attribute browser-compat: svg.elements.font-face.bbox
---

{{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}}