[object Object]

← back to CelebritySignatures

wear: update stale KNOWN ISSUE notes now that the black-print fix landed (TK-10286)

452cc4c04b9191b193817ba463763b0e503c76c7 · 2026-09-08 17:06:19 -0700 · Steve Abrams

Documentation-only follow-up to 9f1ba52.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AmxcNKtFg77wP47uZq5Zsm

Files touched

Diff

commit 452cc4c04b9191b193817ba463763b0e503c76c7
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Sep 8 17:06:19 2026 -0700

    wear: update stale KNOWN ISSUE notes now that the black-print fix landed (TK-10286)
    
    Documentation-only follow-up to 9f1ba52.
    
    Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01AmxcNKtFg77wP47uZq5Zsm
---
 data/wear-templates.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/wear-templates.json b/data/wear-templates.json
index e1a42e6..dd85be7 100644
--- a/data/wear-templates.json
+++ b/data/wear-templates.json
@@ -64,7 +64,7 @@
         "variants": {}
       },
       "printify": {
-        "_note": "Bella+Canvas 3001 Unisex Jersey Short-Sleeve Tee, print provider 99 (Printify Choice), DTG. Mapped 2026-09-08 via read-only catalog GETs. printPosition VERIFIED 2026-09-08 against real Printify mockups (multiple throwaway draft products, each deleted) — iterated through x:0.32/y:0.3/scale:0.25 (wrong, dead-center) -> x:0.7/y:0.15/scale:0.14 -> x:0.7/y:0.13/scale:0.22 (too big) to the final x:0.7/y:0.1/scale:0.16, a standard small left-chest logo size sitting just above pocket-top height. Renders correctly on both white and black. KNOWN ISSUE: on the black colorway, the source signature art (dark ink) prints as low-contrast dark-gray-on-black — Printify does not auto-recolor art for dark garments. Needs a server-side light-ink recolor of design_image_url before order submission for dark colors, or dropping the black colorway, before go-live.",
+        "_note": "Bella+Canvas 3001 Unisex Jersey Short-Sleeve Tee, print provider 99 (Printify Choice), DTG. Mapped 2026-09-08 via read-only catalog GETs. printPosition VERIFIED 2026-09-08 against real Printify mockups (multiple throwaway draft products, each deleted) — iterated through x:0.32/y:0.3/scale:0.25 (wrong, dead-center) -> x:0.7/y:0.15/scale:0.14 -> x:0.7/y:0.13/scale:0.22 (too big) to the final x:0.7/y:0.1/scale:0.16, a standard small left-chest logo size sitting just above pocket-top height. Renders correctly on both white and black. FIXED 2026-09-08: the black-colorway low-contrast print (Printify does not auto-recolor art for dark garments) is resolved — server.js and reconcile-wear-orders.mjs now recolor the signature to a light ink (ImageMagick) before order submission whenever the garment color's luminance is under 0.4. Verified against a real Printify mockup on the black polo.",
         "blueprintId": 12,
         "printProviderId": 99,
         "printPosition": { "placeholder": "front", "scale": 0.16, "x": 0.7, "y": 0.1 },
@@ -132,7 +132,7 @@
         "variants": {}
       },
       "printify": {
-        "_note": "JERZEES 443M Piqué Polo, print provider 99 (Printify Choice), DTG. Mapped 2026-09-08 via read-only catalog GETs. printPosition VERIFIED 2026-09-08 against real Printify mockups (multiple throwaway draft products, each deleted) — iterated through x:0.32/y:0.3/scale:0.25 (wrong, dead-center) -> x:0.7/y:0.15/scale:0.14 -> x:0.7/y:0.13/scale:0.22 (too big) -> x:0.7/y:0.1/scale:0.16 (still overlapping the placket even at y:0.0) to the final DEDICATED 'left_chest' placeholder, x:0.5/y:0.5/scale:0.85, a properly-scoped small print area that lands at the correct height automatically. Renders correctly on both white and black. KNOWN ISSUE: on the black colorway, the source signature art (dark ink) prints as low-contrast dark-gray-on-black — Printify does not auto-recolor art for dark garments. Needs a server-side light-ink recolor of design_image_url before order submission for dark colors, or dropping the black colorway, before go-live.",
+        "_note": "JERZEES 443M Piqué Polo, print provider 99 (Printify Choice), DTG. Mapped 2026-09-08 via read-only catalog GETs. printPosition VERIFIED 2026-09-08 against real Printify mockups (multiple throwaway draft products, each deleted) — iterated through x:0.32/y:0.3/scale:0.25 (wrong, dead-center) -> x:0.7/y:0.15/scale:0.14 -> x:0.7/y:0.13/scale:0.22 (too big) -> x:0.7/y:0.1/scale:0.16 (still overlapping the placket even at y:0.0) to the final DEDICATED 'left_chest' placeholder, x:0.5/y:0.5/scale:0.85, a properly-scoped small print area that lands at the correct height automatically. Renders correctly on both white and black. FIXED 2026-09-08: the black-colorway low-contrast print (Printify does not auto-recolor art for dark garments) is resolved — server.js and reconcile-wear-orders.mjs now recolor the signature to a light ink (ImageMagick) before order submission whenever the garment color's luminance is under 0.4. Verified against a real Printify mockup on the black polo.",
         "blueprintId": 1402,
         "printProviderId": 99,
         "printPosition": { "placeholder": "left_chest", "scale": 0.85, "x": 0.5, "y": 0.5 },

← 9f1ba52 wear: fix the black-garment print contrast bug for real (TK-  ·  back to CelebritySignatures  ·  wear: use 'convert' not 'magick' — prod box only has ImageMa f2976c0 →