We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3696afc + 61a8b22 commit f4f4170Copy full SHA for f4f4170
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