We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279d07a commit 61a8b22Copy full SHA for 61a8b22
web/src/pag-view.ts
@@ -29,7 +29,7 @@ export class PAGView {
29
const rawHeight = canvasElement.height * window.devicePixelRatio;
30
if (rawWidth > SCREEN_2560_RESOLUTION || rawHeight > SCREEN_2560_RESOLUTION) {
31
Log.warn(
32
- "Don't rendering target larger then 2560 px resolution. It maybe reading fail in low graphic memory device.",
+ "Don't render the target larger than 2560 px resolution. It may be a render failure in the low graphic memory device.",
33
);
34
}
35
canvasElement.style.width = `${canvasElement.width}px`;
0 commit comments