[object Object]

← back to Model Arena

Fix PT-06 stamp/label overlap and PT-03 ticket/face collision (Cody verified, e2e clean)

b94f38e65106b247e41ecb7ee2257f88ae278fa2 · 2026-09-23 17:48:20 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DqUe1Hvqsnrkxpe4R6jrk1

Files touched

Diff

commit b94f38e65106b247e41ecb7ee2257f88ae278fa2
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Sep 23 17:48:20 2026 -0700

    Fix PT-06 stamp/label overlap and PT-03 ticket/face collision (Cody verified, e2e clean)
    
    Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01DqUe1Hvqsnrkxpe4R6jrk1
---
 form-to-request-a-form.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/form-to-request-a-form.html b/form-to-request-a-form.html
index 4f1c191..60bf646 100644
--- a/form-to-request-a-form.html
+++ b/form-to-request-a-form.html
@@ -443,7 +443,7 @@ function dolores({mood='polite', sheet=null, ticket=null}={}){
     </g>`;
   }
   if (ticket){
-    extra += `<g transform="rotate(-8 -44 -52)"><rect x="-60" y="-66" width="32" height="26" fill="#f6f0e1" ${sw(2)}/><text x="-44" y="-58" text-anchor="middle" class="tiny" font-size="5.5" fill="${INK}">No.</text><text x="-44" y="-46" text-anchor="middle" class="sg" font-size="11" fill="${BRICK}">${ticket}</text></g>${hand(-58,-44,SKIN_D,7)}`;
+    extra += `<g transform="rotate(-8 -78 -30)"><rect x="-90" y="-30" width="32" height="26" fill="#f6f0e1" ${sw(2)}/><text x="-74" y="-22" text-anchor="middle" class="tiny" font-size="5.5" fill="${INK}">No.</text><text x="-74" y="-10" text-anchor="middle" class="sg" font-size="11" fill="${BRICK}">${ticket}</text></g>${hand(-88,-28,SKIN_D,7)}`;
   }
   return `<g transform="translate(305 300)">
     <ellipse cx="0" cy="-112" rx="31" ry="31" fill="${LAV}" ${sw(3)}/>
@@ -838,7 +838,7 @@ function drosteForm(){
    <text x="200" y="259.5" text-anchor="middle" class="sg" font-size="10.5" fill="#f6f0e1" letter-spacing=".8">FORM RF-0 · PAGE 1 OF ∞</text>
    <g class="droste-slot" data-x="66" data-y="270" data-w="268"></g>
    <text x="66" y="402" class="tiny" font-size="6.5" fill="${INK}">INITIAL HERE ______</text>
-   <text x="334" y="402" text-anchor="end" class="tiny" font-size="6.5" fill="${INK}">AND HERE ______</text>
+   <text x="66" y="412" text-anchor="start" class="tiny" font-size="6.5" fill="${INK}">AND HERE ______</text>
    ${hand(96,250,SKIN_B,8)}${hand(304,250,SKIN_B,8)}
   </g>`;
 }

← b4a8fe8 model-arena: preserve build-picker checkbox selection across  ·  back to Model Arena  ·  model-arena: bulk re-run a SUBSET of a battle's models with fcff449 →