From 311fce6577b67848b3fdf95311609cc28111bd9f Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Tue, 13 Feb 2024 16:32:47 +0000 Subject: [PATCH] added the release note for color-interpolation on SVG gradients (#32162) --- files/en-us/mozilla/firefox/releases/123/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/en-us/mozilla/firefox/releases/123/index.md b/files/en-us/mozilla/firefox/releases/123/index.md index bf985cddc16a8b5..24e6124a216fd68 100644 --- a/files/en-us/mozilla/firefox/releases/123/index.md +++ b/files/en-us/mozilla/firefox/releases/123/index.md @@ -28,6 +28,8 @@ This article provides information about the changes in Firefox 123 that affect d ### SVG +- The {{SVGElement("linearGradient")}} and {{SVGElement("radialGradient")}} SVG elements now support changing the color space to be `linearRGB` or `sRGB` via the {{SVGAttr("color-interpolation")}} attribute. This can also be applied to the SVG elements via the {{CSSXref("color-interpolation")}} CSS property. + #### Removals ### HTTP