All .ttf files in fonts/ are loaded at startup. The web form now has a
font selector dropdown. Glyph-rendering helpers that previously used
module-level font globals now accept a _FontData parameter threaded
through from generate_svg().
Dockerfile updated to copy all of fonts/ into the image rather than a
single hardcoded .ttf path.
- Flask app (web/) generates M1730 scale SVGs from a form; embeds
GOST typ A font as base64 so output is self-contained
- Dockerfile builds the app into git.baumann.gr/adebaumann/m1730-generator
- k8s/ deploys as a ClusterIP service for NPM to proxy at
works.adebaumann.com/M1730-generator/
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>