35 lines
3.2 KiB
Markdown
35 lines
3.2 KiB
Markdown
# David — Astra provisional mantle continuity preview
|
||
|
||
The lower backing now sweeps down toward its left edge, exposing the original red drape as it joins the curled hanging fold. The front-fold contour remains the v2 contour; changing the backing reveals the missing connection without editing, repainting or color-selecting the illustration. The rectangular upright drape endpoint stays behind the backing.
|
||
|
||
- [Composed preview](composed-preview-1000.png)
|
||
- [Before / after full card](before-after.png)
|
||
- [Enlarged mantle junction comparison](junction-comparison.png)
|
||
- [Without / with front-fold overlap](overlap-comparison.png)
|
||
- [Editable composed SVG](composed-preview.svg)
|
||
- [Authored foreground contour](mantle-contour.json)
|
||
- [Geometry and validation](preview-validation.json)
|
||
- [Reproducible builder](build-preview.py)
|
||
|
||
## Authored geometry
|
||
|
||
All composition layers use the same 2000 × 2800 master canvas. Source artwork is referenced at that exact size without an added transform. The foreground SVG uses native 1060 × 1484 coordinates with the uniform scale 2000/1060. The exact foreground path is in `mantle-contour.json`; the exact lower backing and inset-rule paths are in `preview-validation.json` and the builder.
|
||
|
||
The lower backing keeps its x=360…1940, y=2200…2740 bounds. Its top-left start moves to (790, 2200), then its left shoulder curves toward (386, 2450) and (360, 2500). This reveals the source-art red connection above the folded end while retaining the original lettering placement. The title panel, outer border, palette and lettering positions remain as in v2.
|
||
|
||
The quotation remains “I have found David the son of Jesse, a man after My own heart, who will do all My will.” with `Acts 13:22 • NKJV`. DAVID uses shared P052 Bold, 700, 138px; verse/reference use shared Sanctification P052 Medium, 500, 80px/57px. Cream #f4ead4 and teal #263f50 remain unchanged. Fonts are referenced directly from the shared `fonts/` directory.
|
||
|
||
## Review and checks
|
||
|
||
Static review of the full card and enlarged junction shows the fold descending continuously from David’s existing mantle. The swept panel shoulder is a visible bespoke design choice; its final shape and the small curled tip remain subject to user aesthetic review.
|
||
|
||
The builder verifies font manifest hashes and glyph coverage, independently rendered actual glyph bounds, zero foreground/lettering intersections, and zero glyph pixels outside the opaque backing. Lettering PNG bytes match v2. Every fully opaque foreground pixel matches the original source RGB. A continuous 12-master-pixel-wide interior corridor through the mantle junction retains all 4,323 sampled source pixels; v2 obscured 1,595 of those pixels. That authored corridor supports the visual assessment rather than claiming a general anatomical test.
|
||
|
||
Rebuild from the repository root:
|
||
|
||
```sh
|
||
python3 in-progress/cards/BP-002-david/revisions/v03/review/layout-preview-astra/build-preview.py
|
||
```
|
||
|
||
This is only the requested provisional composed preview, with simple SVG backing geometry. Both previous samples and source artwork are preserved. No final printings, production finish or glyph-protection masks, harness fixtures, artwork approval, or final acceptance were created. GPU and moving-light review were not performed.
|