Skip to content

Commit b80abb3

Browse files
committed
Merge remote-tracking branch 'origin/fixPdfBrokenMaxCanvasSize' into fixPdfBrokenMaxCanvasSize
2 parents 20fa08e + 3400f2d commit b80abb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ONYXKEYS.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,13 @@ const ONYXKEYS = {
224224
// Information on any active demos being run
225225
DEMO_INFO: 'demoInfo',
226226

227-
// Max area handled for canvas on this platform
227+
// Max area supported for HTML <canvas> element
228228
MAX_CANVAS_AREA: 'maxCanvasArea',
229229

230-
// Max height handled for canvas on this platform
230+
// Max height supported for HTML <canvas> element
231231
MAX_CANVAS_HEIGHT: 'maxCanvasHeight',
232232

233-
// Max width handled for canvas on this platform
233+
// Max width supported for HTML <canvas> element
234234
MAX_CANVAS_WIDTH: 'maxCanvasWidth',
235235

236236
/** Collection Keys */

0 commit comments

Comments
 (0)