BuseyBench SVG Test
Generated by DeepSeek on Jul 1, 2026 using prompt svg-v1-no-web.
4.4/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="1024" height="1024">
<defs>
<!-- Skin gradient -->
<radialGradient id="skinGrad" cx="50%" cy="40%" r="55%">
<stop offset="0%" stop-color="#e8b88a"/>
<stop offset="40%" stop-color="#d4a07a"/>
<stop offset="70%" stop-color="#c48a64"/>
<stop offset="100%" stop-color="#a8704e"/>
</radialGradient>
<!-- Hair gradient -->
<radialGradient id="hairGrad" cx="50%" cy="30%" r="60%">
<stop offset="0%" stop-color="#8a7a5a"/>
<stop offset="30%" stop-color="#6b5a3a"/>
<stop offset="60%" stop-color="#4a3a2a"/>
<stop offset="100%" stop-color="#2a1a0a"/>
</radialGradient>
<!-- Eye gradient -->
<radialGradient id="eyeGrad" cx="40%" cy="35%" r="50%">
<stop offset="0%" stop-color="#5a7a5a"/>
<stop offset="50%" stop-color="#3a5a3a"/>
<stop offset="100%" stop-color="#1a2a1a"/>
</radialGradient>
<!-- Iris highlight -->
<radialGradient id="irisHighlight" cx="35%" cy="30%" r="30%">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
</radialGradient>
<!-- Lip gradient -->
<linearGradient id="lipGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#c87860"/>
<stop offset="50%" stop-color="#b06050"/>
<stop offset="100%" stop-color="#904840"/>
</linearGradient>
<!-- Teeth gradient -->
<linearGradient id="teethGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#f0e8d8"/>
<stop offset="60%" stop-color="#e0d0b8"/>
<stop offset="100%" stop-color="#c8b898"/>
</linearGradient>
<!-- Shadow filter -->
<filter id="softShadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="8" result="blur"/>
<feOffset dx="0" dy="4" result="offsetBlur"/>
<feMerge>
<feMergeNode in="offsetBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<!-- Blur for wrinkles -->
<filter id="wrinkleBlur">
<feGaussianBlur stdDeviation="1.5"/>
</filter>
<!-- Glow for highlights -->
<filter id="glow">
<feGaussianBlur stdDeviation="3" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<!-- Deep shadow -->
<filter id="deepShadow">
<feGaussianBlur stdDeviation="6"/>
<feOffset dx="0" dy="3"/>
</filter>
<!-- Nose shadow clip -->
<clipPath id="faceClip">
<ellipse cx="512" cy="520" rx="280" ry="360"/>
</clipPath>
<!-- Wrinkle pattern -->
<filter id="skinTexture">
<feTurbulence type="fractalNoise" baseFrequency="0.04" numOctaves="3" result="noise"/>
<feColorMatrix type="saturate" values="0" in="noise" result="grayNoise"/>
<feBlend in="SourceGraphic" in2="grayNoise" mode="overlay" result="textured"/>
<feComposite in="textured" in2="SourceGraphic" operator="in"/>
</filter>
</defs>
<!-- Background -->
<rect width="1024" height="1024" fill="#2a2a3a"/>
<!-- Neck -->
<path d="M380 780 Q380 900 400 960 Q450 1020 512 1020 Q574 1020 624 960 Q644 900 644 780 Z" fill="#b8805a" stroke="#a07050" stroke-width="2"/>
<!-- Neck shadow -->
<path d="M400 800 Q420 880 440 940 Q480 990 512 990 Q544 990 584 940 Q604 880 620 800 Z" fill="#a07050" opacity="0.5" filter="url(#softShadow)"/>
<!-- Adam's apple -->
<path d="M490 820 Q512 840 534 820 Q512 850 490 820 Z" fill="#9a6848" opacity="0.4"/>
<!-- Head/face shape - Busey has a long, somewhat rectangular face -->
<ellipse cx="512" cy="480" rx="260" ry="340" fill="url(#skinGrad)" filter="url(#softShadow)"/>
<!-- Jaw definition -->
<path d="M300 500 Q280 620 320 720 Q360 800 512 820 Q664 800 704 720 Q744 620 724 500" fill="none" stroke="#a07050" stroke-width="3" opacity="0.4"/>
<!-- Chin -->
<path d="M440 760 Q512 810 584 760 Q512 800 440 760 Z" fill="#b8805a" opacity="0.6"/>
<!-- Forehead wrinkles - Busey has prominent horizontal forehead lines -->
<path d="M370 320 Q512 290 654 320" fill="none" stroke="#a07050" stroke-width="2" opacity="0.3" filter="url(#wrinkleBlur)"/>
<path d="M360 345 Q512 315 664 345" fill="none" stroke="#a07050" stroke-width="2.5" opacity="0.35" filter="url(#wrinkleBlur)"/>
<path d="M365 370 Q512 340 659 370" fill="none" stroke="#a07050" stroke-width="2" opacity="0.25" filter="url(#wrinkleBlur)"/>
<!-- Temple wrinkles -->
<path d="M310 400 Q330 420 340 450" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.3"/>
<path d="M694 400 Q674 420 664 450" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.3"/>
<!-- Hair - Busey's wild, curly hair -->
<!-- Main hair mass -->
<path d="M260 380 Q240 300 280 220 Q320 140 400 100 Q480 70 560 80 Q640 90 700 140 Q760 190 780 280 Q790 350 770 420 Q760 380 740 350 Q720 310 680 280 Q640 250 590 240 Q540 230 490 235 Q440 240 400 260 Q360 280 330 310 Q300 340 280 370 Z" fill="url(#hairGrad)"/>
<!-- Hair top volume -->
<path d="M300 280 Q280 200 340 140 Q400 80 500 70 Q600 60 670 120 Q730 180 740 270 Q720 230 680 200 Q640 170 590 160 Q540 150 490 155 Q440 160 400 180 Q360 200 330 230 Q310 260 300 280 Z" fill="#5a4a2a"/>
<!-- Hair strands -->
<path d="M320 200 Q350 150 400 120" fill="none" stroke="#7a6a4a" stroke-width="3" opacity="0.5"/>
<path d="M380 100 Q420 80 480 75" fill="none" stroke="#7a6a4a" stroke-width="3" opacity="0.5"/>
<path d="M500 70 Q560 75 620 100" fill="none" stroke="#7a6a4a" stroke-width="3" opacity="0.5"/>
<path d="M650 130 Q700 170 730 220" fill="none" stroke="#7a6a4a" stroke-width="3" opacity="0.5"/>
<!-- Hair side wisps left -->
<path d="M260 380 Q240 400 235 430 Q230 460 240 480" fill="none" stroke="#5a4a2a" stroke-width="4" opacity="0.6"/>
<path d="M250 350 Q230 370 225 400" fill="none" stroke="#6b5a3a" stroke-width="3" opacity="0.5"/>
<!-- Hair side wisps right -->
<path d="M770 380 Q790 400 795 430 Q800 460 790 480" fill="none" stroke="#5a4a2a" stroke-width="4" opacity="0.6"/>
<path d="M780 350 Q800 370 805 400" fill="none" stroke="#6b5a3a" stroke-width="3" opacity="0.5"/>
<!-- Eyebrows - Busey has thick, expressive eyebrows -->
<!-- Left eyebrow -->
<path d="M340 400 Q380 370 440 380 Q460 385 470 390" fill="none" stroke="#3a2a1a" stroke-width="8" stroke-linecap="round"/>
<path d="M345 398 Q380 368 440 378" fill="none" stroke="#5a4a2a" stroke-width="4" stroke-linecap="round" opacity="0.5"/>
<!-- Left eyebrow hairs -->
<path d="M350 395 Q355 385 360 390" fill="none" stroke="#2a1a0a" stroke-width="2" opacity="0.4"/>
<path d="M380 375 Q385 365 390 370" fill="none" stroke="#2a1a0a" stroke-width="2" opacity="0.4"/>
<path d="M420 378 Q425 368 430 373" fill="none" stroke="#2a1a0a" stroke-width="2" opacity="0.4"/>
<!-- Right eyebrow -->
<path d="M554 390 Q564 385 584 380 Q644 370 684 400" fill="none" stroke="#3a2a1a" stroke-width="8" stroke-linecap="round"/>
<path d="M554 388 Q564 383 584 378 Q644 368 684 398" fill="none" stroke="#5a4a2a" stroke-width="4" stroke-linecap="round" opacity="0.5"/>
<!-- Right eyebrow hairs -->
<path d="M570 385 Q575 375 580 380" fill="none" stroke="#2a1a0a" stroke-width="2" opacity="0.4"/>
<path d="M610 375 Q615 365 620 370" fill="none" stroke="#2a1a0a" stroke-width="2" opacity="0.4"/>
<path d="M650 378 Q655 368 660 373" fill="none" stroke="#2a1a0a" stroke-width="2" opacity="0.4"/>
<!-- Eyes - Busey has deep-set, intense eyes -->
<!-- Left eye socket shadow -->
<ellipse cx="410" cy="440" rx="55" ry="30" fill="#9a6848" opacity="0.3" filter="url(#deepShadow)"/>
<!-- Left eye white -->
<ellipse cx="410" cy="440" rx="40" ry="22" fill="#f0e8e0"/>
<!-- Left eye upper lid shadow -->
<path d="M370 440 Q410 415 450 440" fill="#c8b098" opacity="0.4"/>
<!-- Left iris -->
<ellipse cx="415" cy="442" rx="20" ry="18" fill="url(#eyeGrad)"/>
<!-- Left pupil -->
<ellipse cx="415" cy="442" rx="10" ry="10" fill="#0a0a0a"/>
<!-- Left iris highlight -->
<ellipse cx="410" cy="437" rx="8" ry="6" fill="url(#irisHighlight)"/>
<!-- Left eye lower lid -->
<path d="M372 450 Q410 465 448 450" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.4"/>
<!-- Left eye bags -->
<path d="M375 458 Q410 472 445 458" fill="none" stroke="#a07050" stroke-width="2" opacity="0.3" filter="url(#wrinkleBlur)"/>
<path d="M380 465 Q410 478 440 465" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.2" filter="url(#wrinkleBlur)"/>
<!-- Left eye crow's feet -->
<path d="M365 440 Q350 435 340 438" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.3"/>
<path d="M365 445 Q350 445 340 448" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.3"/>
<path d="M365 450 Q352 452 345 458" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.25"/>
<!-- Right eye socket shadow -->
<ellipse cx="614" cy="440" rx="55" ry="30" fill="#9a6848" opacity="0.3" filter="url(#deepShadow)"/>
<!-- Right eye white -->
<ellipse cx="614" cy="440" rx="40" ry="22" fill="#f0e8e0"/>
<!-- Right eye upper lid shadow -->
<path d="M574 440 Q614 415 654 440" fill="#c8b098" opacity="0.4"/>
<!-- Right iris -->
<ellipse cx="609" cy="442" rx="20" ry="18" fill="url(#eyeGrad)"/>
<!-- Right pupil -->
<ellipse cx="609" cy="442" rx="10" ry="10" fill="#0a0a0a"/>
<!-- Right iris highlight -->
<ellipse cx="604" cy="437" rx="8" ry="6" fill="url(#irisHighlight)"/>
<!-- Right eye lower lid -->
<path d="M576 450 Q614 465 652 450" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.4"/>
<!-- Right eye bags -->
<path d="M579 458 Q614 472 649 458" fill="none" stroke="#a07050" stroke-width="2" opacity="0.3" filter="url(#wrinkleBlur)"/>
<path d="M584 465 Q614 478 644 465" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.2" filter="url(#wrinkleBlur)"/>
<!-- Right eye crow's feet -->
<path d="M659 440 Q674 435 684 438" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.3"/>
<path d="M659 445 Q674 445 684 448" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.3"/>
<path d="M659 450 Q672 452 679 458" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.25"/>
<!-- Nose - Busey has a distinctive, prominent nose -->
<!-- Nose bridge -->
<path d="M500 400 Q498 440 496 470 Q494 500 500 530" fill="none" stroke="#a07050" stroke-width="3" opacity="0.4"/>
<!-- Nose shape -->
<path d="M480 420 Q490 400 512 395 Q534 400 544 420 Q548 450 540 480 Q530 510 512 520 Q494 510 484 480 Q478 450 480 420 Z" fill="#d4a07a" stroke="#b8805a" stroke-width="1.5"/>
<!-- Nose bridge highlight -->
<path d="M505 405 Q510 400 515 405 Q512 440 512 480" fill="none" stroke="#e8c8a8" stroke-width="3" opacity="0.4" filter="url(#glow)"/>
<!-- Nose shadow left -->
<path d="M480 420 Q478 450 484 480 Q490 500 500 510 Q494 490 490 470 Q484 450 480 420 Z" fill="#a07050" opacity="0.3"/>
<!-- Nose shadow right -->
<path d="M544 420 Q548 450 540 480 Q534 500 524 510 Q530 490 534 470 Q540 450 544 420 Z" fill="#a07050" opacity="0.25"/>
<!-- Nostrils -->
<ellipse cx="495" cy="510" rx="10" ry="7" fill="#8a5840"/>
<ellipse cx="529" cy="510" rx="10" ry="7" fill="#8a5840"/>
<!-- Nostril details -->
<path d="M485 510 Q495 515 505 510" fill="none" stroke="#6a3828" stroke-width="1.5"/>
<path d="M519 510 Q529 515 539 510" fill="none" stroke="#6a3828" stroke-width="1.5"/>
<!-- Nasolabial folds (smile lines) - prominent on Busey -->
<path d="M460 500 Q440 540 430 580 Q420 620 425 650" fill="none" stroke="#a07050" stroke-width="3" opacity="0.35" filter="url(#wrinkleBlur)"/>
<path d="M564 500 Q584 540 594 580 Q604 620 599 650" fill="none" stroke="#a07050" stroke-width="3" opacity="0.35" filter="url(#wrinkleBlur)"/>
<!-- Cheek shadows -->
<ellipse cx="380" cy="560" rx="50" ry="40" fill="#a07050" opacity="0.15" filter="url(#deepShadow)"/>
<ellipse cx="644" cy="560" rx="50" ry="40" fill="#a07050" opacity="0.15" filter="url(#deepShadow)"/>
<!-- Cheekbone highlights -->
<ellipse cx="390" cy="530" rx="35" ry="20" fill="#e8c8a8" opacity="0.15" filter="url(#glow)"/>
<ellipse cx="634" cy="530" rx="35" ry="20" fill="#e8c8a8" opacity="0.15" filter="url(#glow)"/>
<!-- Mouth - Busey's wide mouth with distinctive smile -->
<!-- Upper lip -->
<path d="M400 600 Q430 580 460 590 Q490 595 512 592 Q534 595 564 590 Q594 580 624 600 Q620 610 600 615 Q560 620 512 618 Q464 620 424 615 Q404 610 400 600 Z" fill="url(#lipGrad)"/>
<!-- Upper lip highlight -->
<path d="M440 595 Q480 588 512 590 Q544 588 584 595" fill="none" stroke="#e09078" stroke-width="2" opacity="0.4"/>
<!-- Lower lip -->
<path d="M400 600 Q424 615 464 618 Q512 620 560 618 Q600 615 624 600 Q610 630 580 640 Q540 648 512 648 Q484 648 444 640 Q414 630 400 600 Z" fill="#c06850"/>
<!-- Lower lip highlight -->
<ellipse cx="512" cy="630" rx="40" ry="8" fill="#d88870" opacity="0.3" filter="url(#glow)"/>
<!-- Lip line -->
<path d="M400 600 Q430 595 460 598 Q490 600 512 598 Q534 600 564 598 Q594 595 624 600" fill="none" stroke="#7a3828" stroke-width="2"/>
<!-- Mouth corners -->
<path d="M400 600 Q395 605 398 610" fill="none" stroke="#7a3828" stroke-width="2"/>
<path d="M624 600 Q629 605 626 610" fill="none" stroke="#7a3828" stroke-width="2"/>
<!-- Teeth - Busey's famous smile with visible teeth -->
<!-- Upper teeth -->
<path d="M430 598 Q450 590 480 592 Q512 590 544 592 Q574 590 594 598 Q590 605 570 608 Q540 610 512 608 Q484 610 454 608 Q434 605 430 598 Z" fill="url(#teethGrad)"/>
<!-- Teeth individual lines -->
<path d="M450 594 L448 606" fill="none" stroke="#c8b898" stroke-width="1" opacity="0.6"/>
<path d="M470 593 L468 607" fill="none" stroke="#c8b898" stroke-width="1" opacity="0.6"/>
<path d="M490 592 L490 608" fill="none" stroke="#c8b898" stroke-width="1" opacity="0.6"/>
<path d="M512 591 L512 608" fill="none" stroke="#c8b898" stroke-width="1" opacity="0.6"/>
<path d="M534 592 L534 608" fill="none" stroke="#c8b898" stroke-width="1" opacity="0.6"/>
<path d="M554 593 L556 607" fill="none" stroke="#c8b898" stroke-width="1" opacity="0.6"/>
<path d="M574 595 L576 606" fill="none" stroke="#c8b898" stroke-width="1" opacity="0.6"/>
<!-- Lower teeth visible -->
<path d="M450 610 Q480 615 512 616 Q544 615 574 610 Q560 620 540 622 Q512 624 484 622 Q464 620 450 610 Z" fill="url(#teethGrad)" opacity="0.7"/>
<!-- Chin cleft - Busey has a subtle chin cleft -->
<path d="M500 740 Q512 750 524 740" fill="none" stroke="#a07050" stroke-width="2" opacity="0.3"/>
<!-- Chin shadow -->
<path d="M460 720 Q512 770 564 720" fill="#9a6848" opacity="0.2" filter="url(#deepShadow)"/>
<!-- Jaw line shadow -->
<path d="M320 600 Q300 680 340 750 Q380 800 512 820" fill="none" stroke="#9a6848" stroke-width="4" opacity="0.2" filter="url(#deepShadow)"/>
<path d="M704 600 Q724 680 684 750 Q644 800 512 820" fill="none" stroke="#9a6848" stroke-width="4" opacity="0.2" filter="url(#deepShadow)"/>
<!-- Ear left -->
<path d="M260 420 Q240 440 235 470 Q230 500 240 530 Q250 550 265 540 Q275 530 270 500 Q268 470 270 440 Z" fill="#c48a64" stroke="#a07050" stroke-width="2"/>
<path d="M255 450 Q248 470 248 490 Q248 510 255 520" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.4"/>
<path d="M262 460 Q258 480 258 500" fill="none" stroke="#b8805a" stroke-width="1.5" opacity="0.3"/>
<!-- Ear right -->
<path d="M764 420 Q784 440 789 470 Q794 500 784 530 Q774 550 759 540 Q749 530 754 500 Q756 470 754 440 Z" fill="#c48a64" stroke="#a07050" stroke-width="2"/>
<path d="M769 450 Q776 470 776 490 Q776 510 769 520" fill="none" stroke="#a07050" stroke-width="1.5" opacity="0.4"/>
<path d="M762 460 Q766 480 766 500" fill="none" stroke="#b8805a" stroke-width="1.5" opacity="0.3"/>
<!-- Facial hair stubble effect -->
<g opacity="0.08">
<circle cx="380" cy="580" r="1" fill="#3a2a1a"/>
<circle cx="390" cy="590" r="1" fill="#3a2a1a"/>
<circle cx="400" cy="575" r="1" fill="#3a2a1a"/>
<circle cx="410" cy="585" r="1" fill="#3a2a1a"/>
<circle cx="420" cy="595" r="1" fill="#3a2a1a"/>
<circle cx="430" cy="580" r="1" fill="#3a2a1a"/>
<circle cx="440" cy="590" r="1" fill="#3a2a1a"/>
<circle cx="450" cy="585" r="1" fill="#3a2a1a"/>
<circle cx="460" cy="595" r="1" fill="#3a2a1a"/>
<circle cx="470" cy="580" r="1" fill="#3a2a1a"/>
<circle cx="480" cy="590" r="1" fill="#3a2a1a"/>
<circle cx="490" cy="585" r="1" fill="#3a2a1a"/>
<circle cx="500" cy="595" r="1" fill="#3a2a1a"/>
<circle cx="510" cy="580" r="1" fill="#3a2a1a"/>
<circle cx="520" cy="590" r="1" fill="#3a2a1a"/>
<circle cx="530" cy="585" r="1" fill="#3a2a1a"/>
<circle cx="540" cy="595" r="1" fill="#3a2a1a"/>
<circle cx="550" cy="580" r="1" fill="#3a2a1a"/>
<circle cx="560" cy="590" r="1" fill="#3a2a1a"/>
<circle cx="570" cy="585" r="1" fill="#3a2a1a"/>
<circle cx="580" cy="595" r="1" fill="#3a2a1a"/>
<circle cx="590" cy="580" r="1" fill="#3a2a1a"/>
<circle cx="600" cy="590" r="1" fill="#3a2a1a"/>
<circle cx="610" cy="585" r="1" fill="#3a2a1a"/>
<circle cx="620" cy="595" r="1" fill="#3a2a1a"/>
<circle cx="630" cy="580" r="1" fill="#3a2a1a"/>
<circle cx="640" cy="590" r="1" fill="#3a2a1a"/>
<circle cx="650" cy="585" r="1" fill="#3a2a1a"/>
</g>
<!-- Additional stubble on chin -->
<g opacity="0.06">
<circle cx="460" cy="650" r="1.5" fill="#2a1a0a"/>
<circle cx="475" cy="660" r="1.5" fill="#2a1a0a"/>
<circle cx="490" cy="655" r="1.5" fill="#2a1a0a"/>
<circle cx="505" cy="665" r="1.5" fill="#2a1a0a"/>
<circle cx="520" cy="650" r="1.5" fill="#2a1a0a"/>
<circle cx="535" cy="660" r="1.5" fill="#2a1a0a"/>
<circle cx="550" cy="655" r="1.5" fill="#2a1a0a"/>
<circle cx="565" cy="665" r="1.5" fill="#2a1a0a"/>
<circle cx="580" cy="650" r="1.5" fill="#2a1a0a"/>
<circle cx="470" cy="680" r="1.5" fill="#2a1a0a"/>
<circle cx="490" cy="690" r="1.5" fill="#2a1a0a"/>
<circle cx="510" cy="685" r="1.5" fill="#2a1a0a"/>
<circle cx="530" cy="690" r="1.5" fill="#2a1a0a"/>
<circle cx="550" cy="680" r="1.5" fill="#2a1a0a"/>
<circle cx="480" cy="710" r="1.5" fill="#2a1a0a"/>
<circle cx="500" cy="715" r="1.5" fill="#2a1a0a"/>
<circle cx="520" cy="710" r="1.5" fill="#2a1a0a"/>
<circle cx="540" cy="715" r="1.5" fill="#2a1a0a"/>
</g>
<!-- Skin texture overlay -->
<ellipse cx="512" cy="520" rx="260" ry="340" fill="none" stroke="none" filter="url(#skinTexture)" opacity="0.05"/>
<!-- Overall face shadow on left side -->
<path d="M252 480 Q260 350 320 280 Q380 220 460 200 Q420 240 380 300 Q340 360 320 440 Q300 520 300 600 Q300 680 340 750 Q320 700 310 620 Q300 540 252 480 Z" fill="#8a5838" opacity="0.08"/>
<!-- Overall face shadow on right side -->
<path d="M772 480 Q764 350 704 280 Q644 220 564 200 Q604 240 644 300 Q684 360 704 440 Q724 520 724 600 Q724 680 684 750 Q704 700 714 620 Q724 540 772 480 Z" fill="#8a5838" opacity="0.08"/>
<!-- Forehead highlight -->
<ellipse cx="512" cy="300" rx="80" ry="40" fill="#e8c8a8" opacity="0.08" filter="url(#glow)"/>
<!-- Nose tip highlight -->
<ellipse cx="512" cy="505" rx="15" ry="10" fill="#e8c8a8" opacity="0.15" filter="url(#glow)"/>
</svg>