Skip to content

Commit f4f4170

Browse files
author
fusionxu
committed
Merge branch 'main' into feature/fusionxu_maskfix
2 parents 3696afc + 61a8b22 commit f4f4170

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)