From eae9686698e75d65818e6919c27aa1b1fbd418ec Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Fri, 17 Jan 2025 16:19:41 +0100 Subject: [PATCH] Firefox does not support `createPattern()` values `repeat-{x,y}` with `fill()` --- api/CanvasRenderingContext2D.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/CanvasRenderingContext2D.json b/api/CanvasRenderingContext2D.json index f650153f74c204..ea1df7756cf620 100644 --- a/api/CanvasRenderingContext2D.json +++ b/api/CanvasRenderingContext2D.json @@ -596,7 +596,8 @@ "version_added": "12" }, "firefox": { - "version_added": "1.5" + "version_added": "1.5", + "notes": "The repetition values `repeat-x` and `repeat-y` are not supported with `fill()`, only with `fillRect()`, see [bug 468358](https://bugzil.la/468358)." }, "firefox_android": "mirror", "ie": {