From 56901b7f17ebd0c9d264f86b2c80dfb5af8ffeba Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Thu, 4 Jul 2024 21:44:13 -0400 Subject: [PATCH] alignment-baseline usable on (#34602) --- files/en-us/web/svg/attribute/alignment-baseline/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/svg/attribute/alignment-baseline/index.md b/files/en-us/web/svg/attribute/alignment-baseline/index.md index 74cacb896e71a57..1a5348c6d425ceb 100644 --- a/files/en-us/web/svg/attribute/alignment-baseline/index.md +++ b/files/en-us/web/svg/attribute/alignment-baseline/index.md @@ -14,7 +14,7 @@ The **`alignment-baseline`** attribute specifies how an object is aligned with r You can use this attribute with the following SVG elements: - {{SVGElement("tspan")}} -- {{SVGElement("tref")}} +- {{SVGElement("text")}} - {{SVGElement("textPath")}} ## Usage notes