Improve high resolution PNG export

This commit is contained in:
wuyanwanwu
2026-08-14 22:37:35 +08:00
parent a65536e31e
commit 7d45dd8073
13 changed files with 40 additions and 32 deletions
+3
View File
@@ -40,6 +40,9 @@ test("keeps MARD pattern import wired to the crop and recognition flow", async (
assert.match(page, /没有识别到 MARD 编码的格子视为空白/);
assert.match(page, /pattern-import-grid-overlay/);
assert.match(page, /max="256"/);
assert.match(page, /maximumExportSide = 8192/);
assert.match(page, /color\.code.*color\.count.*颗/);
assert.match(page, /下载高清 PNG/);
assert.match(css, /\.pattern-import-grid-overlay/);
assert.match(css, /@media \(max-width: 760px\)/);
assert.match(palette, /export const MARD_221/);