Skip to content

Commit

Permalink
Firefox does not support createPattern() values repeat-{x,y} with…
Browse files Browse the repository at this point in the history
… `fill()`
  • Loading branch information
caugner committed Jan 17, 2025
1 parent 0bcc104 commit eae9686
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/CanvasRenderingContext2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit eae9686

Please sign in to comment.