BuseyBench SVG Test
Generated by OpenAI on Jul 1, 2026 using prompt svg-v1-no-web.
2.5/10 overall
Scored by 3 vision models (claude-sonnet-4.6, gpt-5.2, 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="skinGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#fddbb0; stop-opacity:1" />
<stop offset="100%" style="stop-color:#f8c8a0; stop-opacity:1" />
</radialGradient>
<radialGradient id="hairGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#4b3d3d; stop-opacity:1" />
<stop offset="100%" style="stop-color:#2c2c2c; stop-opacity:1" />
</radialGradient>
</defs>
<g>
<ellipse cx="512" cy="512" rx="300" ry="400" fill="url(#skinGradient)" />
<path d="M212,300 Q512,100 812,300 Q800,500 212,300" fill="url(#hairGradient)" />
<ellipse cx="400" cy="400" rx="40" ry="60" fill="#fff" />
<ellipse cx="624" cy="400" rx="40" ry="60" fill="#fff" />
<circle cx="400" cy="400" r="20" fill="#000" />
<circle cx="624" cy="400" r="20" fill="#000" />
<path d="M400,500 Q512,550 624,500" stroke="#000" stroke-width="5" fill="none" />
<path d="M400,500 Q512,580 624,500" stroke="#fff" stroke-width="3" fill="none" />
<path d="M400,300 Q512,250 624,300" stroke="#000" stroke-width="5" fill="none" />
<path d="M400,300 Q512,350 624,300" stroke="#fff" stroke-width="3" fill="none" />
</g>
</svg>