BuseyBench SVG Test
Generated by Google on Jul 2, 2026 using prompt svg-v1-no-web.
6.3/10 overall
Scored by 3 vision models (claude-sonnet-4.6, gpt-5.2, 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="100%" height="100%">
<defs>
<!-- Background Gradient -->
<radialGradient id="bg-grad" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#2a3b4c"/>
<stop offset="100%" stop-color="#0d131a"/>
</radialGradient>
<!-- Skin Gradients -->
<radialGradient id="skin-base" cx="50%" cy="50%" r="60%">
<stop offset="0%" stop-color="#f2cbb0"/>
<stop offset="60%" stop-color="#e0a988"/>
<stop offset="100%" stop-color="#c27b57"/>
</radialGradient>
<radialGradient id="skin-highlight" cx="50%" cy="40%" r="50%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
</radialGradient>
<radialGradient id="cheek-redness" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#d96b52" stop-opacity="0.4"/>
<stop offset="100%" stop-color="#d96b52" stop-opacity="0"/>
</radialGradient>
<!-- Hair Gradients -->
<linearGradient id="hair-light" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="50%" stop-color="#fceeb3"/>
<stop offset="100%" stop-color="#d6b965"/>
</linearGradient>
<linearGradient id="hair-dark" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#d6b965"/>
<stop offset="100%" stop-color="#8a702c"/>
</linearGradient>
<!-- Eye Gradients -->
<radialGradient id="iris-grad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#8cbcf0"/>
<stop offset="60%" stop-color="#4a8bd4"/>
<stop offset="90%" stop-color="#1e4d82"/>
<stop offset="100%" stop-color="#0a2240"/>
</radialGradient>
<radialGradient id="sclera-grad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="80%" stop-color="#f0f0f0"/>
<stop offset="100%" stop-color="#d1a9a9"/>
</radialGradient>
<!-- Teeth Gradient -->
<linearGradient id="teeth-grad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#e8e8e8"/>
<stop offset="20%" stop-color="#ffffff"/>
<stop offset="80%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#cccccc"/>
</linearGradient>
<!-- Lip Gradients -->
<linearGradient id="upper-lip" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#b56d55"/>
<stop offset="100%" stop-color="#82412e"/>
</linearGradient>
<linearGradient id="lower-lip" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#d1856b"/>
<stop offset="50%" stop-color="#e09c84"/>
<stop offset="100%" stop-color="#a3573f"/>
</linearGradient>
<!-- Blur Filters -->
<filter id="blur-xs" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="1"/>
</filter>
<filter id="blur-sm" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="3"/>
</filter>
<filter id="blur-md" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="8"/>
</filter>
<filter id="blur-lg" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="20"/>
</filter>
<filter id="blur-xl" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="40"/>
</filter>
<!-- Drop Shadow for Face -->
<filter id="drop-shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="15" stdDeviation="20" flood-color="#000000" flood-opacity="0.7"/>
</filter>
<!-- Clip Paths -->
<clipPath id="face-clip">
<path d="M 310 420 C 310 220, 400 140, 512 140 C 624 140, 714 220, 714 420 C 730 580, 710 730, 660 830 C 610 920, 414 920, 364 830 C 314 730, 294 580, 310 420 Z"/>
</clipPath>
<clipPath id="mouth-clip">
<path d="M 360 760 Q 512 700 670 730 Q 650 860 512 870 Q 380 860 360 760 Z"/>
</clipPath>
</defs>
<!-- Background -->
<rect width="1024" height="1024" fill="url(#bg-grad)"/>
<!-- Back Hair (Wild, chaotic volume behind the head) -->
<g id="hair-back" stroke-linecap="round" stroke-linejoin="round">
<!-- Large base shapes for volume -->
<path d="M 250 600 C 150 400, 200 150, 400 100 C 500 80, 600 80, 700 120 C 850 200, 850 450, 780 600 C 750 650, 700 600, 700 600 L 512 400 L 300 600 Z" fill="url(#hair-dark)" filter="url(#blur-md)"/>
<!-- Individual wild strands (Back) -->
<g fill="none" stroke="url(#hair-light)" stroke-width="12">
<path d="M 350 300 Q 200 250 180 400 Q 170 480 220 550"/>
<path d="M 380 250 Q 220 150 200 300 Q 180 400 250 500"/>
<path d="M 420 180 Q 300 80 250 200 Q 200 300 280 450"/>
<path d="M 480 150 Q 400 50 320 120 Q 250 200 290 350"/>
<path d="M 540 150 Q 600 50 700 100 Q 800 180 750 300"/>
<path d="M 600 180 Q 750 100 820 250 Q 850 350 780 480"/>
<path d="M 650 250 Q 800 200 850 350 Q 880 450 800 550"/>
<path d="M 680 320 Q 820 350 840 480 Q 850 550 780 620"/>
</g>
<g fill="none" stroke="#e8d38b" stroke-width="8">
<path d="M 320 350 Q 150 350 160 500"/>
<path d="M 360 200 Q 200 100 180 250"/>
<path d="M 680 200 Q 850 150 860 300"/>
<path d="M 700 350 Q 880 400 850 550"/>
</g>
</g>
<!-- Ears -->
<g id="ears">
<!-- Left Ear -->
<path d="M 320 450 C 260 430, 250 550, 280 600 C 300 630, 320 620, 330 600 Z" fill="url(#skin-base)" filter="url(#drop-shadow)"/>
<path d="M 300 470 C 270 470, 270 530, 290 560" fill="none" stroke="#a86243" stroke-width="6" filter="url(#blur-sm)"/>
<path d="M 310 500 C 290 510, 290 540, 310 550" fill="none" stroke="#82412e" stroke-width="4" filter="url(#blur-sm)"/>
<!-- Right Ear -->
<path d="M 704 450 C 764 430, 774 550, 744 600 C 724 630, 704 620, 694 600 Z" fill="url(#skin-base)" filter="url(#drop-shadow)"/>
<path d="M 724 470 C 754 470, 754 530, 734 560" fill="none" stroke="#a86243" stroke-width="6" filter="url(#blur-sm)"/>
<path d="M 714 500 C 734 510, 734 540, 714 550" fill="none" stroke="#82412e" stroke-width="4" filter="url(#blur-sm)"/>
</g>
<!-- Main Face Shape -->
<path id="face-shape" d="M 310 420 C 310 220, 400 140, 512 140 C 624 140, 714 220, 714 420 C 730 580, 710 730, 660 830 C 610 920, 414 920, 364 830 C 314 730, 294 580, 310 420 Z" fill="url(#skin-base)" filter="url(#drop-shadow)"/>
<!-- Skin Shading & Highlights (Clipped to face) -->
<g clip-path="url(#face-clip)">
<!-- Forehead Highlight -->
<ellipse cx="512" cy="250" rx="150" ry="80" fill="url(#skin-highlight)" filter="url(#blur-lg)"/>
<!-- Cheek Highlights -->
<ellipse cx="400" cy="520" rx="60" ry="40" fill="url(#skin-highlight)" filter="url(#blur-lg)"/>
<ellipse cx="624" cy="520" rx="60" ry="40" fill="url(#skin-highlight)" filter="url(#blur-lg)"/>
<!-- Nose Highlight -->
<ellipse cx="512" cy="550" rx="30" ry="100" fill="url(#skin-highlight)" filter="url(#blur-md)"/>
<!-- Chin Highlight -->
<ellipse cx="512" cy="860" rx="70" ry="40" fill="url(#skin-highlight)" filter="url(#blur-lg)"/>
<!-- Deep Shadows (Temples, Jaw, Under Nose) -->
<path d="M 310 200 L 380 200 L 350 450 L 310 450 Z" fill="#9e5b3a" filter="url(#blur-lg)" opacity="0.6"/>
<path d="M 714 200 L 644 200 L 674 450 L 714 450 Z" fill="#9e5b3a" filter="url(#blur-lg)" opacity="0.6"/>
<path d="M 310 600 Q 400 850 512 920 Q 624 850 714 600 L 750 950 L 270 950 Z" fill="#8a4426" filter="url(#blur-xl)" opacity="0.7"/>
<ellipse cx="512" cy="680" rx="60" ry="30" fill="#8a4426" filter="url(#blur-md)" opacity="0.5"/>
<!-- Cheek Redness / Sun Damage -->
<ellipse cx="380" cy="560" rx="50" ry="70" fill="url(#cheek-redness)" filter="url(#blur-md)"/>
<ellipse cx="644" cy="560" rx="50" ry="70" fill="url(#cheek-redness)" filter="url(#blur-md)"/>
</g>
<!-- Wrinkles and Creases -->
<g id="wrinkles" fill="none" stroke-linecap="round">
<!-- Forehead Lines (Deep, wavy) -->
<g stroke="#94583d" stroke-width="5" filter="url(#blur-sm)" opacity="0.8">
<path d="M 370 220 Q 512 250 654 220"/>
<path d="M 350 270 Q 512 300 674 270"/>
<path d="M 360 320 Q 512 350 664 320"/>
<path d="M 390 370 Q 512 390 634 370"/>
</g>
<!-- Forehead Highlights (Next to creases) -->
<g stroke="#ffffff" stroke-width="3" filter="url(#blur-sm)" opacity="0.5">
<path d="M 370 225 Q 512 255 654 225"/>
<path d="M 350 275 Q 512 305 674 275"/>
<path d="M 360 325 Q 512 355 664 325"/>
<path d="M 390 375 Q 512 395 634 375"/>
</g>
<!-- Glabella Lines (Between eyebrows) -->
<path d="M 480 380 Q 490 420 485 450" stroke="#94583d" stroke-width="6" filter="url(#blur-sm)"/>
<path d="M 544 380 Q 534 420 539 450" stroke="#94583d" stroke-width="6" filter="url(#blur-sm)"/>
<!-- Crow's Feet -->
<g stroke="#94583d" stroke-width="4" filter="url(#blur-sm)" opacity="0.7">
<!-- Left -->
<path d="M 340 470 L 290 460"/>
<path d="M 340 485 L 280 490"/>
<path d="M 350 500 L 300 520"/>
<!-- Right -->
<path d="M 684 470 L 734 460"/>
<path d="M 684 485 L 744 490"/>
<path d="M 674 500 L 724 520"/>
</g>
<!-- Nasolabial Folds (Very deep and prominent) -->
<g filter="url(#blur-sm)">
<!-- Left Fold Shadow -->
<path d="M 440 620 Q 390 700 370 800" stroke="#7a3b22" stroke-width="10" opacity="0.7"/>
<!-- Left Fold Highlight -->
<path d="M 430 620 Q 375 700 355 800" stroke="#ffffff" stroke-width="8" opacity="0.4"/>
<!-- Right Fold Shadow -->
<path d="M 584 620 Q 634 700 660 790" stroke="#7a3b22" stroke-width="10" opacity="0.7"/>
<!-- Right Fold Highlight -->
<path d="M 594 620 Q 649 700 675 790" stroke="#ffffff" stroke-width="8" opacity="0.4"/>
</g>
<!-- Cheek Creases -->
<path d="M 360 600 Q 340 680 350 750" stroke="#94583d" stroke-width="4" filter="url(#blur-sm)" opacity="0.5"/>
<path d="M 664 600 Q 684 680 674 750" stroke="#94583d" stroke-width="4" filter="url(#blur-sm)" opacity="0.5"/>
<!-- Chin Cleft / Dimples -->
<path d="M 490 880 Q 512 860 534 880" stroke="#7a3b22" stroke-width="6" filter="url(#blur-sm)" opacity="0.6"/>
<path d="M 460 850 Q 512 900 564 850" stroke="#7a3b22" stroke-width="4" filter="url(#blur-sm)" opacity="0.4"/>
</g>
<!-- Eyes (Wide, intense, slightly asymmetrical) -->
<g id="eyes">
<!-- Eye Bags (Dark circles and puffiness) -->
<g filter="url(#blur-sm)">
<!-- Left Bag -->
<path d="M 360 500 Q 410 550 460 500" fill="none" stroke="#8a4426" stroke-width="8" opacity="0.6"/>
<path d="M 350 510 Q 410 580 470 510" fill="none" stroke="#f2cbb0" stroke-width="10" opacity="0.5"/>
<path d="M 340 520 Q 410 610 480 520" fill="none" stroke="#7a3b22" stroke-width="6" opacity="0.4"/>
<!-- Right Bag -->
<path d="M 564 500 Q 614 550 664 500" fill="none" stroke="#8a4426" stroke-width="8" opacity="0.6"/>
<path d="M 554 510 Q 614 580 674 510" fill="none" stroke="#f2cbb0" stroke-width="10" opacity="0.5"/>
<path d="M 544 520 Q 614 610 684 520" fill="none" stroke="#7a3b22" stroke-width="6" opacity="0.4"/>
</g>
<!-- Sclera (Whites of the eyes) -->
<!-- Left Eye: Slightly wider -->
<path d="M 350 475 Q 410 430 465 480 Q 410 510 350 475 Z" fill="url(#sclera-grad)"/>
<!-- Right Eye -->
<path d="M 559 480 Q 614 435 674 475 Q 614 505 559 480 Z" fill="url(#sclera-grad)"/>
<!-- Caruncle (Inner eye pink) -->
<circle cx="460" cy="480" r="6" fill="#c97575" filter="url(#blur-xs)"/>
<circle cx="564" cy="480" r="6" fill="#c97575" filter="url(#blur-xs)"/>
<!-- Irises -->
<!-- Left Iris -->
<circle cx="410" cy="470" r="22" fill="url(#iris-grad)"/>
<!-- Right Iris -->
<circle cx="614" cy="470" r="22" fill="url(#iris-grad)"/>
<!-- Pupils -->
<circle cx="410" cy="470" r="8" fill="#000000"/>
<circle cx="614" cy="470" r="8" fill="#000000"/>
<!-- Catchlights (The manic gleam) -->
<circle cx="405" cy="462" r="4" fill="#ffffff"/>
<circle cx="416" cy="475" r="1.5" fill="#ffffff"/>
<circle cx="609" cy="462" r="4" fill="#ffffff"/>
<circle cx="620" cy="475" r="1.5" fill="#ffffff"/>
<!-- Eyelid Creases (Deep) -->
<g fill="none" stroke="#6e351f" stroke-width="5" filter="url(#blur-sm)">
<path d="M 340 460 Q 410 410 475 465"/>
<path d="M 330 445 Q 410 390 485 450" stroke-width="3" opacity="0.5"/>
<path d="M 549 465 Q 614 415 684 460"/>
<path d="M 539 450 Q 614 395 694 445" stroke-width="3" opacity="0.5"/>
</g>
<!-- Eye Top Shadow (From brow/lid) -->
<path d="M 350 475 Q 410 430 465 480 Q 410 450 350 475 Z" fill="#000000" opacity="0.3" filter="url(#blur-xs)"/>
<path d="M 559 480 Q 614 435 674 475 Q 614 455 559 480 Z" fill="#000000" opacity="0.3" filter="url(#blur-xs)"/>
</g>
<!-- Eyebrows (Bushy, chaotic, light blonde/grey) -->
<g id="eyebrows" filter="url(#blur-xs)">
<!-- Left Eyebrow Base Shadow -->
<path d="M 320 430 Q 390 390 470 430 Q 390 410 320 430 Z" fill="#8a6b42" opacity="0.5" filter="url(#blur-sm)"/>
<!-- Right Eyebrow Base Shadow -->
<path d="M 554 430 Q 634 390 704 430 Q 634 410 554 430 Z" fill="#8a6b42" opacity="0.5" filter="url(#blur-sm)"/>
<!-- Left Eyebrow Strands -->
<g fill="none" stroke="url(#hair-light)" stroke-width="6" stroke-linecap="round">
<path d="M 330 435 L 350 415 L 370 425 L 390 405 L 410 415 L 430 400 L 450 415 L 470 425"/>
<path d="M 325 425 L 345 405 L 365 415 L 385 395 L 405 405 L 425 390 L 445 405 L 465 415"/>
<path d="M 340 440 L 360 420 L 380 430 L 400 410 L 420 420 L 440 405 L 460 420"/>
<!-- Wild hairs -->
<path d="M 380 400 L 390 370" stroke-width="4"/>
<path d="M 420 400 L 430 375" stroke-width="4"/>
<path d="M 350 410 L 340 385" stroke-width="4"/>
</g>
<!-- Right Eyebrow Strands -->
<g fill="none" stroke="url(#hair-light)" stroke-width="6" stroke-linecap="round">
<path d="M 554 425 L 574 415 L 594 400 L 614 415 L 634 405 L 654 425 L 674 415 L 694 435"/>
<path d="M 559 415 L 579 405 L 599 390 L 619 405 L 639 395 L 659 415 L 679 405 L 699 425"/>
<path d="M 564 435 L 584 420 L 604 405 L 624 420 L 644 410 L 664 430 L 684 420"/>
<!-- Wild hairs -->
<path d="M 600 400 L 590 370" stroke-width="4"/>
<path d="M 640 400 L 650 375" stroke-width="4"/>
<path d="M 670 410 L 680 385" stroke-width="4"/>
</g>
</g>
<!-- Nose (Bulbous, wide bridge) -->
<g id="nose">
<!-- Bridge Shadow Left -->
<path d="M 470 450 Q 450 550 460 600" fill="none" stroke="#a36246" stroke-width="15" filter="url(#blur-md)" opacity="0.6"/>
<!-- Bridge Shadow Right -->
<path d="M 554 450 Q 574 550 564 600" fill="none" stroke="#a36246" stroke-width="15" filter="url(#blur-md)" opacity="0.6"/>
<!-- Nose Tip Base -->
<circle cx="512" cy="620" r="45" fill="url(#skin-base)"/>
<circle cx="512" cy="620" r="45" fill="url(#cheek-redness)" filter="url(#blur-sm)" opacity="0.7"/>
<!-- Nose Tip Highlight -->
<ellipse cx="512" cy="605" rx="20" ry="15" fill="#ffffff" filter="url(#blur-sm)" opacity="0.6"/>
<ellipse cx="512" cy="635" rx="35" ry="15" fill="#8a4426" filter="url(#blur-md)" opacity="0.5"/>
<!-- Nostrils (Flared) -->
<!-- Left Nostril Wing -->
<path d="M 465 600 C 440 600, 430 630, 450 650 C 465 660, 480 640, 480 640 Z" fill="url(#skin-base)" filter="url(#drop-shadow)"/>
<path d="M 465 600 C 440 600, 430 630, 450 650 C 465 660, 480 640, 480 640 Z" fill="url(#cheek-redness)" filter="url(#blur-sm)" opacity="0.5"/>
<!-- Right Nostril Wing -->
<path d="M 559 600 C 584 600, 594 630, 574 650 C 559 660, 544 640, 544 640 Z" fill="url(#skin-base)" filter="url(#drop-shadow)"/>
<path d="M 559 600 C 584 600, 594 630, 574 650 C 559 660, 544 640, 544 640 Z" fill="url(#cheek-redness)" filter="url(#blur-sm)" opacity="0.5"/>
<!-- Nostril Holes (Dark) -->
<path d="M 460 635 C 470 625, 485 625, 495 640 C 480 645, 465 645, 460 635 Z" fill="#2e140a" filter="url(#blur-xs)"/>
<path d="M 564 635 C 554 625, 539 625, 529 640 C 544 645, 559 645, 564 635 Z" fill="#2e140a" filter="url(#blur-xs)"/>
<!-- Crease around nostrils -->
<path d="M 445 595 C 430 620, 440 655, 465 665" fill="none" stroke="#7a3b22" stroke-width="4" filter="url(#blur-sm)"/>
<path d="M 579 595 C 594 620, 584 655, 559 665" fill="none" stroke="#7a3b22" stroke-width="4" filter="url(#blur-sm)"/>
</g>
<!-- Mouth & Teeth (The iconic Busey Grin) -->
<g id="mouth">
<!-- Mouth Opening (Dark background) -->
<!-- Lopsided grin: higher on the right -->
<path d="M 360 760 Q 512 700 670 730 Q 650 860 512 870 Q 380 860 360 760 Z" fill="#1a0804"/>
<!-- Teeth Group (Clipped to mouth opening) -->
<g clip-path="url(#mouth-clip)">
<!-- Upper Gums -->
<path d="M 350 740 Q 512 690 680 710 L 680 750 Q 512 730 350 760 Z" fill="#b55c5c" filter="url(#blur-xs)"/>
<!-- UPPER TEETH (Oversized, bright white veneers) -->
<g fill="url(#teeth-grad)" stroke="#4a3b3b" stroke-width="2" stroke-linejoin="round">
<!-- Central Incisors (Huge) -->
<path d="M 480 735 L 510 732 L 512 785 L 482 782 Z"/>
<path d="M 510 732 L 542 735 L 540 782 L 512 785 Z"/>
<!-- Lateral Incisors -->
<path d="M 452 740 L 480 735 L 482 782 L 456 778 Z"/>
<path d="M 542 735 L 570 740 L 566 778 L 540 782 Z"/>
<!-- Canines -->
<path d="M 426 745 L 452 740 L 456 778 L 432 774 Z"/>
<path d="M 570 740 L 596 745 L 590 774 L 566 778 Z"/>
<!-- Premolars -->
<path d="M 402 750 L 426 745 L 432 774 L 410 770 Z"/>
<path d="M 596 745 L 620 750 L 612 770 L 590 774 Z"/>
<!-- Molars (Fading into shadow) -->
<path d="M 380 755 L 402 750 L 410 770 L 390 766 Z" fill="#cccccc"/>
<path d="M 620 750 L 642 755 L 632 766 L 612 770 Z" fill="#cccccc"/>
</g>
<!-- Upper Teeth Shadow (Ambient occlusion at the top near gums) -->
<path d="M 350 740 Q 512 690 680 710 L 680 745 Q 512 725 350 755 Z" fill="#000000" opacity="0.4" filter="url(#blur-xs)"/>
<!-- LOWER TEETH -->
<g fill="url(#teeth-grad)" stroke="#4a3b3b" stroke-width="1.5" stroke-linejoin="round">
<!-- Central Incisors -->
<path d="M 488 845 L 512 848 L 510 805 L 490 802 Z"/>
<path d="M 512 848 L 536 845 L 534 802 L 510 805 Z"/>
<!-- Lateral Incisors -->
<path d="M 466 840 L 488 845 L 490 802 L 470 798 Z"/>
<path d="M 536 845 L 558 840 L 554 798 L 534 802 Z"/>
<!-- Canines -->
<path d="M 444 834 L 466 840 L 470 798 L 450 794 Z"/>
<path d="M 558 840 L 580 834 L 574 794 L 554 798 Z"/>
<!-- Premolars -->
<path d="M 424 826 L 444 834 L 450 794 L 432 790 Z"/>
<path d="M 580 834 L 600 826 L 592 790 L 574 794 Z"/>
<!-- Molars -->
<path d="M 404 818 L 424 826 L 432 790 L 414 786 Z" fill="#cccccc"/>
<path d="M 600 826 L 620 818 L 610 786 L 592 790 Z" fill="#cccccc"/>
</g>
<!-- Lower Teeth Shadow (Inside mouth depth) -->
<path d="M 350 870 Q 512 880 680 850 L 680 810 Q 512 830 350 810 Z" fill="#000000" opacity="0.6" filter="url(#blur-sm)"/>
</g>
<!-- Lips -->
<!-- Upper Lip (Thin, stretched) -->
<path d="M 355 760 Q 512 705 675 730 Q 512 725 355 760 Z" fill="url(#upper-lip)" filter="url(#drop-shadow)"/>
<!-- Upper Lip Highlight -->
<path d="M 400 745 Q 512 715 630 735" fill="none" stroke="#ffffff" stroke-width="2" opacity="0.4" filter="url(#blur-xs)"/>
<!-- Lower Lip (Fuller, stretched wide) -->
<path d="M 355 760 Q 512 890 675 730 Q 512 860 355 760 Z" fill="url(#lower-lip)" filter="url(#drop-shadow)"/>
<!-- Lower Lip Highlight -->
<path d="M 420 845 Q 512 875 600 835" fill="none" stroke="#ffffff" stroke-width="4" opacity="0.5" filter="url(#blur-sm)"/>
<!-- Lower Lip Creases -->
<g fill="none" stroke="#823722" stroke-width="2" opacity="0.5" filter="url(#blur-xs)">
<path d="M 480 830 L 485 855"/>
<path d="M 500 835 L 502 860"/>
<path d="M 520 835 L 518 860"/>
<path d="M 540 830 L 535 855"/>
</g>
<!-- Corner Mouth Creases (Smile lines) -->
<path d="M 330 750 Q 350 780 340 810" fill="none" stroke="#7a3b22" stroke-width="6" filter="url(#blur-sm)" opacity="0.7"/>
<path d="M 690 720 Q 680 760 695 790" fill="none" stroke="#7a3b22" stroke-width="6" filter="url(#blur-sm)" opacity="0.7"/>
</g>
<!-- Front Hair (Overlapping forehead and sides, wild strands) -->
<g id="hair-front" fill="none" stroke-linecap="round" filter="url(#drop-shadow)">
<!-- Thick bright strands -->
<g stroke="url(#hair-light)" stroke-width="10">
<!-- Left side sweeping up and out -->
<path d="M 310 450 Q 250 350 280 200 Q 300 100 400 50"/>
<path d="M 330 380 Q 280 250 350 150 Q 400 80 500 60"/>
<path d="M 350 300 Q 320 180 420 100 Q 480 50 550 70"/>
<!-- Right side sweeping up and out -->
<path d="M 714 450 Q 780 350 750 200 Q 720 100 620 50"/>
<path d="M 694 380 Q 750 250 670 150 Q 620 80 520 60"/>
<path d="M 674 300 Q 700 180 600 100 Q 540 50 470 70"/>
<!-- Top sticking up -->
<path d="M 450 150 Q 480 50 460 -20"/>
<path d="M 512 140 Q 520 40 550 -10"/>
<path d="M 570 150 Q 550 50 590 -20"/>
<!-- Forehead wisps (falling down) -->
<path d="M 400 160 Q 420 220 380 280"/>
<path d="M 480 140 Q 490 200 460 250"/>
<path d="M 550 140 Q 530 220 580 260"/>
<path d="M 620 160 Q 600 220 650 270"/>
</g>
<!-- Medium strands (Adding texture and depth) -->
<g stroke="#e8d38b" stroke-width="6">
<path d="M 290 480 Q 220 380 250 250 Q 280 120 420 80"/>
<path d="M 320 400 Q 260 280 380 180 Q 450 120 520 100"/>
<path d="M 734 480 Q 800 380 770 250 Q 740 120 600 80"/>
<path d="M 704 400 Q 760 280 640 180 Q 570 120 500 100"/>
<path d="M 420 180 Q 450 80 410 10"/>
<path d="M 540 180 Q 520 80 580 10"/>
<path d="M 450 180 Q 470 250 430 300"/>
<path d="M 580 180 Q 560 250 610 300"/>
</g>
<!-- Fine white highlight strands -->
<g stroke="#ffffff" stroke-width="3" opacity="0.8">
<path d="M 310 420 Q 260 300 320 180 Q 380 80 500 50"/>
<path d="M 714 420 Q 760 300 700 180 Q 640 80 520 50"/>
<path d="M 480 150 Q 500 50 490 -10"/>
<path d="M 530 150 Q 510 50 540 -10"/>
<path d="M 380 200 Q 400 260 360 320"/>
<path d="M 640 200 Q 620 260 670 320"/>
<path d="M 280 550 Q 220 450 260 350"/>
<path d="M 744 550 Q 800 450 760 350"/>
</g>
</g>
</svg>