From 1c102af08338dff79fa373ef72a299dc8dedf5d0 Mon Sep 17 00:00:00 2001 From: Himanshu Garg Date: Mon, 23 Dec 2024 07:48:45 +0530 Subject: [PATCH] Removes incorrect example. The referenced page already has a correct one. --- files/en-us/web/svg/attribute/x/index.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/files/en-us/web/svg/attribute/x/index.md b/files/en-us/web/svg/attribute/x/index.md index 814a1425556fe24..394de4dd5d81cef 100644 --- a/files/en-us/web/svg/attribute/x/index.md +++ b/files/en-us/web/svg/attribute/x/index.md @@ -1303,28 +1303,6 @@ For {{SVGElement('use')}}, `x` defines the x coordinate of the upper left corner > Declaring a `` or `` value in CSS using the {{cssxref("x")}} _geometry property_ overrides the x-axis coordinate of the `` set by the `x` attribute in some browsers. > This behavior is non-standard, deprecated, and likely to be removed in future browser versions. -## Examples - -This example contains three {{SVGElement("rect")}} elements, each with an `x` value smaller than the previous value. - -```css hidden -html, -body, -svg { - height: 100%; -} -``` - -```html - - - - - -``` - -{{EmbedLiveSample("Examples", '100%', 200)}} - ## Specifications {{Specifications}}