- 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>
7 lines
239 B
Typst
7 lines
239 B
Typst
#import "../flashcards.typ": draw-soroban
|
|
|
|
#set page(width: 300pt, height: 150pt, margin: 12pt, fill: white)
|
|
|
|
#align(center + horizon)[
|
|
#draw-soroban(5, columns: auto, bead-shape: "diamond", color-scheme: "place-value", base-size: 2.0)
|
|
] |