whatwg / html

HTML Standard
https://html.spec.whatwg.org/multipage/
Other
8.05k stars 2.64k forks source link

2dcontext's transform() should also accept DOMMatrixInit #298

Open grorg opened 8 years ago

grorg commented 8 years ago

The pull request for #264 concluded that we should accept DOMMatrixInit inside setTransform. The same applies to transform().

This is also related to #35 which is globally replacing DOMMatrix with DOMMatrixInit.

grorg commented 8 years ago

Discussion is in #280

annevk commented 8 years ago

@grorg do you have interest to work on this?

annevk commented 8 years ago

We should probably also give transfer() an internal algorithm so setTransform() does not have to invoke it directly.

grorg commented 8 years ago

Yes

grorg commented 8 years ago

Seems like I can't assign myself (or I suck at github)

annevk commented 8 years ago

Enabling self-assigning without allowing push to master was previously not possible. I think it might be now but I have to investigate a bit. Anyway, I assigned this to you.