Convert KQVI puzzle chart from PNG to SVG for crisp zoom rendering

- Add kings-quest-vi-chart.svg (550KB vector file)
- Update kings-quest-vi-chart-preview.png to high-quality 1200px preview
- Remove obsolete kings-quest-vi-chart-full.png
- Update markdown to link preview PNG to SVG for full vector quality
- SVG remains crisp at any zoom level
This commit is contained in:
2026-03-19 20:46:42 -07:00
parent 9242bc446a
commit 76a3b0a001
5 changed files with 10 additions and 11 deletions

View File

@@ -1,11 +1,9 @@
# TODO List
## Complete
- Re-render KQVI mermaid chart at higher resolution (3000px/6000px) - committed
- Created kings-quest-vi-chart.mmd with raw mermaid source
- Rendered preview at 3000px wide (247KB PNG)
- Rendered full-size at 6000px wide (657KB PNG)
- Added link to raw mermaid code in markdown
- mdbook build verified
- Committed as 1a2b3c4
- [x] Re-render mermaid chart as SVG (not PNG)
- [x] Generate kings-quest-vi-chart.svg from the .mmd file
- [x] Create high-quality PNG thumbnail for inline preview
- [x] Update markdown to embed SVG with preview link
- [x] Update kings-quest-vi-heir-today-gone-tomorrow.md
- [x] Test with mdbook build
- [ ] Commit changes