restored 4 corner sigils

This commit is contained in:
2026-05-17 17:10:14 +02:00
parent b64cd2e85a
commit 2651b29d02
7 changed files with 83 additions and 119 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ describe('buildCybersigil', () => {
const dense = buildCybersigil({ count: 9, rng: seeded(5) });
const n = (s: string) => (s.match(/<path/g) ?? []).length;
expect(n(dense)).toBeGreaterThan(n(sparse));
expect(n(dense)).toBeLessThanOrEqual(440); // MAX_PATHS(200) mirrored + ornaments
expect(n(dense)).toBeLessThanOrEqual(260); // MAX_PATHS(110) mirrored + ornaments
});
it('ships a non-empty glyph library with valid path data', () => {