We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser bug (a bug with a feature that may impact site compatibility)
Firefox 100.0.2 does not handle completely canvasParttern() repetition options despite MDN report full supports since 1.5.
Firefox
"repeat-x", "repeat-y" acts as "repeat" : repeat in both sides.
Try buttons repeat-x repeat-y it does same thiung as repeat : https://www.w3schools.com/Tags/tryit.asp?filename=tryhtml5_canvas_createpattern
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/createPattern#repetition
No response
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/createPattern
api.CanvasRenderingContext2D.createPattern
The text was updated successfully, but these errors were encountered:
As per the comments in https://bugzilla.mozilla.org/show_bug.cgi?id=468358, Firefox generally supports both repeat-x and repeat-y, just not in combination with fill().
repeat-x
repeat-y
fill()
I don't think this warrants a partial_implementation, but a note would make sense.
partial_implementation
Sorry, something went wrong.
createPattern()
repeat-{x,y}
caugner
Successfully merging a pull request may close this issue.
What type of issue is this?
Browser bug (a bug with a feature that may impact site compatibility)
What information was incorrect, unhelpful, or incomplete?
Firefox 100.0.2 does not handle completely canvasParttern() repetition options despite MDN report full supports since 1.5.
What browsers does this problem apply to, if applicable?
Firefox
What did you expect to see?
"repeat-x", "repeat-y" acts as "repeat" : repeat in both sides.
Did you test this? If so, how?
Try buttons repeat-x repeat-y it does same thiung as repeat : https://www.w3schools.com/Tags/tryit.asp?filename=tryhtml5_canvas_createpattern
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/createPattern#repetition
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/createPattern
MDN metadata
MDN page report details
api.CanvasRenderingContext2D.createPattern
The text was updated successfully, but these errors were encountered: