From 8c9dc1f8df516346dad30f2475413eb4eaa420ea Mon Sep 17 00:00:00 2001 From: Rowan Carlsen <88397548+rowan-carlsen@users.noreply.github.com> Date: Mon, 24 Jul 2023 19:03:05 -0400 Subject: [PATCH] Fixing two broken (on Firefox) examples within SVG documentation (#28155) * Fix broken example on feConvolveMatrix The example uses deprecated "xlink:href", so the image is not shown (at least in Firefox). Changing to just "href" fixes the issue. * Fix broken example on feBlend Example uses deprecated "xlink:href", which does not display the linked image on Firefox. Changing to just "href" fixes the issue. --- files/en-us/web/svg/element/feblend/index.md | 2 +- files/en-us/web/svg/element/feconvolvematrix/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/web/svg/element/feblend/index.md b/files/en-us/web/svg/element/feblend/index.md index 853e94a5bfad841..ff145362e72b64b 100644 --- a/files/en-us/web/svg/element/feblend/index.md +++ b/files/en-us/web/svg/element/feblend/index.md @@ -58,7 +58,7 @@ This element implements the {{domxref("SVGFEBlendElement")}} interface.