mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
add link to the spec
This commit is contained in:
parent
ebdb1067ca
commit
9218c535d1
1 changed files with 1 additions and 0 deletions
|
@ -571,6 +571,7 @@ impl DOMMatrixReadOnlyMethods for DOMMatrixReadOnly {
|
||||||
.ScaleSelf(scaleX, scaleY, scaleZ, originX, originY, originZ)
|
.ScaleSelf(scaleX, scaleY, scaleZ, originX, originY, originZ)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// https://drafts.fxtf.org/geometry/#dom-dommatrixreadonly-scalenonuniform
|
||||||
fn ScaleNonUniform(&self, scaleX: f64, scaleY: f64) -> DomRoot<DOMMatrix> {
|
fn ScaleNonUniform(&self, scaleX: f64, scaleY: f64) -> DomRoot<DOMMatrix> {
|
||||||
DOMMatrix::from_readonly(&self.global(), self).ScaleSelf(
|
DOMMatrix::from_readonly(&self.global(), self).ScaleSelf(
|
||||||
scaleX,
|
scaleX,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue