← back to CelebritySignatures
wear: re-center trucker-cap signature overlay (TK-10286)
a15a0cdf7e398d42bf40bb08527aba83482e5f17 · 2026-09-09 09:36:24 -0700 · Steve Abrams
Steve flagged live that the signature sat low, overlapping the mesh
side seam instead of centered on the solid front panel. Pixel-verified
against the actual on-model photo (overlaid a debug rectangle, compared
before/after) rather than guessing: x:765,y:560,w:570,h:160 ->
x:955,y:500,w:450,h:140. Checked dad-cap and bucket-hat the same way —
both already reasonably centered, left unchanged.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AmxcNKtFg77wP47uZq5Zsm
Files touched
M data/wear-templates.json
Diff
commit a15a0cdf7e398d42bf40bb08527aba83482e5f17
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Sep 9 09:36:24 2026 -0700
wear: re-center trucker-cap signature overlay (TK-10286)
Steve flagged live that the signature sat low, overlapping the mesh
side seam instead of centered on the solid front panel. Pixel-verified
against the actual on-model photo (overlaid a debug rectangle, compared
before/after) rather than guessing: x:765,y:560,w:570,h:160 ->
x:955,y:500,w:450,h:140. Checked dad-cap and bucket-hat the same way —
both already reasonably centered, left unchanged.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AmxcNKtFg77wP47uZq5Zsm
---
data/wear-templates.json | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/data/wear-templates.json b/data/wear-templates.json
index 5a834c8..577c89e 100644
--- a/data/wear-templates.json
+++ b/data/wear-templates.json
@@ -251,10 +251,10 @@
"photoWidth": 2048,
"photoHeight": 2048,
"overlayBox": {
- "x": 765,
- "y": 560,
- "w": 570,
- "h": 160
+ "x": 955,
+ "y": 500,
+ "w": 450,
+ "h": 140
},
"colors": [
{
@@ -264,7 +264,7 @@
"photo": "/assets/garments/trucker-cap-white.jpg"
}
],
- "_note": "TK-10286, 2026-09-09: catalog GET verified blueprint/provider/variant/decoration. Official blank Printify lifestyle photo. Overlay and print scale are local preview estimates, not printer-mockup proof. saleEnabled stays false and priceUsd null until real cost, actual printer placement, and release approval are verified.",
+ "_note": "TK-10286, 2026-09-09: catalog GET verified blueprint/provider/variant/decoration. Official blank Printify lifestyle photo. Overlay and print scale are local preview estimates, not printer-mockup proof. saleEnabled stays false and priceUsd null until real cost, actual printer placement, and release approval are verified. overlayBox re-centered 2026-09-09 (claude-run-10286): the original box (x:765,y:560,w:570,h:160) sat left/low, overlapping the mesh side panel and running low near the bill seam — Steve flagged it live. Re-measured against the actual on-model photo's solid front panel (pixel-verified via overlay-box screenshot comparison, not guessed) to x:955,y:500,w:450,h:140.",
"photoSource": "https://images.printify.com/694951405b10cff51502ed62",
"printify": {
"blueprintId": 1692,
← 7648991 wear: hover-to-zoom 3x lens on the signature only (TK-10286)
·
back to CelebritySignatures
·
wear: curve-warp hat signature overlays + fix dad-cap/bucket 178086a →