BuseyBench SVG Test
Generated by Meta on Jul 2, 2026 using prompt svg-v1-no-web.
1.7/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">
<!-- Face shape -->
<path d="M 256 512 C 192 512 144 456 144 384 C 144 312 192 256 256 256 C 320 256 368 312 368 384 C 368 456 320 512 256 512 Z" fill="#F8F4E7"/>
<!-- Skin texture and shadow -->
<path d="M 256 512 C 192 512 144 456 144 384 C 144 312 192 256 256 256 C 320 256 368 312 368 384 C 368 456 320 512 256 512 Z" fill="#F5F5DC" opacity="0.5" filter="url(#shadow)"/>
<filter id="shadow">
<feGaussianBlur in="SourceAlpha" stdDeviation="4"/>
<feOffset dx="0" dy="4" result="shadow"/>
<feColorMatrix in="shadow" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0"/>
</filter>
<!-- Hair -->
<path d="M 128 256 L 144 192 L 160 256 Z" fill="#964B00"/>
<path d="M 224 256 L 240 192 L 256 256 Z" fill="#964B00"/>
<path d="M 320 256 L 336 192 L 352 256 Z" fill="#964B00"/>
<path d="M 144 384 L 160 320 L 176 384 Z" fill="#964B00"/>
<path d="M 240 384 L 256 320 L 272 384 Z" fill="#964B00"/>
<path d="M 336 384 L 352 320 L 368 384 Z" fill="#964B00"/>
<!-- Eyes -->
<circle cx="192" cy="320" r="24" fill="#FFFFFF"/>
<circle cx="352" cy="320" r="24" fill="#FFFFFF"/>
<path d="M 192 320 L 192 296 L 176 296 L 176 320 Z" fill="#000000"/>
<path d="M 352 320 L 352 296 L 336 296 L 336 320 Z" fill="#000000"/>
<circle cx="192" cy="320" r="8" fill="#000000"/>
<circle cx="352" cy="320" r="8" fill="#000000"/>
<!-- Eyebrows -->
<path d="M 160 280 L 224 280" stroke="#000000" stroke-width="4"/>
<path d="M 320 280 L 384 280" stroke="#000000" stroke-width="4"/>
<!-- Nose -->
<path d="M 272 400 L 256 416 L 240 400 Z" fill="#FFFFFF"/>
<path d="M 272 400 L 240 400 L 256 384 Z" fill="#000000"/>
<!-- Mouth -->
<path d="M 224 448 L 352 448" stroke="#000000" stroke-width="4"/>
<path d="M 256 472 L 272 456 L 288 472 Z" fill="#FFFFFF"/>
<!-- Teeth -->
<path d="M 264 456 L 276 456" stroke="#FFFFFF" stroke-width="2"/>
<path d="M 284 456 L 296 456" stroke="#FFFFFF" stroke-width="2"/>
<path d="M 264 464 L 276 464" stroke="#FFFFFF" stroke-width="2"/>
<path d="M 284 464 L 296 464" stroke="#FFFFFF" stroke-width="2"/>
<!-- Expressive features -->
<path d="M 192 384 L 208 384" stroke="#000000" stroke-width="2"/>
<path d="M 344 384 L 360 384" stroke="#000000" stroke-width="2"/>
</svg>