BuseyBench SVG Test
Gemini 3.1 Flash Lite
Generated by Google on Jul 1, 2026 using prompt svg-v1-no-web.
- Model release
- May 2026
- Cost
- $0.001952
- Tokens used
- 1,416 tokens138 prompt / 1,278 output
Run Telemetry
Jul 1, 2026
4.3 seconds
$0.001952
1,416 tokens
Prompt
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.
Stored Source
<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skinGrad" cx="50%" cy="40%" r="60%">
<stop offset="0%" stop-color="#fec"/>
<stop offset="100%" stop-color="#dca"/>
</radialGradient>
<filter id="shadow">
<feGaussianBlur in="SourceAlpha" stdDeviation="3"/>
<feOffset dx="2" dy="2"/>
</filter>
</defs>
<!-- Head Shape -->
<path d="M300 250 C 300 100, 724 100, 724 250 C 724 600, 650 850, 512 900 C 374 850, 300 600, 300 250" fill="url(#skinGrad)" stroke="#b98" stroke-width="2"/>
<!-- Hair -->
<path d="M310 280 C 300 100, 400 50, 512 50 C 624 50, 724 100, 714 280 C 650 200, 550 200, 512 220 C 474 200, 374 200, 310 280" fill="#321"/>
<path d="M300 250 C 250 300, 280 500, 320 550 C 350 500, 340 350, 350 300 Z" fill="#321"/>
<path d="M724 250 C 774 300, 744 500, 704 550 C 674 500, 684 350, 674 300 Z" fill="#321"/>
<!-- Eyebrows (Expressive/Wild) -->
<path d="M360 380 Q 420 340, 480 380" stroke="#421" stroke-width="12" fill="none" stroke-linecap="round"/>
<path d="M544 380 Q 604 340, 664 380" stroke="#421" stroke-width="12" fill="none" stroke-linecap="round"/>
<!-- Eyes -->
<ellipse cx="420" cy="420" rx="35" ry="25" fill="white"/>
<ellipse cx="604" cy="420" rx="35" ry="25" fill="white"/>
<circle cx="420" cy="420" r="12" fill="#421"/>
<circle cx="604" cy="420" r="12" fill="#421"/>
<!-- Nose -->
<path d="M480 450 L 512 550 L 544 450" fill="none" stroke="#b98" stroke-width="8" stroke-linecap="round"/>
<path d="M495 540 Q 512 560, 529 540" fill="none" stroke="#b98" stroke-width="4"/>
<!-- Mouth (The Busey Grin) -->
<path d="M380 650 Q 512 620, 644 650 Q 512 750, 380 650" fill="#fff" stroke="#842" stroke-width="4"/>
<line x1="380" y1="650" x2="644" y2="650" stroke="#842" stroke-width="6"/>
<path d="M400 650 L 400 690 M 440 650 L 440 700 M 480 650 L 480 710 M 544 650 L 544 710 M 584 650 L 584 700 M 624 650 L 624 690" stroke="#ccc" stroke-width="4"/>
<!-- Cheeks/Shadows -->
<path d="M350 500 Q 400 600, 450 600" fill="none" stroke="#dca" stroke-width="10" opacity="0.5"/>
<path d="M674 500 Q 624 600, 574 600" fill="none" stroke="#dca" stroke-width="10" opacity="0.5"/>
</svg>