Commit f457723
## Summary
- **RFC #9** adds gradient/pattern defs, starfield, glow,
silhouette-path, icon library (10 icons), ellipse, polygon, polyline,
raw-svg escape hatch to the compose grammar.
- **4 new Life-in-Glyph pages** — greenfield bio + engineering scenes
using only RFC #9 features (no hand-authored SVG). Existing 8 heroes
untouched.
## New pages
| URL | What it draws |
|---|---|
| `draw-me-dna.html` | DNA double helix (gradients, silhouette-paths,
polyline rungs, starfield, glow) |
| `draw-me-jellyfish.html` | Aurelia aurita (radial gradients, scalloped
bell, 7 tentacle sines, ellipse, star icons, plankton) |
| `draw-me-hydraulic.html` | Pascal's press in pencil-on-parchment
(pattern fluid, U-tube, 2 frames, annotation leaders) |
| `draw-me-windmill.html` | Dutch tower mill with rotating blades (stone
pattern, 4 polygons + rotate-loop, gradient sky/ground) |
## Test plan
- [x] All 683 tests pass
- [x] 4 new compose scenes locked via toMatchFileSnapshot
- [x] Visual QA of each rendered SVG confirmed publication-quality
- [ ] Once deployed: verify all 4 new pages render correctly on GitHub
Pages
- [ ] Verify gallery shows 12 cards (6 + 6)
- [ ] Verify the 8 existing heroes are visually unchanged
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: seanhanca <infraservice@livepeer.org>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a620973 commit f457723
28 files changed
Lines changed: 7169 additions & 31 deletions
File tree
- docs/superpowers/plans
- packages/core
- __fixtures__/compose
- src
- compiler
- icons
- render
- scenegraph
- spec
- scripts
- site/math
Lines changed: 1110 additions & 0 deletions
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Loading
Lines changed: 94 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
0 commit comments