()
| 1320 | } |
| 1321 | |
| 1322 | _createPixelsArray() { |
| 1323 | this.pixels = new Uint8Array( |
| 1324 | this.width * this.pixelDensity() * this.height * this.pixelDensity() * 4 |
| 1325 | ); |
| 1326 | } |
| 1327 | |
| 1328 | viewport() {} |
| 1329 |
nothing calls this directly
no test coverage detected