updated sigil rendering

This commit is contained in:
2026-05-17 16:11:36 +02:00
parent 04733eb00a
commit b64cd2e85a
7 changed files with 73 additions and 96 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(260); // MAX_PATHS(110) mirrored + ornaments
expect(n(dense)).toBeLessThanOrEqual(440); // MAX_PATHS(200) mirrored + ornaments
});
it('ships a non-empty glyph library with valid path data', () => {