let _make = DOMMatrix.make() let _fromString = DOMMatrix.fromString("matrix(1, 0, 0, 1, 0, 0)") let _fromArray = DOMMatrix.fromArray([1., 0., 0., 1., 0., 0.])