BuseyBench SVG Test
Generated by Anthropic on Jul 2, 2026 using prompt svg-v1-no-web.
5.8/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>
<!-- Skin gradient -->
<radialGradient id="skinGrad" cx="50%" cy="45%" r="50%">
<stop offset="0%" stop-color="#F5D0A9"/>
<stop offset="60%" stop-color="#E8B88A"/>
<stop offset="100%" stop-color="#D4956B"/>
</radialGradient>
<!-- Face shadow gradient -->
<radialGradient id="faceShadow" cx="50%" cy="40%" r="55%">
<stop offset="0%" stop-color="#F5D0A9" stop-opacity="0"/>
<stop offset="70%" stop-color="#C4845A" stop-opacity="0.3"/>
<stop offset="100%" stop-color="#A06030" stop-opacity="0.5"/>
</radialGradient>
<!-- Hair gradient -->
<linearGradient id="hairGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#D4C8A0"/>
<stop offset="40%" stop-color="#C0B080"/>
<stop offset="100%" stop-color="#A89868"/>
</linearGradient>
<!-- Hair highlight -->
<linearGradient id="hairHighlight" x1="0.3" y1="0" x2="0.7" y2="1">
<stop offset="0%" stop-color="#E8DCC0" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#C0B080" stop-opacity="0"/>
</linearGradient>
<!-- Eye white gradient -->
<radialGradient id="eyeWhite" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFFFFF"/>
<stop offset="80%" stop-color="#F0EDE8"/>
<stop offset="100%" stop-color="#D8D0C8"/>
</radialGradient>
<!-- Iris gradient left -->
<radialGradient id="irisLeft" cx="45%" cy="45%" r="50%">
<stop offset="0%" stop-color="#7BA4C8"/>
<stop offset="40%" stop-color="#5888B0"/>
<stop offset="100%" stop-color="#3A6080"/>
</radialGradient>
<!-- Iris gradient right -->
<radialGradient id="irisRight" cx="45%" cy="45%" r="50%">
<stop offset="0%" stop-color="#7BA4C8"/>
<stop offset="40%" stop-color="#5888B0"/>
<stop offset="100%" stop-color="#3A6080"/>
</radialGradient>
<!-- Lip gradient -->
<linearGradient id="lipGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#C88070"/>
<stop offset="50%" stop-color="#B86858"/>
<stop offset="100%" stop-color="#A05848"/>
</linearGradient>
<!-- Tooth gradient -->
<linearGradient id="toothGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFFFF0"/>
<stop offset="100%" stop-color="#E8E0D0"/>
</linearGradient>
<!-- Nose shadow -->
<linearGradient id="noseShadow" x1="0.3" y1="0" x2="0.8" y2="1">
<stop offset="0%" stop-color="#D4956B" stop-opacity="0"/>
<stop offset="100%" stop-color="#A06030" stop-opacity="0.5"/>
</linearGradient>
<!-- Forehead highlight -->
<radialGradient id="foreheadHL" cx="50%" cy="30%" r="40%">
<stop offset="0%" stop-color="#FFF0D8" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#F5D0A9" stop-opacity="0"/>
</radialGradient>
<!-- Blur filter for shadows -->
<filter id="softBlur">
<feGaussianBlur stdDeviation="4"/>
</filter>
<filter id="medBlur">
<feGaussianBlur stdDeviation="8"/>
</filter>
<filter id="heavyBlur">
<feGaussianBlur stdDeviation="12"/>
</filter>
<!-- Drop shadow filter -->
<filter id="dropShadow">
<feDropShadow dx="0" dy="4" stdDeviation="6" flood-color="#000000" flood-opacity="0.3"/>
</filter>
<!-- Inner shadow for eye sockets -->
<filter id="eyeSocketShadow">
<feGaussianBlur in="SourceAlpha" stdDeviation="5" result="blur"/>
<feOffset dx="0" dy="2" result="offsetBlur"/>
<feFlood flood-color="#6B4030" flood-opacity="0.4" result="color"/>
<feComposite in="color" in2="offsetBlur" operator="in" result="shadow"/>
<feComposite in="SourceGraphic" in2="shadow" operator="over"/>
</filter>
<!-- Neck gradient -->
<linearGradient id="neckGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#E8B88A"/>
<stop offset="100%" stop-color="#D4956B"/>
</linearGradient>
<!-- Background gradient -->
<radialGradient id="bgGrad" cx="50%" cy="45%" r="60%">
<stop offset="0%" stop-color="#4A6080"/>
<stop offset="100%" stop-color="#1A2030"/>
</radialGradient>
<!-- Gum gradient -->
<linearGradient id="gumGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#D88888"/>
<stop offset="100%" stop-color="#C06060"/>
</linearGradient>
<!-- Chin highlight -->
<radialGradient id="chinHL" cx="50%" cy="30%" r="50%">
<stop offset="0%" stop-color="#FDE8D0" stop-opacity="0.5"/>
<stop offset="100%" stop-color="#E8B88A" stop-opacity="0"/>
</radialGradient>
<!-- Cheek blush -->
<radialGradient id="cheekBlushL" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#E0A090" stop-opacity="0.3"/>
<stop offset="100%" stop-color="#E0A090" stop-opacity="0"/>
</radialGradient>
<radialGradient id="cheekBlushR" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#E0A090" stop-opacity="0.3"/>
<stop offset="100%" stop-color="#E0A090" stop-opacity="0"/>
</radialGradient>
<!-- Clipping path for face -->
<clipPath id="faceClip">
<path d="M512,160 C620,160 720,220 750,340 C775,440 770,520 755,590 C740,660 720,720 690,760 C660,800 630,840 590,870 C560,892 540,900 512,905 C484,900 464,892 434,870 C394,840 364,800 334,760 C304,720 284,660 269,590 C254,520 249,440 274,340 C304,220 404,160 512,160Z"/>
</clipPath>
<!-- Mouth clip -->
<clipPath id="mouthClip">
<path d="M380,680 C400,665 440,655 512,655 C584,655 624,665 644,680 C660,700 660,730 650,755 C635,785 590,810 512,815 C434,810 389,785 374,755 C364,730 364,700 380,680Z"/>
</clipPath>
</defs>
<!-- Background -->
<rect width="1024" height="1024" fill="url(#bgGrad)"/>
<!-- Neck -->
<path d="M430,850 L420,960 C420,980 460,1000 512,1000 C564,1000 604,980 604,960 L594,850Z" fill="url(#neckGrad)" stroke="#C4845A" stroke-width="0.5"/>
<!-- Neck shadow -->
<path d="M430,850 L420,960 C420,980 460,1000 512,1000 C564,1000 604,980 604,960 L594,850Z" fill="#A06030" opacity="0.2" filter="url(#medBlur)"/>
<!-- Ears -->
<!-- Left ear -->
<path d="M260,420 C240,400 225,420 220,460 C215,500 218,550 230,570 C240,585 255,580 265,560 C270,545 270,450 260,420Z" fill="#E8B88A" stroke="#C4845A" stroke-width="1"/>
<path d="M245,440 C238,450 235,480 238,510 C240,530 245,550 250,555 C255,545 255,460 245,440Z" fill="#D4956B" opacity="0.5"/>
<!-- Right ear -->
<path d="M764,420 C784,400 799,420 804,460 C809,500 806,550 794,570 C784,585 769,580 759,560 C754,545 754,450 764,420Z" fill="#E8B88A" stroke="#C4845A" stroke-width="1"/>
<path d="M779,440 C786,450 789,480 786,510 C784,530 779,550 774,555 C769,545 769,460 779,440Z" fill="#D4956B" opacity="0.5"/>
<!-- Main face shape - Gary Busey has a long, angular face with prominent jaw and chin -->
<path d="M512,155 C630,155 735,225 758,355 C775,450 770,530 755,600 C740,670 718,730 688,770 C658,810 625,850 585,878 C555,898 535,908 512,912 C489,908 469,898 439,878 C399,850 366,810 336,770 C306,730 284,670 269,600 C254,530 249,450 266,355 C289,225 394,155 512,155Z" fill="url(#skinGrad)" stroke="#C4845A" stroke-width="1.5"/>
<!-- Face shadow overlay -->
<path d="M512,155 C630,155 735,225 758,355 C775,450 770,530 755,600 C740,670 718,730 688,770 C658,810 625,850 585,878 C555,898 535,908 512,912 C489,908 469,898 439,878 C399,850 366,810 336,770 C306,730 284,670 269,600 C254,530 249,450 266,355 C289,225 394,155 512,155Z" fill="url(#faceShadow)"/>
<!-- Forehead highlight -->
<ellipse cx="512" cy="280" rx="140" ry="80" fill="url(#foreheadHL)"/>
<!-- Jaw/chin definition shadows -->
<path d="M336,770 C366,810 399,850 439,878 C469,898 489,908 512,912 C535,908 555,898 585,878 C625,850 658,810 688,770" fill="none" stroke="#B07850" stroke-width="2" opacity="0.3" filter="url(#softBlur)"/>
<!-- Cheekbone highlights -->
<ellipse cx="380" cy="520" rx="60" ry="35" fill="#FDE8D0" opacity="0.25" filter="url(#softBlur)"/>
<ellipse cx="644" cy="520" rx="60" ry="35" fill="#FDE8D0" opacity="0.25" filter="url(#softBlur)"/>
<!-- Cheek blush -->
<ellipse cx="370" cy="560" rx="50" ry="40" fill="url(#cheekBlushL)"/>
<ellipse cx="654" cy="560" rx="50" ry="40" fill="url(#cheekBlushR)"/>
<!-- Nasolabial folds - prominent on Gary Busey -->
<path d="M420,520 C415,560 408,610 395,660" fill="none" stroke="#C4845A" stroke-width="2" opacity="0.5" filter="url(#softBlur)"/>
<path d="M604,520 C609,560 616,610 629,660" fill="none" stroke="#C4845A" stroke-width="2" opacity="0.5" filter="url(#softBlur)"/>
<!-- Deeper nasolabial lines -->
<path d="M422,525 C417,565 410,615 398,662" fill="none" stroke="#A07050" stroke-width="1.5" opacity="0.35"/>
<path d="M602,525 C607,565 614,615 626,662" fill="none" stroke="#A07050" stroke-width="1.5" opacity="0.35"/>
<!-- Eye socket shadows -->
<ellipse cx="400" cy="430" rx="75" ry="40" fill="#C4845A" opacity="0.2" filter="url(#medBlur)"/>
<ellipse cx="624" cy="430" rx="75" ry="40" fill="#C4845A" opacity="0.2" filter="url(#medBlur)"/>
<!-- Brow ridge shadow -->
<path d="M310,390 C350,370 400,365 450,375" fill="none" stroke="#A07050" stroke-width="4" opacity="0.2" filter="url(#softBlur)"/>
<path d="M574,375 C624,365 674,370 714,390" fill="none" stroke="#A07050" stroke-width="4" opacity="0.2" filter="url(#softBlur)"/>
<!-- LEFT EYE - Gary Busey has intense, wide eyes -->
<!-- Eye white -->
<ellipse cx="400" cy="435" rx="58" ry="30" fill="url(#eyeWhite)" stroke="#A09080" stroke-width="1"/>
<!-- Iris -->
<circle cx="405" cy="433" r="18" fill="url(#irisLeft)"/>
<!-- Pupil -->
<circle cx="405" cy="433" r="9" fill="#101820"/>
<!-- Pupil highlight -->
<circle cx="399" cy="428" r="4" fill="#FFFFFF" opacity="0.9"/>
<circle cx="410" cy="436" r="2" fill="#FFFFFF" opacity="0.5"/>
<!-- Upper eyelid -->
<path d="M342,435 C355,408 380,398 405,400 C430,402 455,412 462,435" fill="none" stroke="#8B6B50" stroke-width="2.5"/>
<!-- Upper eyelid crease -->
<path d="M338,425 C355,398 382,388 408,390 C434,392 458,402 468,425" fill="none" stroke="#A07050" stroke-width="1.5" opacity="0.5"/>
<!-- Lower eyelid -->
<path d="M345,440 C365,458 390,462 410,460 C435,458 455,450 460,438" fill="none" stroke="#B08870" stroke-width="1.5" opacity="0.6"/>
<!-- Eye bag shadow -->
<path d="M350,450 C370,468 395,472 415,470 C440,468 458,458 462,448" fill="none" stroke="#B08870" stroke-width="2" opacity="0.25" filter="url(#softBlur)"/>
<!-- RIGHT EYE -->
<!-- Eye white -->
<ellipse cx="624" cy="435" rx="58" ry="30" fill="url(#eyeWhite)" stroke="#A09080" stroke-width="1"/>
<!-- Iris -->
<circle cx="619" cy="433" r="18" fill="url(#irisRight)"/>
<!-- Pupil -->
<circle cx="619" cy="433" r="9" fill="#101820"/>
<!-- Pupil highlight -->
<circle cx="613" cy="428" r="4" fill="#FFFFFF" opacity="0.9"/>
<circle cx="624" cy="436" r="2" fill="#FFFFFF" opacity="0.5"/>
<!-- Upper eyelid -->
<path d="M562,435 C569,412 594,402 619,400 C644,398 669,408 682,435" fill="none" stroke="#8B6B50" stroke-width="2.5"/>
<!-- Upper eyelid crease -->
<path d="M556,425 C566,402 590,392 616,390 C642,388 669,398 686,425" fill="none" stroke="#A07050" stroke-width="1.5" opacity="0.5"/>
<!-- Lower eyelid -->
<path d="M564,438 C569,450 589,458 614,460 C634,462 659,458 679,440" fill="none" stroke="#B08870" stroke-width="1.5" opacity="0.6"/>
<!-- Eye bag shadow -->
<path d="M562,448 C566,458 584,468 609,470 C629,472 654,468 674,450" fill="none" stroke="#B08870" stroke-width="2" opacity="0.25" filter="url(#softBlur)"/>
<!-- EYEBROWS - Gary Busey has wild, bushy eyebrows -->
<!-- Left eyebrow -->
<path d="M320,385 C340,360 370,352 400,355 C425,357 448,365 460,380" fill="#8B7355" opacity="0.0"/>
<path d="M318,388 C330,362 358,348 390,348 C415,348 440,355 462,372" fill="none" stroke="#7A6545" stroke-width="8" stroke-linecap="round" opacity="0.8"/>
<path d="M322,385 C335,365 360,354 392,353 C418,352 442,358 460,374" fill="none" stroke="#8B7355" stroke-width="5" stroke-linecap="round" opacity="0.6"/>
<!-- Bushy hair strands -->
<path d="M325,382 C332,370 345,358 355,354" fill="none" stroke="#7A6545" stroke-width="2" opacity="0.5"/>
<path d="M340,375 C348,362 360,352 375,350" fill="none" stroke="#8B7355" stroke-width="1.5" opacity="0.4"/>
<path d="M360,368 C370,356 385,350 400,349" fill="none" stroke="#7A6545" stroke-width="2" opacity="0.4"/>
<path d="M390,362 C400,354 415,350 430,352" fill="none" stroke="#8B7355" stroke-width="1.5" opacity="0.4"/>
<path d="M420,365 C430,358 445,358 455,365" fill="none" stroke="#7A6545" stroke-width="2" opacity="0.4"/>
<!-- Right eyebrow -->
<path d="M562,372 C584,355 609,348 634,348 C666,348 694,362 706,388" fill="none" stroke="#7A6545" stroke-width="8" stroke-linecap="round" opacity="0.8"/>
<path d="M564,374 C582,358 606,353 632,353 C664,354 689,365 702,385" fill="none" stroke="#8B7355" stroke-width="5" stroke-linecap="round" opacity="0.6"/>
<!-- Bushy hair strands -->
<path d="M569,365 C580,358 594,350 610,349" fill="none" stroke="#7A6545" stroke-width="2" opacity="0.4"/>
<path d="M600,362 C615,354 630,350 645,352" fill="none" stroke="#8B7355" stroke-width="1.5" opacity="0.4"/>
<path d="M640,365 C655,358 670,358 685,368" fill="none" stroke="#7A6545" stroke-width="2" opacity="0.4"/>
<path d="M670,375 C680,365 690,362 698,370" fill="none" stroke="#8B7355" stroke-width="1.5" opacity="0.4"/>
<!-- NOSE - Gary Busey has a prominent, somewhat bulbous nose -->
<!-- Nose bridge -->
<path d="M500,395 C498,430 495,480 490,520 C488,535 485,548 480,558" fill="none" stroke="#C4845A" stroke-width="2" opacity="0.5"/>
<path d="M524,395 C526,430 529,480 534,520 C536,535 539,548 544,558" fill="none" stroke="#C4845A" stroke-width="2" opacity="0.4"/>
<!-- Nose bridge highlight -->
<path d="M505,400 C505,440 506,490 508,540" fill="none" stroke="#FDE8D0" stroke-width="4" opacity="0.3" filter="url(#softBlur)"/>
<!-- Nose tip / bulb -->
<path d="M475,560 C470,570 468,582 475,592 C482,600 495,605 512,606 C529,605 542,600 549,592 C556,582 554,570 549,560 C540,548 525,545 512,545 C499,545 484,548 475,560Z" fill="#E0A880" stroke="#C4845A" stroke-width="1" opacity="0.9"/>
<!-- Nose highlight -->
<ellipse cx="510" cy="570" rx="15" ry="12" fill="#FDE8D0" opacity="0.3" filter="url(#softBlur)"/>
<!-- Nostrils -->
<ellipse cx="490" cy="595" rx="14" ry="8" fill="#8B5A3A" opacity="0.6"/>
<ellipse cx="534" cy="595" rx="14" ry="8" fill="#8B5A3A" opacity="0.6"/>
<!-- Nostril inner shadow -->
<ellipse cx="490" cy="594" rx="10" ry="5" fill="#5A3020" opacity="0.5"/>
<ellipse cx="534" cy="594" rx="10" ry="5" fill="#5A3020" opacity="0.5"/>
<!-- Nose wings -->
<path d="M468,580 C458,585 452,595 458,605 C462,612 472,615 480,610" fill="none" stroke="#C4845A" stroke-width="1.5" opacity="0.5"/>
<path d="M556,580 C566,585 572,595 566,605 C562,612 552,615 544,610" fill="none" stroke="#C4845A" stroke-width="1.5" opacity="0.5"/>
<!-- MOUTH - Gary Busey's iconic wide, toothy grin -->
<!-- Mouth opening - wide grin -->
<path d="M375,685 C395,665 445,650 512,650 C579,650 629,665 649,685 C665,705 665,735 655,760 C640,790 595,818 512,822 C429,818 384,790 369,760 C359,735 359,705 375,685Z" fill="#3A1510" stroke="#6B3020" stroke-width="1.5"/>
<!-- Upper lip -->
<path d="M380,685 C400,670 445,658 512,656 C579,658 624,670 644,685 C630,678 580,668 512,666 C444,668 394,678 380,685Z" fill="url(#lipGrad)" stroke="#A05040" stroke-width="1"/>
<!-- Upper lip shape -->
<path d="M375,688 C395,672 445,660 490,658 C500,657 505,654 512,652 C519,654 524,657 534,658 C579,660 629,672 649,688 C635,680 585,665 512,663 C439,665 389,680 375,688Z" fill="#C07060"/>
<!-- Cupid's bow -->
<path d="M490,658 C498,650 505,648 512,646 C519,648 526,650 534,658" fill="none" stroke="#A05040" stroke-width="1.5"/>
<!-- Lower lip -->
<path d="M385,760 C410,790 455,808 512,812 C569,808 614,790 639,760 C625,775 580,795 512,798 C444,795 399,775 385,760Z" fill="#B86858" stroke="#A05040" stroke-width="1"/>
<!-- Lower lip highlight -->
<path d="M440,780 C465,792 490,798 512,800 C534,798 559,792 584,780" fill="none" stroke="#D89080" stroke-width="3" opacity="0.4" filter="url(#softBlur)"/>
<!-- Upper gums -->
<path d="M390,688 C410,678 450,670 512,668 C574,670 614,678 634,688 L634,705 C614,695 574,688 512,686 C450,688 410,695 390,705Z" fill="url(#gumGrad)" clip-path="url(#mouthClip)"/>
<!-- TEETH - Gary Busey's famously large, prominent teeth -->
<!-- Upper teeth row -->
<g clip-path="url(#mouthClip)">
<!-- Upper teeth -->
<!-- Left molars -->
<rect x="392" y="695" width="22" height="28" rx="3" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<rect x="416" y="693" width="22" height="32" rx="3" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<!-- Left canine -->
<rect x="440" y="691" width="20" height="35" rx="3" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<!-- Left lateral incisor -->
<rect x="462" y="689" width="22" height="38" rx="3" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<!-- Left central incisor - BIG -->
<rect x="486" y="687" width="25" height="42" rx="3" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<!-- Right central incisor - BIG -->
<rect x="513" y="687" width="25" height="42" rx="3" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<!-- Right lateral incisor -->
<rect x="540" y="689" width="22" height="38" rx="3" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<!-- Right canine -->
<rect x="564" y="691" width="20" height="35" rx="3" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<!-- Right molars -->
<rect x="586" y="693" width="22" height="32" rx="3" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<rect x="610" y="695" width="22" height="28" rx="3" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<!-- Tooth separation lines -->
<line x1="416" y1="696" x2="416" y2="722" stroke="#C8C0B0" stroke-width="0.8" opacity="0.5"/>
<line x1="440" y1="694" x2="440" y2="726" stroke="#C8C0B0" stroke-width="0.8" opacity="0.5"/>
<line x1="462" y1="692" x2="462" y2="728" stroke="#C8C0B0" stroke-width="0.8" opacity="0.5"/>
<line x1="486" y1="690" x2="486" y2="730" stroke="#C8C0B0" stroke-width="0.8" opacity="0.5"/>
<line x1="513" y1="688" x2="513" y2="730" stroke="#C8C0B0" stroke-width="0.8" opacity="0.5"/>
<line x1="540" y1="690" x2="540" y2="728" stroke="#C8C0B0" stroke-width="0.8" opacity="0.5"/>
<line x1="564" y1="692" x2="564" y2="726" stroke="#C8C0B0" stroke-width="0.8" opacity="0.5"/>
<line x1="586" y1="694" x2="586" y2="724" stroke="#C8C0B0" stroke-width="0.8" opacity="0.5"/>
<line x1="610" y1="696" x2="610" y2="722" stroke="#C8C0B0" stroke-width="0.8" opacity="0.5"/>
<!-- Lower teeth -->
<rect x="420" y="755" width="20" height="24" rx="2" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<rect x="442" y="752" width="20" height="28" rx="2" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<rect x="464" y="750" width="22" height="30" rx="2" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<rect x="488" y="748" width="23" height="32" rx="2" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<rect x="513" y="748" width="23" height="32" rx="2" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<rect x="538" y="750" width="22" height="30" rx="2" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<rect x="562" y="752" width="20" height="28" rx="2" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<rect x="584" y="755" width="20" height="24" rx="2" fill="url(#toothGrad)" stroke="#D0C8B8" stroke-width="0.5"/>
<!-- Lower gums -->
<path d="M400,775 C430,790 470,800 512,802 C554,800 594,790 624,775 L624,790 C594,805 554,815 512,818 C470,815 430,805 400,790Z" fill="url(#gumGrad)"/>
<!-- Tongue hint in back -->
<ellipse cx="512" cy="770" rx="50" ry="20" fill="#C06060" opacity="0.5"/>
</g>
<!-- Mouth corner creases -->
<path d="M370,688 C360,695 355,705 358,715" fill="none" stroke="#A07050" stroke-width="2" opacity="0.5"/>
<path d="M654,688 C664,695 669,705 666,715" fill="none" stroke="#A07050" stroke-width="2" opacity="0.5"/>
<!-- Chin -->
<ellipse cx="512" cy="870" rx="55" ry="25" fill="url(#chinHL)"/>
<!-- Chin cleft hint -->
<path d="M512,855 C512,862 512,870 512,878" fill="none" stroke="#C4845A" stroke-width="1.5" opacity="0.3"/>
<!-- Chin shadow below lip -->
<path d="M440,825 C465,835 490,840 512,840 C534,840 559,835 584,825" fill="none" stroke="#B08060" stroke-width="3" opacity="0.2" filter="url(#softBlur)"/>
<!-- Forehead wrinkles - Gary Busey has prominent forehead lines -->
<path d="M370,260 C420,252 470,250 512,250 C554,250 604,252 654,260" fill="none" stroke="#C4845A" stroke-width="1.5" opacity="0.35"/>
<path d="M375,280 C425,272 470,270 512,270 C554,270 599,272 649,280" fill="none" stroke="#C4845A" stroke-width="1.5" opacity="0.3"/>
<path d="M380,300 C428,292 472,290 512,290 C552,290 596,292 644,300" fill="none" stroke="#C4845A" stroke-width="1.5" opacity="0.25"/>
<path d="M385,320 C430,312 474,310 512,310 C550,310 594,312 639,320" fill="none" stroke="#C4845A" stroke-width="1.2" opacity="0.2"/>
<!-- Crow's feet wrinkles -->
<path d="M340,425 C328,418 318,410 308,405" fill="none" stroke="#B08870" stroke-width="1" opacity="0.3"/>
<path d="M338,435 C325,430 315,425 305,422" fill="none" stroke="#B08870" stroke-width="1" opacity="0.3"/>
<path d="M340,445 C328,442 318,440 308,440" fill="none" stroke="#B08870" stroke-width="1" opacity="0.25"/>
<path d="M684,425 C696,418 706,410 716,405" fill="none" stroke="#B08870" stroke-width="1" opacity="0.3"/>
<path d="M686,435 C699,430 709,425 719,422" fill="none" stroke="#B08870" stroke-width="1" opacity="0.3"/>
<path d="M684,445 C696,442 706,440 716,440" fill="none" stroke="#B08870" stroke-width="1" opacity="0.25"/>
<!-- HAIR - Gary Busey's wild, swept-back blonde/gray hair -->
<!-- Main hair mass -->
<path d="M512,120 C380,115 270,170 250,300 C245,330 248,360 255,385 C260,370 270,340 280,320 C300,270 350,210 420,180 C460,165 500,158 512,155 C524,158 564,165 604,180 C674,210 724,270 744,320 C754,340 764,370 769,385 C776,360 779,330 774,300 C754,170 644,115 512,120Z" fill="url(#hairGrad)"/>
<!-- Hair highlight -->
<path d="M512,120 C380,115 270,170 250,300 C245,330 248,360 255,385 C260,370 270,340 280,320 C300,270 350,210 420,180 C460,165 500,158 512,155 C524,158 564,165 604,180 C674,210 724,270 744,320 C754,340 764,370 769,385 C776,360 779,330 774,300 C754,170 644,115 512,120Z" fill="url(#hairHighlight)"/>
<!-- Wild hair strands on top -->
<path d="M400,130 C380,100 360,80 340,75 C360,70 390,85 410,115" fill="none" stroke="#C0B080" stroke-width="3" opacity="0.7"/>
<path d="M450,120 C440,85 420,60 400,50 C425,48 450,65 465,100" fill="none" stroke="#D4C8A0" stroke-width="3" opacity="0.6"/>
<path d="M500,118 C495,80 485,50 470,35 C495,30 510,55 515,95" fill="none" stroke="#C0B080" stroke-width="3" opacity="0.7"/>
<path d="M512,115 C515,75 520,45 530,30 C540,45 535,75 530,115" fill="none" stroke="#D4C8A0" stroke-width="4" opacity="0.6"/>
<path d="M550,118 C555,80 565,50 580,40 C570,60 560,85 555,118" fill="none" stroke="#C0B080" stroke-width="3" opacity="0.7"/>
<path d="M600,125 C610,90 630,65 650,55 C635,70 615,95 605,125" fill="none" stroke="#D4C8A0" stroke-width="3" opacity="0.6"/>
<path d="M640,140 C660,110 680,90 700,85 C685,95 665,115 650,140" fill="none" stroke="#C0B080" stroke-width="3" opacity="0.6"/>
<!-- Hair strands on sides -->
<!-- Left side wild hair -->
<path d="M260,300 C240,280 220,270 200,275 C215,260 240,265 258,290" fill="none" stroke="#C0B080" stroke-width="3" opacity="0.5"/>
<path d="M255,340 C235,325 215,320 195,325 C212,310 235,312 255,330" fill="none" stroke="#B8A878" stroke-width="2.5" opacity="0.5"/>
<path d="M252,370 C232,360 212,358 195,365 C210,352 232,350 254,362" fill="none" stroke="#C0B080" stroke-width="2.5" opacity="0.4"/>
<!-- Right side wild hair -->
<path d="M764,300 C784,280 804,270 824,275 C809,260 784,265 766,290" fill="none" stroke="#C0B080" stroke-width="3" opacity="0.5"/>
<path d="M769,340 C789,325 809,320 829,325 C812,310 789,312 769,330" fill="none" stroke="#B8A878" stroke-width="2.5" opacity="0.5"/>
<path d="M772,370 C792,360 812,358 829,365 C814,352 792,350 770,362" fill="none" stroke="#C0B080" stroke-width="2.5" opacity="0.4"/>
<!-- More wild top hair strands -->
<path d="M380,140 C365,110 345,90 320,85 C340,78 365,95 385,130" fill="none" stroke="#B8A878" stroke-width="2.5" opacity="0.5"/>
<path d="M470,115 C460,78 445,50 425,38 C448,35 465,58 478,100" fill="none" stroke="#C0B080" stroke-width="2" opacity="0.5"/>
<path d="M560,115 C570,78 585,50 605,38 C582,35 565,58 552,100" fill="none" stroke="#C0B080" stroke-width="2" opacity="0.5"/>
<path d="M660,150 C680,120 705,100 730,95 C712,102 690,125 668,148" fill="none" stroke="#B8A878" stroke-width="2.5" opacity="0.5"/>
<!-- Hair texture lines -->
<path d="M350,170 C380,155 420,148 460,145" fill="none" stroke="#A89868" stroke-width="1" opacity="0.3"/>
<path d="M360,190 C395,175 435,168 475,165" fill="none" stroke="#A89868" stroke-width="1" opacity="0.3"/>
<path d="M560,145 C600,148 640,155 670,170" fill="none" stroke="#A89868" stroke-width="1" opacity="0.3"/>
<path d="M545,165 C585,168 625,175 660,190" fill="none" stroke="#A89868" stroke-width="1" opacity="0.3"/>
<!-- Temple hair/sideburns -->
<path d="M275,380 C268,400 265,430 268,460" fill="none" stroke="#B8A878" stroke-width="4" opacity="0.4"/>
<path d="M280,375 C272,395 270,425 272,455" fill="none" stroke="#C0B080" stroke-width="3" opacity="0.3"/>
<path d="M749,380 C756,400 759,430 756,460" fill="none" stroke="#B8A878" stroke-width="4" opacity="0.4"/>
<path d="M744,375 C752,395 754,425 752,455" fill="none" stroke="#C0B080" stroke-width="3" opacity="0.3"/>
<!-- Subtle stubble/5 o'clock shadow on jaw -->
<path d="M350,750 C380,780 430,800 480,810" fill="none" stroke="#A89080" stroke-width="1" opacity="0.15" filter="url(#softBlur)"/>
<path d="M674,750 C644,780 594,800 544,810" fill="none" stroke="#A89080" stroke-width="1" opacity="0.15" filter="url(#softBlur)"/>
<!-- Philtrum (groove between nose and upper lip) -->
<path d="M504,615 C502,630 500,645 498,655" fill="none" stroke="#C4845A" stroke-width="1.5" opacity="0.4"/>
<path d="M520,615 C522,630 524,645 526,655" fill="none" stroke="#C4845A" stroke-width="1.5" opacity="0.4"/>
<!-- Between eyebrows (glabella) wrinkle -->
<path d="M478,370 C482,360 486,355 490,358" fill="none" stroke="#B08870" stroke-width="1.5" opacity="0.3"/>
<path d="M534,358 C538,355 542,360 546,370" fill="none" stroke="#B08870" stroke-width="1.5" opacity="0.3"/>
<!-- Subtle neck lines -->
<path d="M440,920 C470,925 500,928 512,928 C524,928 554,925 584,920" fill="none" stroke="#C4845A" stroke-width="1" opacity="0.2"/>
<path d="M445,940 C475,945 500,948 512,948 C524,948 549,945 579,940" fill="none" stroke="#C4845A" stroke-width="1" opacity="0.15"/>
<!-- Shirt/collar hint -->
<path d="M380,950 C360,960 340,980 330,1024 L694,1024 C684,980 664,960 644,950 C620,940 570,935 512,935 C454,935 404,940 380,950Z" fill="#2A3040" stroke="#1A2030" stroke-width="1"/>
<path d="M420,950 C440,945 475,940 512,940 C549,940 584,945 604,950" fill="none" stroke="#3A4050" stroke-width="1"/>
<!-- Collar -->
<path d="M420,948 L380,1024" fill="none" stroke="#3A4050" stroke-width="2"/>
<path d="M604,948 L644,1024" fill="none" stroke="#3A4050" stroke-width="2"/>
<!-- Final face contour enhancement -->
<path d="M512,155 C630,155 735,225 758,355 C775,450 770,530 755,600 C740,670 718,730 688,770 C658,810 625,850 585,878 C555,898 535,908 512,912 C489,908 469,898 439,878 C399,850 366,810 336,770 C306,730 284,670 269,600 C254,530 249,450 266,355 C289,225 394,155 512,155Z" fill="none" stroke="#A07050" stroke-width="1" opacity="0.4"/>
</svg>