Improve high resolution PNG export
This commit is contained in:
@@ -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/);
|
||||
|
||||
Reference in New Issue
Block a user