[fxtf-drafts] [geometry] Why does DOMMatrixReadOnly.scale() take an origin, but rotate() does not?

BigBadaboom has just created a new issue for https://github.com/w3c/fxtf-drafts:

== [geometry] Why does DOMMatrixReadOnly.scale() take an origin, but rotate() does not? ==
I am in the process of implementing geometry-1.  I notice that, in `DOMMatrixReadOnly`, `scale()` takes an optional origin

    scale(scaleX, scaleY, scaleZ, originX, originY, originZ)

but `rotate()` does not

    rotate(rotX, rotY, rotZ)

Is that an oversight, or is there a reason for that?


Please view or discuss this issue at https://github.com/w3c/fxtf-drafts/issues/213 using your GitHub account

Received on Tuesday, 22 August 2017 14:42:29 UTC