BuseyBench SVG Test
Generated by Qwen on Jul 2, 2026 using prompt svg-v1-no-web.
3.3/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 width="1024" height="1024" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skin-tone" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#f8d5a3"/>
<stop offset="100%" stop-color="#e6b78c"/>
</linearGradient>
<linearGradient id="hair-gradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#3a2a1a"/>
<stop offset="100%" stop-color="#2a1a0a"/>
</linearGradient>
<radialGradient id="eye-highlight" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="white" stop-opacity="0.8"/>
<stop offset="100%" stop-color="white" stop-opacity="0"/>
</radialGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="4"/>
<feOffset dx="2" dy="2" result="offsetblur"/>
<feFlood flood-color="rgba(0,0,0,0.3)"/>
<feComposite in2="offsetblur" operator="in"/>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<clipPath id="face-clip">
<path d="M200,300 Q512,100 824,300 Q900,500 824,700 Q512,900 200,700 Q120,500 200,300 Z"/>
</clipPath>
</defs>
<!-- Face base -->
<path d="M200,300 Q512,100 824,300 Q900,500 824,700 Q512,900 200,700 Q120,500 200,300 Z" fill="url(#skin-tone)" stroke="#d9b38c" stroke-width="4"/>
<!-- Hair -->
<path d="M180,280 Q300,80 512,70 Q724,80 844,280 L824,300 Q700,100 512,90 Q324,100 200,300 Z" fill="url(#hair-gradient)"/>
<!-- Left eyebrow -->
<path d="M320,280 Q360,260 400,270 Q410,280 400,290 Q360,300 320,290 Z" fill="#2a1a0a"/>
<!-- Right eyebrow -->
<path d="M620,280 Q660,260 700,270 Q710,280 700,290 Q660,300 620,290 Z" fill="#2a1a0a"/>
<!-- Left eye -->
<ellipse cx="380" cy="340" rx="30" ry="25" fill="white" filter="url(#shadow)"/>
<circle cx="380" cy="340" r="15" fill="black"/>
<circle cx="385" cy="335" r="6" fill="white"/>
<circle cx="387" cy="333" r="2" fill="white"/>
<circle cx="380" cy="340" r="4" fill="url(#eye-highlight)"/>
<!-- Right eye -->
<ellipse cx="640" cy="340" rx="30" ry="25" fill="white" filter="url(#shadow)"/>
<circle cx="640" cy="340" r="15" fill="black"/>
<circle cx="645" cy="335" r="6" fill="white"/>
<circle cx="647" cy="333" r="2" fill="white"/>
<circle cx="640" cy="340" r="4" fill="url(#eye-highlight)"/>
<!-- Nose -->
<path d="M512,380 Q490,420 495,460 L505,460 Q510,420 512,380 Z" fill="#e6b78c" stroke="#d9b38c" stroke-width="2"/>
<path d="M495,460 Q500,470 505,460" fill="#d9b38c"/>
<!-- Mouth -->
<path d="M420,540 Q512,600 604,540 Q590,580 512,590 Q434,580 420,540 Z" fill="#e66b6b" stroke="#cc5555" stroke-width="2"/>
<path d="M440,550 Q512,580 584,550" fill="none" stroke="#cc3333" stroke-width="3"/>
<!-- Teeth -->
<rect x="470" y="550" width="84" height="20" fill="white" rx="5"/>
<line x1="480" y1="550" x2="480" y2="570" stroke="#ddd" stroke-width="2"/>
<line x1="495" y1="550" x2="495" y2="570" stroke="lightgray" stroke-width="2"/>
<line x1="510" y1="550" x2="510" y2="570" stroke="lightgray" stroke-width="2"/>
<line x1="525" y1="550" x2="525" y2="570" stroke="lightgray" stroke-width="2"/>
<line x1="540" y1="550" x2="540" y2="570" stroke="lightgray" stroke-width="2"/>
<!-- Wrinkles -->
<path d="M350,320 Q370,310 390,320" fill="none" stroke="#d9b38c" stroke-width="2"/>
<path d="M610,320 Q630,310 650,320" fill="none" stroke="#d9b38c" stroke-width="2"/>
<path d="M480,400 Q512,410 544,400" fill="none" stroke="#d9b38c" stroke-width="2"/>
<!-- Sideburns -->
<path d="M220,350 Q210,400 220,450 L240,450 Q250,400 240,350 Z" fill="url(#hair-gradient)"/>
<path d="M804,350 Q794,400 804,450 L824,450 Q834,400 824,350 Z" fill="url(#hair-gradient)"/>
<!-- Ears -->
<path d="M180,400 Q160,420 170,460 Q180,480 200,470 Q210,450 200,430 Q190,410 180,400 Z" fill="url(#skin-tone)" stroke="#d9b38c" stroke-width="2"/>
<path d="M844,400 Q864,420 854,460 Q844,480 824,470 Q814,450 824,430 Q834,410 844,400 Z" fill="url(#skin-tone)" stroke="#d9b38c" stroke-width="2"/>
<!-- Facial shadow -->
<path d="M250,500 Q300,600 400,650 L420,630 Q320,580 270,520 Z" fill="rgba(0,0,0,0.1)"/>
<path d="M774,500 Q724,600 624,650 L604,630 Q704,580 754,520 Z" fill="rgba(0,0,0,0.1)"/>
</svg>