-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
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
Remove obsolete CanvasRenderingContext2D.currentTransform
interface
#16995
Remove obsolete CanvasRenderingContext2D.currentTransform
interface
#16995
Conversation
Preview URLs
Flaws (170)URL:
URL:
URL:
External URLs (9)URL:
URL:
URL: (comment last updated: 2023-11-25 16:29:36) |
CanvasRenderingContext2D.currentTransform
from MDN translated content
CanvasRenderingContext2D.currentTransform
from MDN translated contentCanvasRenderingContext2D.currentTransform
interface
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for RU
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve for pt-BR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this @leon-win and sorry for being late to the party. LGTM for fr
Description
This PR remove next API members from MDN translated content:
CanvasRenderingContext2D.currentTransform
CanvasRenderingContext2D.mozCurrentTransform
CanvasRenderingContext2D.mozCurrentTransformInverse
Motivation
They has been removed from
en-US
locale a long time ago.Related issues and pull requests
Relates to #13499, mdn/content#15294