Skip to content

Commit

Permalink
add link to the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Jul 2, 2019
1 parent ebdb106 commit 9218c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/script/dom/dommatrixreadonly.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 9218c53

Please sign in to comment.