[fxtf-drafts] [geometry] Describe scale3dSelf() with scaleSelf() call (#352)

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

== [geometry] Describe scale3dSelf() with scaleSelf() call ==
https://drafts.fxtf.org/geometry/#dom-dommatrix-scale3dself

Currently `scale3dSelf()` is described with 5 steps, but maybe we could do just do two steps for better readability and less duplication?

* Apply a scaleSelf() transformation to the current matrix with the arguments _scale_, _scale_, _scale_, _originX_, _originY_, _originZ_.
* Return the current matrix.



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

Received on Friday, 28 June 2019 09:06:11 UTC