BuseyBench SVG Test
Generated by Amazon on Jul 2, 2026 using prompt svg-v1-no-web.
1.7/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"> <!-- Background --> <rect width="1024" height="1024" fill="#f0f0f0"/> <!-- Face Shape --> <path d="M512 128C362.8 128 240 250.8 240 400c0 105.9 68.1 196 160 224 0 55.2 22.4 107.2 64 144 96 80 256 80 352 0 41.6-36.8 64-88.8 64-144 92-28 160-118.1 160-224C884 250.8 761.2 128 612 128z" fill="#ffe0b2"/> <!-- Hair --> <path d="M320 192c-64 0-128 32-160 80-32 48-48 112-48 176 0 128 128 256 288 256 160 0 288-128 288-256 0-64-16-128-48-176-32-48-96-80-160-80z" fill="#6b4226"/> <!-- Eyes --> <circle cx="400" cy="400" r="40" fill="#fff"/> <circle cx="624" cy="400" r="40" fill="#fff"/> <circle cx="400" cy="400" r="20" fill="#000"/> <circle cx="624" cy="400" r="20" fill="#000"/> <!-- Eyebrows --> <path d="M320 360c40-20 80 0 80 40 0 20-20 40-40 40-20 0-40-20-80-40z" fill="#6b4226"/> <path d="M544 360c40-20 80 0 80 40 0 20-20 40-40 40-20 0-40-20-80-40z" fill="#6b4226"/> <!-- Nose --> <path d="M480 440c-40 0-80 20-80 60 0 20 20 40 40 40 20 0 40-20 80-40 0-40-40-60-80-60z" fill="#6b4226"/> <!-- Mouth --> <path d="M400 560c-40 0-80 20-80 60 0 20 20 40 40 40 20 0 40-20 80-40 0-40-40-60-80-60z" fill="#ffe0b2"/> <path d="M400 560c-20 0-40 20-40 40 0 20 20 40 40 40 20 0 40-20 40-40 0-20-20-40-40-40z" fill="#6b4226"/> <!-- Teeth --> <rect x="380" y="580" width="80" height="20" fill="#fff"/> <rect x="385" y="585" width="70" height="10" fill="#e6e6e6"/> <!-- Highlights --> <circle cx="400" cy="380" r="10" fill="#fff" opacity="0.8"/> <circle cx="624" cy="380" r="10" fill="#fff" opacity="0.8"/> </svg>