BuseyBench SVG Test
Generated by Google on Jul 2, 2026 using prompt svg-v1-no-web.
3.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 viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skinGrad" cx="50%" cy="40%" r="60%">
<stop offset="0%" stop-color="#fec"/>
<stop offset="100%" stop-color="#dca"/>
</radialGradient>
<filter id="shadow">
<feGaussianBlur in="SourceAlpha" stdDeviation="4"/>
<feOffset dx="2" dy="2"/>
</filter>
</defs>
<!-- Head Shape -->
<path d="M300 250 C 300 100, 724 100, 724 250 L 700 750 C 700 850, 324 850, 324 750 Z" fill="url(#skinGrad)" stroke="#b98" stroke-width="2"/>
<!-- Hair -->
<path d="M300 250 C 300 50, 400 20, 512 20 C 624 20, 724 50, 724 250 C 724 150, 600 100, 512 100 C 424 100, 300 150, 300 250" fill="#321"/>
<path d="M320 200 C 350 150, 450 150, 512 160 C 580 150, 680 150, 700 200" fill="#432"/>
<!-- Eyebrows (Wild) -->
<path d="M380 350 Q 450 320, 500 350" stroke="#210" stroke-width="8" fill="none" stroke-linecap="round"/>
<path d="M530 350 Q 580 320, 650 350" stroke="#210" stroke-width="8" fill="none" stroke-linecap="round"/>
<!-- Eyes -->
<ellipse cx="440" cy="400" rx="40" ry="25" fill="#fff"/>
<ellipse cx="590" cy="400" rx="40" ry="25" fill="#fff"/>
<circle cx="440" cy="400" r="15" fill="#421"/>
<circle cx="590" cy="400" r="15" fill="#421"/>
<!-- Nose -->
<path d="M480 420 L 512 550 L 544 420" fill="none" stroke="#c98" stroke-width="5" stroke-linecap="round"/>
<path d="M495 540 Q 512 560, 529 540" fill="none" stroke="#c98" stroke-width="3"/>
<!-- Mouth (The Busey Signature) -->
<path d="M400 650 Q 512 630, 624 650" fill="#fff" stroke="#854" stroke-width="4"/>
<path d="M410 650 L 614 650 L 600 720 L 424 720 Z" fill="#fff" stroke="#ccc" stroke-width="2"/>
<!-- Teeth lines -->
<line x1="450" y1="650" x2="450" y2="720" stroke="#ccc" stroke-width="2"/>
<line x1="512" y1="650" x2="512" y2="720" stroke="#ccc" stroke-width="2"/>
<line x1="570" y1="650" x2="570" y2="720" stroke="#ccc" stroke-width="2"/>
<path d="M400 650 Q 512 740, 624 650" fill="none" stroke="#854" stroke-width="6"/>
<!-- Wrinkles/Expression -->
<path d="M400 450 Q 380 550, 400 620" fill="none" stroke="#b98" stroke-width="2" opacity="0.5"/>
<path d="M624 450 Q 644 550, 624 620" fill="none" stroke="#b98" stroke-width="2" opacity="0.5"/>
<!-- Ears -->
<ellipse cx="300" cy="450" rx="20" ry="40" fill="#fec" stroke="#b98"/>
<ellipse cx="724" cy="450" rx="20" ry="40" fill="#fec" stroke="#b98"/>
</svg>