-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
New pages: DOMMatrix multiply(), multiplySelf(), and preMultiplySelf() #37185
Conversation
Preview URLs
Flaws (18)Note! 2 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
(comment last updated: 2025-01-10 19:12:13) |
DOMMatrix.multiplySelf( ) | ||
DOMMatrix.multiplySelf( otherMatrix ) |
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.
We don't generally have these spaces in the brackets.
|
||
### Parameters | ||
|
||
- `otherMatrix` |
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.
optional
|
||
### Parameters | ||
|
||
- `otherMatrix` |
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.
optional
DOMMatrixReadOnly.multiply( ) | ||
DOMMatrixReadOnly.multiply( otherMatrix ) |
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.
spaces
|
||
### Parameters | ||
|
||
- `otherMatrix` |
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.
optional
Co-authored-by: wbamberg <[email protected]>
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 Estelle!
Part of openwebdocs/project#214