40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"info": {
|
|
"name": "Geometry Interfaces Module Level 1",
|
|
"subsection_number": null,
|
|
"subsection_name": null,
|
|
"url": "https://drafts.fxtf.org/geometry/"
|
|
},
|
|
"features": [
|
|
"DOMMatrix.prototype.invertSelf",
|
|
"DOMMatrix.prototype.multiplySelf",
|
|
"DOMMatrix.prototype.preMultiplySelf",
|
|
"DOMMatrix.prototype.rotateAxisAngleSelf",
|
|
"DOMMatrix.prototype.rotateFromVectorSelf",
|
|
"DOMMatrix.prototype.rotateSelf",
|
|
"DOMMatrix.prototype.scale3dSelf",
|
|
"DOMMatrix.prototype.scaleNonUniformSelf",
|
|
"DOMMatrix.prototype.scaleSelf",
|
|
"DOMMatrix.prototype.setMatrixValue",
|
|
"DOMMatrix.prototype.skewXSelf",
|
|
"DOMMatrix.prototype.skewYSelf",
|
|
"DOMMatrix.prototype.translateSelf",
|
|
"DOMMatrixReadOnly.prototype.flipX",
|
|
"DOMMatrixReadOnly.prototype.flipY",
|
|
"DOMMatrixReadOnly.prototype.inverse",
|
|
"DOMMatrixReadOnly.prototype.multiply",
|
|
"DOMMatrixReadOnly.prototype.rotate",
|
|
"DOMMatrixReadOnly.prototype.rotateAxisAngle",
|
|
"DOMMatrixReadOnly.prototype.rotateFromVector",
|
|
"DOMMatrixReadOnly.prototype.scale",
|
|
"DOMMatrixReadOnly.prototype.scale3d",
|
|
"DOMMatrixReadOnly.prototype.scaleNonUniform",
|
|
"DOMMatrixReadOnly.prototype.skewX",
|
|
"DOMMatrixReadOnly.prototype.skewY",
|
|
"DOMMatrixReadOnly.prototype.toFloat32Array",
|
|
"DOMMatrixReadOnly.prototype.toFloat64Array",
|
|
"DOMMatrixReadOnly.prototype.transformPoint",
|
|
"DOMMatrixReadOnly.prototype.translate",
|
|
"DOMRectList.prototype.item"
|
|
]
|
|
}
|