fix(pdf): include missing Z piece (path 29) in letterpress mask
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 16s
Build & Deploy / 🧪 QA (push) Has been cancelled
Build & Deploy / 🏗️ Build (push) Has been cancelled
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled

This commit is contained in:
2026-06-11 19:14:22 +02:00
parent 6367efdf6f
commit 9f64304539
7 changed files with 2 additions and 1 deletions

View File

@@ -787,12 +787,13 @@ export const PDFBusinessCard: React.FC<PDFBusinessCardProps> = ({
26: COLORS.primary,
27: COLORS.primary,
28: COLORS.primary,
29: COLORS.primary,
}}
/>
{/* Letterpress Mask Layer: We use #ff00fe as a marker color. Only the "KLZ" letters! */}
<VectorLogo
paths={getFrontLogoPaths().slice(25, 29)}
paths={getFrontLogoPaths().slice(25, 30)}
style={[styles.frontLogo, { position: 'absolute' }]}
overrideColor="#ff00fe"
/>