Skip to content

Commit 61a8b22

Browse files
committed
Edit warn message.
1 parent 279d07a commit 61a8b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: web/src/pag-view.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export class PAGView {
2929
const rawHeight = canvasElement.height * window.devicePixelRatio;
3030
if (rawWidth > SCREEN_2560_RESOLUTION || rawHeight > SCREEN_2560_RESOLUTION) {
3131
Log.warn(
32-
"Don't rendering target larger then 2560 px resolution. It maybe reading fail in low graphic memory device.",
32+
"Don't render the target larger than 2560 px resolution. It may be a render failure in the low graphic memory device.",
3333
);
3434
}
3535
canvasElement.style.width = `${canvasElement.width}px`;

0 commit comments

Comments
 (0)