Skip to content
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

Feat: Full support of CanvasContext2D.Path2D #684

Open
wants to merge 55 commits into
base: main
Choose a base branch
from
Open

Conversation

andycall
Copy link
Member

@andycall andycall changed the title Feat: full support of CanvasContext2D.Path2D Feat: Full support of CanvasContext2D.Path2D Nov 10, 2024
return getMatrixProperty(binding_call_methods::km31);
}
void DOMMatrixReadOnly::setM31(double v, ExceptionState& exception_state) {
setMatrixProperty(binding_call_methods::km31, v, exception_state);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use defined_properties::km31 will be better.

@andycall
Copy link
Member Author

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants