BuseyBench SVG Test
Generated by Google on Jul 2, 2026 using prompt svg-v1-no-web.
4.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 viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skinGrad" cx="50%" cy="45%" r="50%">
<stop offset="0%" stop-color="#ffdbac" />
<stop offset="70%" stop-color="#f1c27d" />
<stop offset="100%" stop-color="#d2a679" />
</radialGradient>
<linearGradient id="hairGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffffff" />
<stop offset="50%" stop-color="#e8e8e8" />
<stop offset="100%" stop-color="#c0c0c0" />
</linearGradient>
<filter id="softShadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" />
<feOffset dx="2" dy="2" />
<feComponentTransfer>
<feFuncA type="linear" slope="0.3" />
</feComponentTransfer>
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
<filter id="wrinkleBlur">
<feGaussianBlur stdDeviation="1.5" />
</filter>
</defs>
<!-- Background -->
<rect width="1024" height="1024" fill="#f0f0f0" />
<!-- Hair Back -->
<path d="M300,400 Q300,150 512,150 Q724,150 724,400 L750,600 Q700,550 650,580 L350,580 Q300,550 274,600 Z" fill="url(#hairGrad)" />
<!-- Face Shape -->
<path d="M340,400 Q340,250 512,250 Q684,250 684,400 Q684,650 650,800 Q600,950 512,950 Q424,950 374,800 Q340,650 340,400" fill="url(#skinGrad)" stroke="#b08d57" stroke-width="2" />
<!-- Forehead Wrinkles -->
<g filter="url(#wrinkleBlur)" opacity="0.4">
<path d="M400,320 Q512,300 624,320" fill="none" stroke="#8d6e63" stroke-width="3" />
<path d="M390,350 Q512,330 634,350" fill="none" stroke="#8d6e63" stroke-width="3" />
</g>
<!-- Wild Eyebrows -->
<g fill="#ffffff" stroke="#dcdcdc" stroke-width="1">
<path d="M370,420 Q410,390 470,410 L465,425 Q410,410 375,435 Z" />
<path d="M654,420 Q614,390 554,410 L559,425 Q614,410 649,435 Z" />
</g>
<!-- Eyes (Intense Stare) -->
<g>
<!-- Left Eye -->
<path d="M385,470 Q425,450 465,470 Q425,490 385,470" fill="white" stroke="#000" stroke-width="1" />
<circle cx="425" cy="470" r="12" fill="#5d97b4" /> <!-- Blue eyes -->
<circle cx="425" cy="470" r="5" fill="black" />
<circle cx="422" cy="467" r="2" fill="white" />
<!-- Right Eye -->
<path d="M559,470 Q599,450 639,470 Q599,490 559,470" fill="white" stroke="#000" stroke-width="1" />
<circle cx="599" cy="470" r="12" fill="#5d97b4" />
<circle cx="599" cy="470" r="5" fill="black" />
<circle cx="596" cy="467" r="2" fill="white" />
</g>
<!-- Eye Bags/Lines -->
<g opacity="0.5" filter="url(#wrinkleBlur)">
<path d="M385,485 Q425,505 465,485" fill="none" stroke="#8d6e63" stroke-width="2" />
<path d="M559,485 Q599,505 639,485" fill="none" stroke="#8d6e63" stroke-width="2" />
</g>
<!-- Nose (Prominent) -->
<path d="M512,450 L490,650 Q512,680 534,650 Z" fill="#eac086" />
<path d="M490,650 Q470,660 490,675 Q512,685 534,675 Q554,660 534,650" fill="none" stroke="#b08d57" stroke-width="2" />
<!-- Mouth (The Iconic Busey Smile/Teeth) -->
<g transform="translate(0, 20)">
<!-- Lips -->
<path d="M400,750 Q512,720 624,750 Q630,820 512,850 Q394,820 400,750" fill="#d38a8a" stroke="#a0522d" stroke-width="1" />
<!-- Teeth (Large and prominent) -->
<path d="M415,755 Q512,740 609,755 L600,790 Q512,805 424,790 Z" fill="white" stroke="#dcdcdc" stroke-width="1" />
<!-- Tooth Lines -->
<g stroke="#dcdcdc" stroke-width="1">
<line x1="453" y1="750" x2="455" y2="795" />
<line x1="492" y1="745" x2="492" y2="800" />
<line x1="532" y1="745" x2="532" y2="800" />
<line x1="571" y1="750" x2="569" y2="795" />
</g>
</g>
<!-- Nasolabial Folds (Laugh Lines) -->
<g opacity="0.6" filter="url(#wrinkleBlur)">
<path d="M470,640 Q420,700 410,780" fill="none" stroke="#8d6e63" stroke-width="3" />
<path d="M554,640 Q604,700 614,780" fill="none" stroke="#8d6e63" stroke-width="3" />
</g>
<!-- Wild Hair Strands -->
<g fill="none" stroke="#ffffff" stroke-width="2" opacity="0.8">
<path d="M350,300 Q300,200 380,150" />
<path d="M400,250 Q420,100 500,120" />
<path d="M512,250 Q550,80 650,150" />
<path d="M680,300 Q750,200 700,100" />
<path d="M320,450 Q250,400 280,550" />
<path d="M704,450 Q774,400 744,550" />
</g>
<!-- Chin Dimple/Line -->
<path d="M480,900 Q512,915 544,900" fill="none" stroke="#b08d57" stroke-width="2" opacity="0.5" />
</svg>