[fxtf-drafts] [geometry] point.matrixTransformSelf (#325)

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

== [geometry] point.matrixTransformSelf ==
https://drafts.fxtf.org/geometry/#DOMPoint

Matrix objects have `*self` methods that transforms the current matrix rather than creating a new object. If this is a pattern to avoid garbage in hot code, then `point.matrixTransformSelf` seems missing.

`point.matrixTransformSelf` would behave like `point.matrixTransform`, except the context object would be modified, rather than creating a new `DOMPoint`.

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

Received on Monday, 26 November 2018 12:20:31 UTC