Files
workinf_Blender_Wasm/docs/tasks/M14-04B.md
mes123456 380cbed4ff
Some checks are pending
M6 deployable RC / quick (push) Waiting to run
M6 deployable RC / chromium (push) Blocked by required conditions
M6 deployable RC / release (push) Blocked by required conditions
Checkpoint web parity through Chromium input tasks
2026-08-19 10:39:03 -04:00

18 lines
466 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# M14-04BChromium DPR 1/1.5/2/3 canvas and raycast consistency
- `task`: `M14-04B`
- `parent`: `M14-04A`
- `status`: `in_progress`
## 目标
在 Chromium 主线程 WebGL2 视口中验证 DPR 1、1.5、2、3 的 canvas backing dimensions、CSS
尺寸和 raycast coordinate mapping 保持稳定,不因 DPR 改变逻辑坐标或选择结果。Firefox/WebKit
不在本项目范围内。
## 验收
```text
npm --prefix web run test:chromium-dpr-consistency
```