BuseyBench SVG Test
Generated by DeepSeek on Jul 2, 2026 using prompt svg-v1-no-web.
2.7/10 overall
Scored by 3 vision models (gpt-5.2, gemini-3.1-pro-preview, claude-sonnet-4.6), 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>
<linearGradient id="skinGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f5d0a9" />
<stop offset="100%" stop-color="#e6b88a" />
</linearGradient>
<linearGradient id="hairGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#3a2a1a" />
<stop offset="100%" stop-color="#1a1209" />
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="8" result="blur" />
<feComposite in="SourceGraphic" in2="blur" operator="over" />
</filter>
<clipPath id="faceClip">
<path d="M512,200c120,0 220,80 250,200c30,120 0,250 -50,300c-50,50 -150,100 -200,100c-50,0 -150,-50 -200,-100c-50,-50 -80,-180 -50,-300C292,280 392,200 512,200z" />
</clipPath>
</defs>
<!-- Background -->
<rect width="1024" height="1024" fill="#f0f0f0" />
<!-- Face shape -->
<path d="M512,200c120,0 220,80 250,200c30,120 0,250 -50,300c-50,50 -150,100 -200,100c-50,0 -150,-50 -200,-100c-50,-50 -80,-180 -50,-300C292,280 392,200 512,200z"
fill="url(#skinGradient)" stroke="#d0a070" stroke-width="4" filter="url(#shadow)" />
<!-- Hair -->
<path d="M512,150c-100,0 -200,50 -220,150c-20,100 0,200 30,250c30,50 100,100 190,100c90,0 160,-50 190,-100c30,-50 50,-150 30,-250C712,200 612,150 512,150z"
fill="url(#hairGradient)" opacity="0.9" />
<path d="M300,300c-20,40 -30,100 -20,150c10,50 40,100 80,120"
stroke="#1a1209" stroke-width="10" stroke-linecap="round" fill="none" />
<path d="M724,300c20,40 30,100 20,150c-10,50 -40,100 -80,120"
stroke="#1a1209" stroke-width="10" stroke-linecap="round" fill="none" />
<!-- Eyebrows -->
<path d="M400,350c30,-10 60,-5 80,10"
stroke="#3a2a1a" stroke-width="8" stroke-linecap="round" fill="none" />
<path d="M624,350c-30,-10 -60,-5 -80,10"
stroke="#3a2a1a" stroke-width="8" stroke-linecap="round" fill="none" />
<!-- Eyes -->
<ellipse cx="450" cy="400" rx="30" ry="20" fill="#ffffff" stroke="#000" stroke-width="3" />
<ellipse cx="450" cy="400" rx="15" ry="15" fill="#1a1209" />
<ellipse cx="574" cy="400" rx="30" ry="20" fill="#ffffff" stroke="#000" stroke-width="3" />
<ellipse cx="574" cy="400" rx="15" ry="15" fill="#1a1209" />
<!-- Nose -->
<path d="M512,450c0,50 -20,80 -20,120"
stroke="#d0a070" stroke-width="10" stroke-linecap="round" fill="none" />
<path d="M512,450c0,50 20,80 20,120"
stroke="#d0a070" stroke-width="10" stroke-linecap="round" fill="none" />
<ellipse cx="512" cy="570" rx="30" ry="15" fill="#e6b88a" />
<!-- Mouth -->
<path d="M450,600c20,30 60,50 62,50c2,0 42,-20 62,-50"
stroke="#8b4513" stroke-width="5" fill="none" />
<path d="M450,600c20,40 60,60 62,60c2,0 42,-20 62,-60"
stroke="#8b4513" stroke-width="2" fill="#a0522d" opacity="0.7" />
<!-- Teeth -->
<path d="M470,600c5,15 15,25 22,25c7,0 17,-10 22,-25"
stroke="#ffffff" stroke-width="3" fill="#ffffff" />
<path d="M480,600c5,10 10,15 14,15c4,0 9,-5 14,-15"
stroke="#ffffff" stroke-width="1" fill="#ffffff" opacity="0.8" />
<!-- Signature Busey Expression Lines -->
<path d="M400,500c20,10 40,5 50,-5"
stroke="#8b4513" stroke-width="3" stroke-linecap="round" fill="none" opacity="0.7" />
<path d="M624,500c-20,10 -40,5 -50,-5"
stroke="#8b4513" stroke-width="3" stroke-linecap="round" fill="none" opacity="0.7" />
<path d="M450,650c10,10 30,10 40,0"
stroke="#8b4513" stroke-width="2" stroke-linecap="round" fill="none" opacity="0.5" />
<!-- Highlights -->
<ellipse cx="460" cy="380" rx="10" ry="5" fill="#ffffff" opacity="0.7" />
<ellipse cx="584" cy="380" rx="10" ry="5" fill="#ffffff" opacity="0.7" />
<path d="M500,200c10,-10 20,-10 30,0"
stroke="#ffffff" stroke-width="5" stroke-linecap="round" fill="none" opacity="0.6" />
</svg>