Commit 56c46ad
committed
fix: Cosmos-Roadmap.pdf was blank — defeat scroll-reveal in print export
The roadmap's phases/stages are JS-generated and hidden (opacity:0) until
an IntersectionObserver adds .in on scroll; a headless print never scrolls,
so the PDF came out empty (13 blank pages). Regenerate with the print
wrapper forcing .phase/.stage visible + expand-all + title override.
Now 13 pages of full content (1.6 MB). Documented the gotcha in the
handoff. Live interactive artifact was unaffected.1 parent db676d2 commit 56c46ad
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
74 | 84 | | |
75 | 85 | | |
76 | 86 | | |
| |||
Binary file not shown.
0 commit comments