File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -1745,13 +1745,18 @@ is a [=list=] of {{CSSTransformComponent}}s.
1745
1745
1746
1746
1. Let |matrix| be a 4x4 matrix,
1747
1747
initially set to the identity matrix.
1748
+ Let |is2D| be a boolean initially set to `true`.
1748
1749
1749
- 2. [=list/For each=] |func| in |this|’s [=values to iterate over=] ,
1750
- set |matrix| to the result of multiplying |matrix|
1751
- and |func|’s equivalent 4x4 transform matrix.
1750
+ 2. [=list/For each=] |func| in |this|’s [=values to iterate over=] :
1751
+
1752
+ 1. Set |matrix| to the result of multiplying |matrix|
1753
+ and |func|’s equivalent 4x4 transform matrix.
1754
+ 2. If |func|’s {{CSSTransformComponent/is2D}} internal slot is `false`,
1755
+ set |is2D| to `false`.
1752
1756
1753
1757
3. Return a new {{DOMMatrix}}
1754
- representing |matrix|.
1758
+ representing |matrix|,
1759
+ and with its internal [=matrix/is 2D=] flag set to |is2D|.
1755
1760
</div>
1756
1761
1757
1762
You can’t perform that action at this time.
0 commit comments