Files
Thomas Hallock d94baa1a80 fix: regenerate example SVGs with actual soroban renderings
- Remove text labels from example templates, show only soroban graphics
- Increase canvas sizes for better visibility (300x150pt, 400x200pt)
- Use larger base-size (1.8-2.0) for clearer bead visualization
- Regenerate all SVGs with proper soroban beads instead of text
- Fix example-5: now shows diamond beads with place-value colors
- Fix example-123: now shows circle beads with heaven-earth colors
- Fix example-single-card: properly renders number 42 as soroban

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 09:53:04 -05:00

7 lines
241 B
Typst

#import "../flashcards.typ": draw-soroban
#set page(width: 400pt, height: 200pt, margin: 12pt, fill: white)
#align(center + horizon)[
#draw-soroban(123, columns: auto, bead-shape: "circle", color-scheme: "heaven-earth", base-size: 1.8)
]