BuseyBench SVG Test
Generated by Nous on Jul 2, 2026 using prompt svg-v1-no-web.
1.2/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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024">
<defs>
<radialGradient id="faceGradient" cx="50%" cy="40%" r="60%">
<stop offset="0%" stop-color="#ffdddd" />
<stop offset="100%" stop-color="#ffaaaa" />
</radialGradient>
<filter id="shadowFilter">
<feGaussianBlur in="SourceAlpha" stdDeviation="4" />
<feOffset dx="2" dy="2" result="offsetblur" />
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<!-- Face -->
<path fill="url(#faceGradient)" d="M512 1024c-283.5 0-514-230.5-514-512s230.5-514 514-514 514 230.5 514 512-230.5 514-514 514z" />
<!-- Hair -->
<path fill="#8b4513" d="M512 1024c-283.5 0-514-230.5-514-512s230.5-514 514-514 514 230.5 514 512-230.5 514-514 514z" />
<path fill="#8b4513" d="M512 1024c-283.5 0-514-230.5-514-512s230.5-514 514-514 514 230.5 514 512-230.5 514-514 514z" />
<!-- Eyes -->
<circle cx="400" cy="400" r="40" fill="#ffffff" />
<circle cx="624" cy="400" r="40" fill="#ffffff" />
<circle cx="400" cy="400" r="20" fill="#000000" />
<circle cx="624" cy="400" r="20" fill="#000000" />
<!-- Eyebrows -->
<path fill="none" stroke="#8b4513" stroke-width="8" d="M300 350q80 0 80 80" />
<path fill="none" stroke="#8b4513" stroke-width="8" d="M524 350q80 0 80 80" />
<!-- Nose -->
<path fill="#ffaaaa" d="M512 500q0 -50 35 -85 35 -35 85 -35 50 0 85 35 35 35 35 85 0 50 -35 85 -35 35 -85 35 -50 0 -85 -35 -35 -35 -35 -85z" />
<!-- Mouth -->
<path fill="#ff6666" d="M400 600q100 0 100 100" />
<path fill="none" stroke="#ff6666" stroke-width="4" d="M400 700q100 0 100 -100" />
<path fill="#ffffff" d="M450 650q0 -20 20 -20 20 0 20 20 0 20 -20 20 -20 0 -20 -20z" />
<path fill="#ffffff" d="M550 650q0 -20 20 -20 20 0 20 20 0 20 -20 20 -20 0 -20 -20z" />
<!-- Teeth -->
<rect x="470" y="680" width="20" height="20" fill="#ffffff" />
<rect x="570" y="680" width="20" height="20" fill="#ffffff" />
<!-- Expressive Lines -->
<path fill="none" stroke="#cc0000" stroke-width="3" d="M400 450q30 -30 60 -30" />
<path fill="none" stroke="#cc0002" stroke-width="3" d="M624 450q-30 -30 -60 -30" />
</svg>