You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DOMMatrixReadonly stringifier in the case of a non-2d matrix does not stringify (in Step 4.) m31, m32, m33 and m34. The result is supposed to be a valid CSS matrix3d which requires a 4x4 matrix.
The DOMMatrixReadonly stringifier in the case of a non-2d matrix does not stringify (in Step 4.)
m31
,m32
,m33
andm34
. The result is supposed to be a valid CSSmatrix3d
which requires a 4x4 matrix.The examples also include all 16 values.
The text was updated successfully, but these errors were encountered: