BuseyBench SVG Test
Generated by DeepSeek on Jul 2, 2026 using prompt svg-v1-no-web.
3.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">
<defs>
<linearGradient id="skinGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#e8c4a6;stop-opacity:1" />
<stop offset="50%" style="stop-color:#d7a783;stop-opacity:1" />
<stop offset="100%" style="stop-color:#c08a66;stop-opacity:1" />
</linearGradient>
<linearGradient id="hairGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#5c4d3c;stop-opacity:1" />
<stop offset="50%" style="stop-color:#8a7459;stop-opacity:1" />
<stop offset="100%" style="stop-color:#5c4d3c;stop-opacity:1" />
</linearGradient>
<linearGradient id="shadowGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#000000;stop-opacity:0.3" />
<stop offset="100%" style="stop-color:#000000;stop-opacity:0" />
</linearGradient>
<radialGradient id="cheekHighlight" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:0.15" />
<stop offset="100%" style="stop-color:#ffffff;stop-opacity:0" />
</radialGradient>
<filter id="softShadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="8" />
<feOffset dx="4" dy="6" result="offsetblur" />
<feComponentTransfer>
<feFuncA type="linear" slope="0.4" />
</feComponentTransfer>
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
<filter id="blur5">
<feGaussianBlur in="SourceGraphic" stdDeviation="5" />
</filter>
<clipPath id="faceClip">
<path d="M350,300 Q512,250 674,300 Q750,400 750,550 Q700,750 512,800 Q324,750 274,550 Q274,400 350,300 Z" />
</clipPath>
<mask id="hairMask">
<path d="M250,200 Q400,150 512,150 Q624,150 774,200 Q800,300 —" fill="white" />
</mask>
</defs>
<!-- Background -->
<rect width="1024" height="1024" fill="#f0e6d6" />
<!-- Main Face Shape -->
<g filter="url(#softShadow)">
<path d="M350,300 Q512,250 674,300 Q750,400 750,550 Q700,750 512,800 Q324,750 274,550 Q274,400 350,300 Z" fill="url(#skinGradient)" stroke="#b78a6b" stroke-width="3" />
<!-- Cheek Highlights -->
<ellipse cx="380" cy="500" rx="45" ry="35" fill="url(#cheekHighlight)" />
<ellipse cx="644" cy="500" rx="45" ry="35" fill="url(#cheekHighlight)" />
<!-- Forehead Shadow -->
<path d="M350,300 Q512,280 674,300 L674,380 Q512,360 350,380 Z" fill="url(#shadowGradient)" />
<!-- Distinctive Busey Hair -->
<g mask="url(#hairMask)">
<path d="M200,150 Q300,100 512,100 Q724,100 824,150 Q900,250 850,350 Q800,300 724,250 Q624,200 512,200 Q400,200 300,250 Q224,300 174,350 Q124,250 200,150 Z" fill="url(#hairGradient)" />
<path d="M250,180 Q400,120 512,120 Q624,120 774,180 Q800,220 774,280 Q700,250 624,230 Q512,210 400,230 Q324,250 250,280 Q224,220 250,180 Z" fill="#3a2f24" opacity="0.6" />
</g>
<!-- Expressive Busey Eyebrows -->
<path d="M380,350 Q420,320 480,330 Q500,325 520,335" fill="none" stroke="#2a1f14" stroke-width="12" stroke-linecap="round" />
<path d="M524,335 Q544,325 -" fill="none" stroke="#2a1f14" stroke-width="8" stroke-linecap="round" />
<path d="M644,340 Q684,320 744,330 Q764,325 784,335" fill="none" stroke="#2a1f14" stroke-width="12" stroke-linecap="round" />
<path d="M788,335 Q808,325 -" fill="none" stroke="#2a1f14" stroke-width="8" stroke-linecap="round" />
<!-- Eyes -->
<ellipse cx="430" cy="400" rx="28" ry="22" fill="#1a1a2e" />
<ellipse cx="594" cy="400" rx="28" ry="22" fill="#1a1a2e" />
<ellipse cx="428" cy="395" rx="10" ry="10" fill="#87ceeb" />
<ellipse cx="592" cy="395" rx="10" ry="10" fill="#87ceeb" />
<ellipse cx="426" cy="393" rx="4" ry="4" fill="white" />
<ellipse cx="590" cy="393" rx="4" ry="4" fill="white" />
<!-- Eye Highlights -->
<ellipse cx="432" cy="390" rx="6" ry="3" fill="white" opacity="0.7" />
<ellipse cx="596" cy="390" rx="6" ry="3" fill="white" opacity="0.7" />
<!-- Crow's Feet / Expression Lines -->
<path d="M460,390 Q480,400 490,395" fill="none" stroke="#8b6b4d" stroke-width="2" opacity="0.7" />
<path d="M568,390 Q548,400 538,395" fill="none" stroke="#8b6b4d" stroke-width="2" opacity="0.7" />
<!-- Distinctive Busey Nose -->
<path d="M512,420 Q532,480 522,520 Q512,540 502,520 Q492,480 512,420 Z" fill="#d7a783" stroke="#b78a6b" stroke-width="2" />
<path d="M502,460 Q512,470 522,460" fill="none" stroke="#9c6e4d" stroke-width="1.5" />
<path d="M507,500 Q512,510 517,500" fill="none" stroke="#9c6e4d" stroke-width="1.5" />
<!-- Nostrils -->
<ellipse cx="505" cy="520" rx="4" ry="2" fill="#7a5a3d" />
<ellipse cx="519" cy="520" rx="4" ry="2" fill="#7a5a3d" />
<!-- Iconic Busey Mouth -->
<path d="M450,600 Q480,650 512,660 Q544,650 574,600 Q570,620 544,670 Q512,690 480,670 Q454,620 450,600 Z" fill="#80222d" stroke="#5a1520" stroke-width="3" />
<!-- Teeth -->
<path d="M470,610 Q512,620 554,610 L554,630 Q512,640 470,630 Z" fill="#f5f5dc" opacity="0.9" />
<path d="M470,610 L472,610" fill="none" stroke="#d9d9c2" stroke-width="0.5" />
<path d="M480,610 L482,610" fill="none" stroke="#d9d9c2" stroke-width="0.5" />
<path d="M490,610 L492,610" fill="none" stroke="#d9d9c2" stroke-width="0.5" />
<path d="M500,610 L502,610" fill="none" stroke="#d9d9c2" stroke-width="0.5" />
<path d="M510,610 L512,610" fill="none" stroke="#d9d9c2" stroke-width="0.5" />
<path d="M520,610 L522,610" fill="none" stroke="#d9d9c2" stroke-width="0.5" />
<path d="M530,610 L532,610" fill="none" stroke="#d9d9c2" stroke-width="0.5" />
<path d="M540,610 L542,610" fill="none" stroke="#d9d9c2" stroke-width="0.5" />
<path d="M550,610 L552,610" fill="none" stroke="#d9d9c2" stroke-width="0.5" />
<!-- Upper Lip Detail -->
<path d="M470,600 Q512,610 554,600" fill="none" stroke="#5a1520" stroke-width="1.5" />
<!-- Chin and Jaw Definition -->
<path d="M512,750 Q450,730 400,680 Q380,660 370,640" fill="none" stroke="#b78a6b" stroke-width="4" opacity="0.6" />
<path d="M512,750 Q574,730 624,680 Q644,660 654,640" fill="none" stroke="#b78a6b" stroke-width="4" opacity="0.6" />
<!-- Character Lines -->
<path d="M430,550 Q480,540 512,540 Q544,540 594,550" fill="none" stroke="#8b6b4d" stroke-width="2" opacity="0.5" />
<path d="M380,580 Q430,570 512,570 Q594,570 644,580" fill="none" stroke="#8b6b4d" stroke-width="2" opacity="0.5" />
<!-- Sideburn/Cheek Hair -->
<path d="M300,450 Q280,480 270,520 Q260,560 250,600" fill="none" stroke="#5c4d3c" stroke-width="10" stroke-linecap="round" opacity="0.7" />
<path d="M724,450 Q744,480 754,520 Q764,560 774,600" fill="none" stroke="#5c4d3c" stroke-width="10" stroke-linecap="round" opacity="0.7" />
<!-- Neck and Collar Shadow -->
<path d="M450,800 Q512,820 574,800 L574,900 Q512,880 450,900 Z" fill="#000000" opacity="0.1" />
</g>
<!-- Final Refinement: Glint in Eyes -->
<ellipse cx="430" cy="390" rx="3" ry="1.5" fill="white" opacity="0.9" />
<ellipse cx="594" cy="390" rx="3" ry="1.5" fill="white" opacity="0.9" />
</svg>