add link to the spec

This commit is contained in:
Kagami Sascha Rosylight 2019-07-02 18:28:17 +09:00
parent ebdb1067ca
commit 9218c535d1

View file

@ -571,6 +571,7 @@ impl DOMMatrixReadOnlyMethods for DOMMatrixReadOnly {
.ScaleSelf(scaleX, scaleY, scaleZ, originX, originY, originZ)
}
// https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-scalenonuniform
fn ScaleNonUniform(&self, scaleX: f64, scaleY: f64) -> DomRoot<DOMMatrix> {
DOMMatrix::from_readonly(&self.global(), self).ScaleSelf(
scaleX,