BuseyBench SVG Test
Generated by NVIDIA on Jul 2, 2026 using prompt svg-v1-no-web.
1.5/10 overall
Scored by 3 vision models (gpt-5.2, claude-sonnet-4.6, gemini-3.1-pro-preview), 3 samples each, rubric rubric-v1. Overall = likeness 35% + face 25% + aesthetics 25% + prompt 15%.
Create a standalone SVG portrait of Gary Busey's face. Output only valid SVG markup. Do not wrap the SVG in Markdown fences. Do not use external images, links, scripts, CSS imports, or remote assets. Make the portrait recognizable as Gary Busey using vector shapes only. Include face shape, hair, eyes, eyebrows, nose, mouth, teeth, and expressive features. Use a 1024 by 1024 viewBox. Use detailed SVG-native vector techniques: layered paths, gradients, masks, clipping paths, shadows, highlights, blur filters, opacity, and fine strokes. The portrait should be as recognizable and detailed as possible.
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
<defs>
<linearGradient id="skinGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f5c8a5"/>
<stop offset="100%" stop-color="#d2a285"/>
</linearGradient>
<radialGradient id="eyeGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#a0d3f2"/>
<stop offset="100%" stop-color="#6a9fb7"/>
</radialGradient>
<filter id="shadowBlur" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3"/>
<feOffset dx="2" dy="2"/>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<path id="faceMask" d="M512,64C280,64,192,192,192,256C192,320,280,512,512,512C744,512,832,320,832,256C832,192,744,64,512,64Z"/>
</defs>
<rect width="1024" height="1024" fill="#f0f0f0"/>
<g clip-path="url(#faceMask)">
<path d="M512,64C280,64,192,192,192,256C192,320,280,512,512,512C744,512,832,320,832,256C832,192,744,64,512,64Z" fill="url(#skinGradient)"/>
<path d="M512,256C416,256,384,272,384,288C384,304,416,320,512,320C608,320,640,304,640,288C640,272,608,256,512,256Z" fill="#8b5e3c"/>
</g>
<g transform="translate(0,0)">
<path d="M320,160C280,140,240,140,220,160C200,180,220,200,240,220C260,240,280,260,320,280V320H704V280C744,260,760,240,760,220C760,200,744,180,704,160V140H320V160Z" fill="#ffffff" opacity="0.8"/>
<path d="M400,200C380,180,340,180,320,200C300,220,320,240,340,260C360,280,380,300,400,320V360H624V320C644,300,660,280,660,260C660,240,644,220,624,200V160H400V200Z" fill="#ffffff" opacity="0.6"/>
</g>
<path d="M440,240C420,220,380,220,360,240C340,260,360,280,380,300C400,320,420,340,440,360V400H584V360C604,340,620,320,620,300C620,280,604,260,584,240V200H440V240Z" fill="#ffffff" opacity="0.4"/>
<g id="eyes">
<circle cx="448" cy="288" r="32" fill="url(#eyeGradient)"/>
<circle cx="576" cy="288" r="32" fill="url(#eyeGradient)"/>
<circle cx="448" cy="288" r="12" fill="#000000"/>
<circle cx="576" cy="288" r="12" fill="#000000"/>
<circle cx="448" cy="280" r="4" fill="#ffffff"/>
<circle cx="576" cy="280" r="4" fill="#ffffff"/>
</g>
<path d="M400,320C380,300,340,300,320,320C300,340,320,360,340,380C360,400,380,420,400,440V480H624V440C644,420,660,400,660,380C660,360,644,340,624,320V280H400V320Z" fill="#a0522d"/>
<path d="M360,360H664" stroke="#2c1a0e" stroke-width="3" fill="none"/>
<path d="M520,400Q528,408,536,400Q544,392,552,400" stroke="#2c1a0e" stroke-width="2" fill="none"/>
<path d="M480,440Q488,448,496,440Q504,432,512,440" stroke="#2c1a0e" stroke-width="2" fill="none"/>
<g transform="translate(0,0)" filter="url(#shadowBlur)">
<path d="M440,360Q448,352,456,360Q464,368,472,360" stroke="#000000" stroke-width="1" fill="none" opacity="0.3"/>
<path d="M560,360Q568,352,576,360Q584,368,592,360" stroke="#000000" stroke-width="1" fill="none" opacity="0.3"/>
</g>
<path d="M400,480C380,460,360,440,340,420C320,400,340,380,360,360C380,340,400,320,420,300C440,280,460,260,480,240C500,220,520,200,536,192V200H488V192C476,184,464,176,452,168C440,160,428,152,416,144C404,136,392,128,380,120C368,112,356,104,344,96C332,88,320,80,308,72C296,64,284,56,272,48C260,40,248,32,236,24C224,16,212,8,200,0" fill="#8b5e3c"/>
<path d="M500,200C490,190,480,180,470,170C460,160,450,150,440,140C430,130,420,120,410,110C400,100,390,90,380,80C370,70,360,60,350,50C340,40,330,30,320,20C310,10,300,0,290,-10" stroke="#8b5e3c" stroke-width="3" fill="none"/>
</svg>