BuseyBench SVG Test
Generated by inclusionAI on Jul 2, 2026 using prompt svg-v1-no-web.
2.9/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" width="1024" height="1024">
<defs>
<!-- Background gradient -->
<radialGradient id="bgGrad" cx="0.5" cy="0.5" r="0.6">
<stop offset="0%" stop-color="#1a1a2e"/>
<stop offset="60%" stop-color="#16213e"/>
<stop offset="100%" stop-color="#0f0f23"/>
</radialGradient>
<!-- Skin base gradient -->
<linearGradient id="skinBase" x1="0.3" y1="0.1" x2="0.7" y2="0.9">
<stop offset="0%" stop-color="#f5d5c5"/>
<stop offset="40%" stop-color="#e8b89a"/>
<stop offset="70%" stop-color="#d49a78"/>
<stop offset="100%" stop-color="#c4855a"/>
</linearGradient>
<!-- Skin highlight gradient -->
<linearGradient id="skinHigh" x1="0.4" y1="0.2" x2="0.6" y2="0.5">
<stop offset="0%" stop-color="#fff8f0" stop-opacity="0.9"/>
<stop offset="50%" stop-color="#ffe8d0" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#ffd8b8" stop-opacity="0"/>
</linearGradient>
<!-- Skin shadow gradient -->
<linearGradient id="skinShade" x1="0.6" y1="0.3" x2="0.8" y2="0.8">
<stop offset="0%" stop-color="#b8784a" stop-opacity="0.6"/>
<stop offset="50%" stop-color="#9e6538" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#855028" stop-opacity="0.9"/>
</linearGradient>
<!-- Hair gradient - layered -->
<linearGradient id="hairMain" x1="0.2" y1="0" x2="0.8" y2="1">
<stop offset="0%" stop-color="#3d2817"/>
<stop offset="30%" stop-color="#2a1a0f"/>
<stop offset="60%" stop-color="#1f1208"/>
<stop offset="100%" stop-color="#150c06"/>
</linearGradient>
<linearGradient id="hairSide" x1="0.1" y1="0.2" x2="0.5" y2="0.8">
<stop offset="0%" stop-color="#2a1810"/>
<stop offset="50%" stop-color="#1f1008"/>
<stop offset="100%" stop-color="#120804"/>
</linearGradient>
<linearGradient id="hairTop" x1="0.3" y1="0" x2="0.7" y2="0.6">
<stop offset="0%" stop-color="#4a3220"/>
<stop offset="40%" stop-color="#352215"/>
<stop offset="100%" stop-color="#25150c"/>
</linearGradient>
<linearGradient id="hairHighlight" x1="0.4" y1="0.1" x2="0.6" y2="0.4">
<stop offset="0%" stop-color="#5a4028" stop-opacity="0.4"/>
<stop offset="100%" stop-color="#3a2515" stop-opacity="0"/>
</linearGradient>
<!-- Eye whites -->
<radialGradient id="eyeWhite" cx="0.4" cy="0.4" r="0.6">
<stop offset="0%" stop-color="#fefefe"/>
<stop offset="70%" stop-color="#f0f0f0"/>
<stop offset="100%" stop-color="#d8d8d8"/>
</radialGradient>
<!-- Iris gradients -->
<radialGradient id="irisLeft" cx="0.4" cy="0.4" r="0.5">
<stop offset="0%" stop-color="#4a6fa5"/>
<stop offset="40%" stop-color="#2d4a7a"/>
<stop offset="70%" stop-color="#1a2f52"/>
<stop offset="100%" stop-color="#0d1a30"/>
</radialGradient>
<radialGradient id="irisRight" cx="0.4" cy="0.4" r="0.5">
<stop offset="0%" stop-color="#456895"/>
<stop offset="40%" stop-color="#28426a"/>
<stop offset="70%" stop-color="#152845"/>
<stop offset="100%" stop-color="#0a1525"/>
</radialGradient>
<!-- Pupil -->
<radialGradient id="pupilGrad" cx="0.45" cy="0.45" r="0.5">
<stop offset="0%" stop-color="#080c14"/>
<stop offset="50%" stop-color="#04060c"/>
<stop offset="100%" stop-color="#020306"/>
</radialGradient>
<!-- Eyebrow gradient -->
<linearGradient id="browGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#5a3820"/>
<stop offset="50%" stop-color="#3d2512"/>
<stop offset="100%" stop-color="#2a180e"/>
</linearGradient>
<!-- Nose gradient -->
<linearGradient id="noseGrad" x1="0.4" y1="0.1" x2="0.6" y2="0.9">
<stop offset="0%" stop-color="#e8c4a8"/>
<stop offset="30%" stop-color="#d4a880"/>
<stop offset="60%" stop-color="#c08a60"/>
<stop offset="100%" stop-color="#a87048"/>
</linearGradient>
<linearGradient id="noseShade" x1="0.7" y1="0.2" x2="1" y2="0.5">
<stop offset="0%" stop-color="#b8784a" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#8a5530" stop-opacity="0.9"/>
</linearGradient>
<linearGradient id="noseHighlight" x1="0.2" y1="0.2" x2="0.5" y2="0.4">
<stop offset="0%" stop-color="#fff5e8" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#ffd8b0" stop-opacity="0"/>
</linearGradient>
<!-- Mouth/teeth gradients -->
<linearGradient id="lipUpper" x1="0.3" y1="0" x2="0.7" y2="1">
<stop offset="0%" stop-color="#d48a78"/>
<stop offset="50%" stop-color="#c47058"/>
<stop offset="100%" stop-color="#a85040"/>
</linearGradient>
<linearGradient id="lipLower" x1="0.3" y1="0" x2="0.7" y2="1">
<stop offset="0%" stop-color="#d89a88"/>
<stop offset="50%" stop-color="#c88068"/>
<stop offset="100%" stop-color="#a86048"/>
</linearGradient>
<linearGradient id="teethGrad" x1="0.3" y1="0" x2="0.7" y2="1">
<stop offset="0%" stop-color="#f8f0e0"/>
<stop offset="50%" stop-color="#e8d8c0"/>
<stop offset="100%" stop-color="#d0c0a8"/>
</linearGradient>
<!-- Gum -->
<linearGradient id="gumGrad" x1="0.5" y1="0" x2="0.5" y2="1">
<stop offset="0%" stop-color="#c46058"/>
<stop offset="100%" stop-color="#9e4038"/>
</linearGradient>
<!-- Tongue -->
<radialGradient id="tongueGrad" cx="0.4" cy="0.4" r="0.6">
<stop offset="0%" stop-color="#e87868"/>
<stop offset="50%" stop-color="#d05848"/>
<stop offset="100%" stop-color="#a83828"/>
</radialGradient>
<!-- Cheek blush -->
<radialGradient id="cheekBlush" cx="0.4" cy="0.4" r="0.5">
<stop offset="0%" stop-color="#e87858" stop-opacity="0.3"/>
<stop offset="50%" stop-color="#c85838" stop-opacity="0.15"/>
<stop offset="100%" stop-color="#a84028" stop-opacity="0"/>
</radialGradient>
<!-- Eye shadow/bags -->
<linearGradient id="eyeShadow" x1="0.3" y1="0" x2="0.7" y2="1">
<stop offset="0%" stop-color="#8a5030" stop-opacity="0.3"/>
<stop offset="100%" stop-color="#5a3018" stop-opacity="0.1"/>
</linearGradient>
<!-- Forehead highlight -->
<linearGradient id="foreheadHigh" x1="0.4" y1="0" x2="0.6" y2="0.3">
<stop offset="0%" stop-color="#fff8f0" stop-opacity="0.4"/>
<stop offset="100%" stop-color="#ffd8b0" stop-opacity="0"/>
</linearGradient>
<!-- Beard stubble gradient -->
<linearGradient id="stubbleGrad" x1="0.3" y1="0" x2="0.7" y2="1">
<stop offset="0%" stop-color="#c4855a"/>
<stop offset="50%" stop-color="#a86840"/>
<stop offset="100%" stop-color="#8a5030"/>
</linearGradient>
<!-- Filters -->
<filter id="softShadow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="8"/>
<feOffset dx="4" dy="6"/>
<feComponentTransfer>
<feFuncA type="linear" slope="0.3"/>
</feComponentTransfer>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<filter id="hardShadow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="4"/>
<feOffset dx="2" dy="3"/>
<feComponentTransfer>
<feFuncA type="linear" slope="0.4"/>
</feComponentTransfer>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceGraphic" stdDeviation="6"/>
<feComponentTransfer>
<feFuncA type="linear" slope="0.5"/>
</feComponentTransfer>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<filter id="sharpShadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="2"/>
<feOffset dx="1" dy="2"/>
<feComponentTransfer>
<feFuncA type="linear" slope="0.5"/>
</feComponentTransfer>
<feMerge>
<feMergeNode/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<filter id="blur4" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceGraphic" stdDeviation="4"/>
</filter>
<filter id="blur2" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceGraphic" stdDeviation="2"/>
</filter>
<!-- Clipping paths -->
<clipPath id="faceClip">
<path d="M512,120
C380,120 280,180 240,280
C200,380 200,500 200,580
C200,680 240,760 320,800
C400,840 512,850 512,850
C512,850 624,840 704,800
C784,760 824,680 824,580
C824,500 824,380 784,280
C744,180 644,120 512,120Z"/>
</clipPath>
<clipPath id="hairClip">
<path d="M512,80
C320,80 180,160 140,280
C100,400 100,540 100,640
C100,720 140,780 200,820
C260,860 340,880 420,870
C440,820 460,760 480,700
C490,670 500,640 512,620
C524,640 534,670 544,700
C564,760 584,820 604,870
C684,880 764,860 824,820
C884,780 924,720 924,640
C924,540 924,400 884,280
C844,160 704,80 512,80Z"/>
</clipPath>
<!-- Mask for hair details -->
<mask id="hairMask">
<rect x="0" y="0" width="1024" height="1024" fill="white"/>
<ellipse cx="512" cy="400" rx="280" ry="180" fill="black"/>
</mask>
</defs>
<!-- Background -->
<rect width="1024" height="1024" fill="url(#bgGrad)"/>
<!-- Ambient light glow -->
<ellipse cx="512" cy="512" rx="400" ry="350" fill="#1a1a3e" opacity="0.5"/>
<!-- Hair back layer (behind everything) -->
<g clip-path="url(#hairClip)">
<!-- Back hair volume -->
<path d="M512,80
C320,80 180,160 140,280
C100,400 100,540 100,640
C100,720 140,780 200,820
C260,860 340,880 420,870
C440,820 460,760 480,700
C490,670 500,640 512,620
C524,640 534,670 544,700
C564,760 584,820 604,870
C684,880 764,860 824,820
C884,780 924,720 924,640
C924,540 924,400 884,280
C844,160 704,80 512,80Z"
fill="url(#hairMain)"/>
<!-- Hair depth shadows -->
<path d="M140,280 Q100,400 120,500 Q140,600 180,680 Q220,760 280,800"
fill="none" stroke="#0a0604" stroke-width="40" stroke-linecap="round" opacity="0.6"/>
<path d="M884,280 Q924,400 904,500 Q884,600 844,680 Q804,760 744,800"
fill="none" stroke="#0a0604" stroke-width="40" stroke-linecap="round" opacity="0.6"/>
</g>
<!-- Face base layer -->
<g clip-path="url(#faceClip)" filter="url(#softShadow)">
<!-- Face main shape -->
<path d="M512,120
C380,120 280,180 240,280
C200,380 200,500 200,580
C200,680 240,760 320,800
C400,840 512,850 512,850
C512,850 624,840 704,800
C784,760 824,680 824,580
C824,500 824,380 784,280
C744,180 644,120 512,120Z"
fill="url(#skinBase)"/>
<!-- Face shadow layer -->
<path d="M512,120
C380,120 280,180 240,280
C200,380 200,500 200,580
C200,680 240,760 320,800
C400,840 512,850 512,850
C512,850 624,840 704,800
C784,760 824,680 824,580
C824,500 824,380 784,280
C744,180 644,120 512,120Z"
fill="url(#skinShade)" opacity="0.5"/>
<!-- Face highlight -->
<path d="M512,120
C420,120 340,160 300,240
C260,320 260,420 280,500
C300,580 340,640 400,680
C460,720 512,730 512,730"
fill="none" stroke="url(#skinHigh)" stroke-width="30" stroke-linecap="round" opacity="0.6"/>
</g>
<!-- Jawline definition -->
<path d="M320,800 Q400,840 512,845 Q624,840 704,800"
fill="none" stroke="#8a5a38" stroke-width="8" opacity="0.4"/>
<path d="M320,800 Q400,840 512,845 Q624,840 704,800"
fill="none" stroke="#c49a78" stroke-width="3" opacity="0.5"/>
<!-- Neck -->
<path d="M380,800
C360,850 380,920 420,940
C460,960 564,960 604,940
C644,920 664,850 644,800"
fill="url(#skinBase)"/>
<path d="M380,800
C360,850 380,920 420,940
C460,960 564,960 604,940
C644,920 664,850 644,800"
fill="none" stroke="#8a5a38" stroke-width="4" opacity="0.3"/>
<!-- Neck shadow -->
<path d="M380,800
C360,850 380,920 420,940
C460,960 564,960 604,940
C644,920 664,850 644,800"
fill="none" stroke="#5a3820" stroke-width="12" opacity="0.4"/>
<!-- Hair front layer (over face) -->
<g>
<!-- Left sideburn -->
<path d="M200,280
Q180,340 190,400
Q200,460 230,520
Q260,580 310,620
Q360,660 420,670"
fill="none" stroke="url(#hairSide)" stroke-width="25" stroke-linecap="round" filter="url(#hardShadow)"/>
<path d="M200,280
Q180,340 190,400
Q200,460 230,520
Q260,580 310,620
Q360,660 420,670"
fill="none" stroke="url(#hairHighlight)" stroke-width="8" stroke-linecap="round" opacity="0.5"/>
<!-- Right sideburn -->
<path d="M824,280
Q844,340 834,400
Q824,460 794,520
Q764,580 714,620
Q664,660 604,670"
fill="none" stroke="url(#hairSide)" stroke-width="25" stroke-linecap="round" filter="url(#hardShadow)"/>
<path d="M824,280
Q844,340 834,400
Q824,460 794,520
Q764,580 714,620
Q664,660 604,670"
fill="none" stroke="url(#hairHighlight)" stroke-width="8" stroke-linecap="round" opacity="0.5"/>
<!-- Top hair volume -->
<path d="M240,200
Q200,150 220,100
Q240,50 300,80
Q360,110 420,100
Q480,90 512,80
Q544,90 604,100
Q664,110 724,80
Q784,50 804,100
Q824,150 784,200
Q744,250 700,280
Q656,310 600,300
Q544,290 512,280
Q480,290 424,300
Q368,310 324,280
Q280,250 240,200Z"
fill="url(#hairTop)"/>
<!-- Hair strands detail -->
<path d="M240,200 Q220,150 250,120 Q280,90 320,100 Q360,110 380,140 Q400,170 380,200"
fill="none" stroke="url(#hairMain)" stroke-width="12" stroke-linecap="round"/>
<path d="M784,200 Q804,150 774,120 Q744,90 704,100 Q664,110 644,140 Q624,170 644,200"
fill="none" stroke="url(#hairMain)" stroke-width="12" stroke-linecap="round"/>
<!-- Hair cowlick -->
<path d="M480,100 Q500,60 530,80 Q560,100 540,140 Q520,180 480,160"
fill="none" stroke="url(#hairTop)" stroke-width="15" stroke-linecap="round"/>
<path d="M544,100 Q564,60 594,80 Q624,100 604,140 Q584,180 544,160"
fill="none" stroke="url(#hairTop)" stroke-width="15" stroke-linecap="round"/>
</g>
<!-- Eyebrows - very expressive -->
<g filter="url(#hardShadow)">
<!-- Left eyebrow - thick, angled, intense -->
<path d="M280,260
Q320,240 360,250
Q400,260 420,240
Q440,220 460,230
Q480,240 500,230"
fill="none" stroke="url(#browGrad)" stroke-width="18" stroke-linecap="round"/>
<path d="M280,260
Q320,240 360,250
Q400,260 420,240
Q440,220 460,230
Q480,240 500,230"
fill="none" stroke="#7a4828" stroke-width="6" stroke-linecap="round" opacity="0.5"/>
<!-- Right eyebrow - slightly different angle -->
<path d="M548,230
Q568,240 588,230
Q608,220 648,250
Q688,280 720,260
Q752,240 780,250"
fill="none" stroke="url(#browGrad)" stroke-width="18" stroke-linecap="round"/>
<path d="M548,230
Q568,240 588,230
Q608,220 648,250
Q688,280 720,260
Q752,240 780,250"
fill="none" stroke="#7a4828" stroke-width="6" stroke-linecap="round" opacity="0.5"/>
</g>
<!-- Eye bags/tired look -->
<g opacity="0.4">
<ellipse cx="380" cy="320" rx="50" ry="20" fill="#8a5030" transform="rotate(-15, 380, 320)"/>
<ellipse cx="644" cy="310" rx="45" ry="18" fill="#8a5030" transform="rotate(10, 644, 310)"/>
</g>
<!-- Eyes -->
<g>
<!-- Left eye group -->
<g transform="translate(360, 290)">
<!-- Eye white -->
<ellipse cx="20" cy="20" rx="28" ry="22" fill="url(#eyeWhite)" filter="url(#sharpShadow)"/>
<!-- Iris -->
<ellipse cx="18" cy="18" rx="16" ry="14" fill="url(#irisLeft)" filter="url(#hardShadow)"/>
<!-- Pupil -->
<ellipse cx="16" cy="16" rx="8" ry="7" fill="url(#pupilGrad)"/>
<!-- Pupil highlight -->
<ellipse cx="13" cy="13" rx="3" ry="2.5" fill="#fff" opacity="0.8"/>
<!-- Iris highlight -->
<ellipse cx="10" cy="10" rx="5" ry="4" fill="#fff" opacity="0.3"/>
<!-- Eye outline -->
<ellipse cx="20" cy="20" rx="28" ry="22" fill="none" stroke="#5a3820" stroke-width="2" opacity="0.6"/>
<!-- Eyelid -->
<path d="M-10,2 Q20,-6 50,2" fill="none" stroke="#8a5a38" stroke-width="3" opacity="0.5"/>
</g>
<!-- Right eye group -->
<g transform="translate(620, 280)">
<!-- Eye white -->
<ellipse cx="24" cy="20" rx="26" ry="20" fill="url(#eyeWhite)" filter="url(#sharpShadow)"/>
<!-- Iris -->
<ellipse cx="22" cy="18" rx="14" ry="12" fill="url(#irisRight)" filter="url(#hardShadow)"/>
<!-- Pupil -->
<ellipse cx="20" cy="16" rx="7" ry="6" fill="url(#pupilGrad)"/>
<!-- Pupil highlight -->
<ellipse cx="17" cy="13" rx="3" ry="2.5" fill="#fff" opacity="0.8"/>
<!-- Iris highlight -->
<ellipse cx="15" cy="10" rx="5" ry="4" fill="#fff" opacity="0.3"/>
<!-- Eye outline -->
<ellipse cx="24" cy="20" rx="26" ry="20" fill="none" stroke="#5a3820" stroke-width="2" opacity="0.6"/>
<!-- Eyelid -->
<path d="M-2,2 Q24,-4 50,2" fill="none" stroke="#8a5a38" stroke-width="3" opacity="0.5"/>
</g>
</g>
<!-- Eye corner details -->
<path d="M340,310 Q350,320 345,330" fill="none" stroke="#5a3820" stroke-width="3" opacity="0.4"/>
<path d="M680,300 Q690,310 685,320" fill="none" stroke="#5a3820" stroke-width="3" opacity="0.4"/>
<!-- Nose - prominent, distinctive -->
<g filter="url(#hardShadow)">
<!-- Nose main body -->
<path d="M460,380
Q480,360 512,365
Q544,360 564,380
Q580,400 590,440
Q600,480 580,540
Q560,600 512,620
Q464,600 440,540
Q420,480 430,440
Q440,400 460,380Z"
fill="url(#noseGrad)"/>
<!-- Nose shadow side -->
<path d="M512,365
Q544,360 564,380
Q580,400 590,440
Q600,480 580,540
Q560,600 512,620"
fill="none" stroke="url(#noseShade)" stroke-width="12" stroke-linecap="round" opacity="0.6"/>
<!-- Nose highlight -->
<path d="M460,380
Q480,360 512,365
Q520,370 510,390
Q500,410 490,440
Q480,470 490,500"
fill="none" stroke="url(#noseHighlight)" stroke-width="8" stroke-linecap="round" opacity="0.7"/>
<!-- Nostrils -->
<ellipse cx="480" cy="520" rx="12" ry="8" fill="#7a4a30" transform="rotate(-20, 480, 520)"/>
<ellipse cx="544" cy="520" rx="12" ry="8" fill="#7a4a30" transform="rotate(20, 544, 520)"/>
<!-- Nostril detail -->
<ellipse cx="478" cy="518" rx="5" ry="3" fill="#5a3018" transform="rotate(-20, 478, 518)"/>
<ellipse cx="546" cy="518" rx="5" ry="3" fill="#5a3018" transform="rotate(20, 546, 518)"/>
</g>
<!-- Nasolabial folds -->
<path d="M440,400 Q460,440 480,480 Q500,520 512,540"
fill="none" stroke="#8a5a38" stroke-width="4" opacity="0.4" filter="url(#blur2)"/>
<path d="M584,400 Q564,440 544,480 Q524,520 512,540"
fill="none" stroke="#8a5a38" stroke-width="4" opacity="0.4" filter="url(#blur2)"/>
<!-- Mouth area -->
<g>
<!-- Upper lip -->
<path d="M420,560
Q460,540 512,545
Q564,540 604,560
Q620,570 630,590
Q640,610 635,630
Q630,650 610,660"
fill="url(#lipUpper)" filter="url(#hardShadow)"/>
<!-- Lower lip -->
<path d="M420,560
Q440,570 460,580
Q480,590 512,595
Q544,590 564,580
Q584,570 604,560
Q620,550 630,540
Q640,530 635,510
Q630,490 610,480
Q580,460 540,470
Q500,480 460,500
Q430,520 420,560Z"
fill="url(#lipLower)" filter="url(#hardShadow)"/>
<!-- Lip highlight -->
<path d="M430,565 Q480,550 512,552 Q544,550 594,565"
fill="none" stroke="#fff8f0" stroke-width="3" opacity="0.5"/>
<!-- Teeth -->
<path d="M440,560
Q480,555 512,558
Q544,555 584,560
Q590,565 585,580
Q580,595 560,600
Q540,605 512,605
Q484,605 464,600
Q444,595 440,580
Q435,565 440,560Z"
fill="url(#teethGrad)" filter="url(#sharpShadow)"/>
<!-- Individual teeth lines -->
<path d="M460,565 L460,595" stroke="#d0c0a8" stroke-width="1" opacity="0.5"/>
<path d="M480,563 L480,595" stroke="#d0c0a8" stroke-width="1" opacity="0.5"/>
<path d="M500,562 L500,595" stroke="#d0c0a8" stroke-width="1" opacity="0.5"/>
<path d="M512,563 L512,595" stroke="#d0c0a8" stroke-width="1" opacity="0.5"/>
<path d="M524,562 L524,595" stroke="#d0c0a8" stroke-width="1" opacity="0.5"/>
<path d="M544,563 L544,595" stroke="#d0c0a8" stroke-width="1" opacity="0.5"/>
<path d="M564,565 L564,595" stroke="#d0c0a8" stroke-width="1" opacity="0.5"/>
<!-- Gum line -->
<path d="M440,560 Q480,555 512,558 Q544,555 584,560 Q590,565 585,580 Q580,595 560,600"
fill="url(#gumGrad)" opacity="0.6"/>
<path d="M440,560 Q460,570 460,580 Q460,595 464,600"
fill="url(#gumGrad)" opacity="0.6"/>
<!-- Tongue -->
<ellipse cx="512" cy="620" rx="35" ry="25" fill="url(#tongueGrad)" filter="url(#softShadow)"/>
<ellipse cx="512" cy="615" rx="20" ry="12" fill="#ff9080" opacity="0.4"/>
<!-- Mouth opening line -->
<path d="M440,560 Q512,570 584,560" fill="none" stroke="#8a4028" stroke-width="2" opacity="0.5"/>
</g>
<!-- Cheek details -->
<g opacity="0.5">
<!-- Left cheekbone shadow -->
<path d="M300,350 Q340,400 380,460 Q420,520 440,560"
fill="none" stroke="#8a5a38" stroke-width="6" opacity="0.3" filter="url(#blur4)"/>
<!-- Right cheekbone shadow -->
<path d="M724,340 Q684,400 644,460 Q604,520 584,560"
fill="none" stroke="#8a5a38" stroke-width="6" opacity="0.3" filter="url(#blur4)"/>
<!-- Left cheek puff -->
<ellipse cx="360" cy="480" rx="40" ry="25" fill="url(#cheekBlush)" transform="rotate(-20, 360, 480)"/>
<!-- Right cheek puff -->
<ellipse cx="664" cy="470" rx="35" ry="20" fill="url(#cheekBlush)" transform="rotate(20, 664, 470)"/>
</g>
<!-- Beard stubble - rough texture -->
<g opacity="0.6">
<!-- Chin stubble -->
<ellipse cx="512" cy="680" rx="60" ry="30" fill="url(#stubbleGrad)" filter="url(#blur2)"/>
<!-- Individual stubble marks -->
<path d="M480,670 L482,685" stroke="#a87850" stroke-width="2" opacity="0.5"/>
<path d="M490,675 L493,688" stroke="#a87850" stroke-width="2" opacity="0.5"/>
<path d="M500,678 L502,690" stroke="#a87850" stroke-width="2" opacity="0.5"/>
<path d="M512,680 L512,692" stroke="#a87850" stroke-width="2" opacity="0.5"/>
<path d="M524,678 L522,690" stroke="#a87850" stroke-width="2" opacity="0.5"/>
<path d="M534,675 L531,688" stroke="#a87850" stroke-width="2" opacity="0.5"/>
<path d="M544,670 L542,685" stroke="#a87850" stroke-width="2" opacity="0.5"/>
<path d="M460,660 L465,675" stroke="#a87850" stroke-width="2" opacity="0.4"/>
<path d="M470,665 L475,678" stroke="#a87850" stroke-width="2" opacity="0.4"/>
<path d="M554,660 L549,675" stroke="#a87850" stroke-width="2" opacity="0.4"/>
<path d="M544,665 L539,678" stroke="#a87850" stroke-width="2" opacity="0.4"/>
<!-- Jaw stubble -->
<path d="M380,720 L385,730" stroke="#a87850" stroke-width="2" opacity="0.4"/>
<path d="M400,740 L405,750" stroke="#a87850" stroke-width="2" opacity="0.4"/>
<path d="M430,760 L435,770" stroke="#a87850" stroke-width="2" opacity="0.4"/>
<path d="M470,780 L475,790" stroke="#a87850" stroke-width="2" opacity="0.4"/>
<path d="M554,780 L549,790" stroke="#a87850" stroke-width="2" opacity="0.4"/>
<path d="M594,760 L589,770" stroke="#a87850" stroke-width="2" opacity="0.4"/>
<path d="M624,740 L619,750" stroke="#a87850" stroke-width="2" opacity="0.4"/>
<path d="M644,720 L639,730" stroke="#a87850" stroke-width="2" opacity="0.4"/>
</g>
<!-- Skin texture - pores and lines -->
<g opacity="0.3">
<!-- Forehead lines -->
<path d="M400,180 Q420,190 440,185" stroke="#8a5a38" stroke-width="1" opacity="0.4"/>
<path d="M584,180 Q564,190 544,185" stroke="#8a5a38" stroke-width="1" opacity="0.4"/>
<!-- Eye area lines -->
<path d="M340,250 Q350,255 360,250" stroke="#8a5a38" stroke-width="1" opacity="0.3"/>
<path d="M664,250 Q654,255 644,250" stroke="#8a5a38" stroke-width="1" opacity="0.3"/>
<!-- Nose lines -->
<path d="M512,400 Q512,420 510,440" stroke="#8a5a38" stroke-width="1" opacity="0.3"/>
<!-- Cheek lines -->
<path d="M380,420 Q390,440 400,460" stroke="#8a5a38" stroke-width="1" opacity="0.2"/>
<path d="M644,420 Q634,440 624,460" stroke="#8a5a38" stroke-width="1" opacity="0.2"/>
</g>
<!-- Hair highlights and strands over everything -->
<g>
<!-- Forehead hair strands -->
<path d="M320,180 Q340,140 360,160" fill="none" stroke="url(#hairHighlight)" stroke-width="4" stroke-linecap="round" opacity="0.6"/>
<path d="M704,180 Q684,140 664,160" fill="none" stroke="url(#hairHighlight)" stroke-width="4" stroke-linecap="round" opacity="0.6"/>
<!-- Top hair strands -->
<path d="M440,100 Q460,60 480,80" fill="none" stroke="#5a4028" stroke-width="6" stroke-linecap="round" opacity="0.5"/>
<path d="M584,100 Q564,60 544,80" fill="none" stroke="#5a4028" stroke-width="6" stroke-linecap="round" opacity="0.5"/>
<!-- Wild hair strands -->
<path d="M380,140 Q400,100 420,120" fill="none" stroke="#4a3220" stroke-width="5" stroke-linecap="round" opacity="0.5"/>
<path d="M644,140 Q624,100 604,120" fill="none" stroke="#4a3220" stroke-width="5" stroke-linecap="round" opacity="0.5"/>
</g>
<!-- Intense forehead veins (Gary Busey signature) -->
<g opacity="0.5">
<path d="M380,200 Q400,220 390,250 Q380,280 400,300"
fill="none" stroke="#8a3020" stroke-width="3" filter="url(#blur2)"/>
<path d="M644,200 Q624,220 634,250 Q644,280 624,300"
fill="none" stroke="#8a3020" stroke-width="3" filter="url(#blur2)"/>
</g>
<!-- Final face highlight overlay -->
<ellipse cx="512" cy="400" rx="200" ry="150" fill="url(#foreheadHigh)" opacity="0.4"/>
<!-- Specular catch lights -->
<ellipse cx="370" cy="300" rx="8" ry="4" fill="#fff" opacity="0.6" transform="rotate(-15, 370, 300)"/>
<ellipse cx="634" cy="290" rx="8" ry="4" fill="#fff" opacity="0.6" transform="rotate(10, 634, 290)"/>
<!-- Subtle vignette -->
<rect x="0" y="0" width="1024" height="1024" fill="url(#bgGrad)" opacity="0.3"/>
</svg>