BuseyBench SVG Test
MiniMax M3
Generated by MiniMax on Jul 1, 2026 using prompt svg-v1-no-web.
- Model release
- May 2026
- Cost
- $0.0143
- Tokens used
- 12,195 tokens307 prompt / 11,888 output / 225 reasoning
Run Telemetry
Jul 1, 2026
1m 40s
$0.0143
12,195 tokens
Prompt
Create a standalone SVG portrait of Gary Busey's face. Output only valid SVG markup. Do not wrap the SVG in Markdown fences. Do not use external images, links, scripts, CSS imports, or remote assets. Make the portrait recognizable as Gary Busey using vector shapes only. Include face shape, hair, eyes, eyebrows, nose, mouth, teeth, and expressive features. Use a 1024 by 1024 viewBox. Use detailed SVG-native vector techniques: layered paths, gradients, masks, clipping paths, shadows, highlights, blur filters, opacity, and fine strokes. The portrait should be as recognizable and detailed as possible.
Stored Source
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
<defs>
<!-- Background gradient -->
<radialGradient id="bgGrad" cx="50%" cy="40%" r="70%">
<stop offset="0%" stop-color="#5a4a3a"/>
<stop offset="60%" stop-color="#2a2018"/>
<stop offset="100%" stop-color="#0a0805"/>
</radialGradient>
<!-- Skin gradient -->
<radialGradient id="skinGrad" cx="50%" cy="45%" r="55%">
<stop offset="0%" stop-color="#e8c8a8"/>
<stop offset="50%" stop-color="#d4a878"/>
<stop offset="85%" stop-color="#b88a5c"/>
<stop offset="100%" stop-color="#8a6040"/>
</radialGradient>
<!-- Face shadow -->
<radialGradient id="faceShadow" cx="50%" cy="60%" r="50%">
<stop offset="60%" stop-color="#000" stop-opacity="0"/>
<stop offset="100%" stop-color="#000" stop-opacity="0.4"/>
</radialGradient>
<!-- Cheek glow -->
<radialGradient id="cheekGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#d88860" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#d88860" stop-opacity="0"/>
</radialGradient>
<!-- Hair gradient -->
<linearGradient id="hairGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#3a2a1a"/>
<stop offset="40%" stop-color="#5a3a22"/>
<stop offset="80%" stop-color="#2a1a10"/>
<stop offset="100%" stop-color="#1a0f08"/>
</linearGradient>
<!-- Hair highlight -->
<linearGradient id="hairHigh" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#8a6a40" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#8a6a40" stop-opacity="0"/>
</linearGradient>
<!-- Eye gradient -->
<radialGradient id="eyeGrad" cx="40%" cy="40%" r="60%">
<stop offset="0%" stop-color="#7a9080"/>
<stop offset="60%" stop-color="#4a6050"/>
<stop offset="100%" stop-color="#1a2018"/>
</radialGradient>
<!-- Iris highlight -->
<radialGradient id="irisHL" cx="35%" cy="30%" r="40%">
<stop offset="0%" stop-color="#c0d0b8" stop-opacity="0.9"/>
<stop offset="100%" stop-color="#c0d0b8" stop-opacity="0"/>
</radialGradient>
<!-- Teeth gradient -->
<linearGradient id="teethGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#f8f4e8"/>
<stop offset="100%" stop-color="#d4c8a8"/>
</linearGradient>
<!-- Mouth interior -->
<radialGradient id="mouthInt" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#5a2018"/>
<stop offset="100%" stop-color="#2a0808"/>
</radialGradient>
<!-- Nose shadow -->
<linearGradient id="noseShadow" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#000" stop-opacity="0"/>
<stop offset="50%" stop-color="#000" stop-opacity="0.2"/>
<stop offset="100%" stop-color="#000" stop-opacity="0.4"/>
</linearGradient>
<!-- Forehead highlight -->
<radialGradient id="foreheadHL" cx="50%" cy="30%" r="40%">
<stop offset="0%" stop-color="#f4d8b0" stop-opacity="0.7"/>
<stop offset="100%" stop-color="#f4d8b0" stop-opacity="0"/>
</radialGradient>
<!-- Blur filter for soft shadows -->
<filter id="softBlur" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="4"/>
</filter>
<filter id="hairBlur" x="-10%" y="-10%" width="120%" height="120%">
<feGaussianBlur stdDeviation="1.5"/>
</filter>
<filter id="bigBlur" x="-30%" y="-30%" width="160%" height="160%">
<feGaussianBlur stdDeviation="12"/>
</filter>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="3"/>
</filter>
<!-- Clip path for face -->
<clipPath id="faceClip">
<path d="M 512 180
C 380 180, 280 280, 270 420
C 260 540, 270 650, 290 740
C 310 820, 380 880, 460 900
C 500 910, 540 910, 580 900
C 660 880, 730 820, 750 740
C 770 650, 780 540, 770 420
C 760 280, 660 180, 512 180 Z"/>
</clipPath>
</defs>
<!-- Background -->
<rect width="1024" height="1024" fill="url(#bgGrad)"/>
<!-- Background atmospheric haze -->
<ellipse cx="512" cy="500" rx="400" ry="450" fill="#3a2a1a" opacity="0.3" filter="url(#bigBlur)"/>
<!-- Neck -->
<path d="M 420 820 L 410 940 L 620 940 L 610 820 Z" fill="url(#skinGrad)"/>
<path d="M 410 940 L 620 940 L 640 1024 L 390 1024 Z" fill="#8a6040"/>
<!-- Neck shadow -->
<ellipse cx="515" cy="830" rx="100" ry="20" fill="#000" opacity="0.5" filter="url(#softBlur)"/>
<!-- Ears -->
<g>
<!-- Left ear -->
<path d="M 265 480
C 240 470, 230 510, 235 560
C 240 610, 260 640, 285 645
C 295 645, 300 635, 300 620
L 295 540 Z"
fill="url(#skinGrad)"/>
<path d="M 255 510 C 248 540, 248 580, 260 615"
stroke="#8a6040" stroke-width="2" fill="none" opacity="0.6"/>
<path d="M 270 500 C 265 530, 265 570, 275 605"
stroke="#8a6040" stroke-width="1.5" fill="none" opacity="0.5"/>
<!-- Right ear -->
<path d="M 759 480
C 784 470, 794 510, 789 560
C 784 610, 764 640, 739 645
C 729 645, 724 635, 724 620
L 729 540 Z"
fill="url(#skinGrad)"/>
<path d="M 769 510 C 776 540, 776 580, 764 615"
stroke="#8a6040" stroke-width="2" fill="none" opacity="0.6"/>
<path d="M 754 500 C 759 530, 759 570, 749 605"
stroke="#8a6040" stroke-width="1.5" fill="none" opacity="0.5"/>
</g>
<!-- Face base -->
<path d="M 512 180
C 380 180, 280 280, 270 420
C 260 540, 270 650, 290 740
C 310 820, 380 880, 460 900
C 500 910, 540 910, 580 900
C 660 880, 730 820, 750 740
C 770 650, 780 540, 770 420
C 760 280, 660 180, 512 180 Z"
fill="url(#skinGrad)"/>
<!-- Face shadow overlay -->
<path d="M 512 180
C 380 180, 280 280, 270 420
C 260 540, 270 650, 290 740
C 310 820, 380 880, 460 900
C 500 910, 540 910, 580 900
C 660 880, 730 820, 750 740
C 770 650, 780 540, 770 420
C 760 280, 660 180, 512 180 Z"
fill="url(#faceShadow)"/>
<!-- Forehead highlight -->
<ellipse cx="512" cy="350" rx="180" ry="120" fill="url(#foreheadHL)"/>
<!-- Cheek glow left -->
<ellipse cx="370" cy="620" rx="80" ry="60" fill="url(#cheekGlow)" opacity="0.7"/>
<!-- Cheek glow right -->
<ellipse cx="660" cy="620" rx="80" ry="60" fill="url(#cheekGlow)" opacity="0.7"/>
<!-- Jaw definition shadow -->
<path d="M 320 720 C 350 800, 430 870, 512 880 C 594 870, 674 800, 704 720"
stroke="#6a4830" stroke-width="3" fill="none" opacity="0.4"/>
<!-- Cheekbones shading -->
<path d="M 300 540 C 320 580, 340 620, 360 660"
stroke="#a07050" stroke-width="2" fill="none" opacity="0.3"/>
<path d="M 724 540 C 704 580, 684 620, 664 660"
stroke="#a07050" stroke-width="2" fill="none" opacity="0.3"/>
<!-- HAIR - Wild and unkempt, characteristic of Gary Busey -->
<g filter="url(#hairBlur)">
<!-- Hair base shape - wild, sticking out -->
<path d="M 240 380
C 220 320, 230 240, 280 200
C 310 175, 350 165, 380 160
C 400 130, 450 115, 500 120
C 530 100, 580 105, 615 130
C 660 135, 720 160, 750 200
C 790 230, 815 290, 810 360
C 815 340, 825 320, 830 310
C 835 330, 830 360, 820 390
C 830 380, 845 370, 850 365
C 845 385, 830 410, 815 430
C 825 435, 835 445, 838 455
C 825 450, 810 448, 798 450
C 800 470, 795 490, 785 500
C 780 480, 775 465, 770 450
C 760 470, 745 485, 730 490
C 730 470, 732 450, 735 432
C 720 445, 705 450, 690 450
C 695 435, 700 420, 705 405
C 690 415, 675 418, 660 415
C 668 400, 675 385, 680 370
C 660 380, 640 385, 620 380
C 630 365, 640 350, 645 335
C 625 340, 605 338, 585 330
C 595 315, 605 300, 610 285
C 590 290, 570 288, 550 280
C 560 265, 570 250, 575 235
C 555 240, 535 238, 515 230
C 525 215, 535 200, 540 185
C 520 195, 500 200, 480 195
C 490 180, 498 165, 500 150
C 480 165, 460 175, 440 175
C 448 160, 455 145, 458 130
C 438 145, 418 155, 398 158
C 405 142, 410 128, 412 115
C 392 128, 372 140, 358 158
C 360 140, 365 122, 372 108
C 350 122, 332 142, 320 165
C 318 145, 322 125, 330 108
C 305 125, 285 152, 275 185
C 270 162, 275 140, 285 120
C 260 142, 245 175, 240 210
C 232 188, 235 165, 245 145
C 220 175, 210 220, 215 270
C 205 250, 205 225, 215 200
C 200 240, 195 290, 210 340
C 200 320, 198 295, 205 270
C 195 310, 198 360, 220 400
C 215 385, 215 370, 218 358
C 222 380, 230 398, 240 410 Z"
fill="url(#hairGrad)"/>
<!-- Additional wild strands -->
<path d="M 230 320 C 200 290, 195 250, 215 215"
stroke="#2a1a10" stroke-width="8" fill="none" stroke-linecap="round"/>
<path d="M 250 280 C 225 240, 220 195, 245 165"
stroke="#3a2418" stroke-width="6" fill="none" stroke-linecap="round"/>
<path d="M 290 240 C 280 200, 290 165, 320 140"
stroke="#2a1a10" stroke-width="7" fill="none" stroke-linecap="round"/>
<path d="M 350 200 C 350 170, 365 145, 395 130"
stroke="#4a3020" stroke-width="6" fill="none" stroke-linecap="round"/>
<path d="M 410 180 C 420 150, 445 130, 480 122"
stroke="#3a2418" stroke-width="5" fill="none" stroke-linecap="round"/>
<path d="M 470 160 C 485 135, 510 118, 545 115"
stroke="#2a1a10" stroke-width="6" fill="none" stroke-linecap="round"/>
<path d="M 540 150 C 555 130, 580 118, 615 118"
stroke="#4a3020" stroke-width="5" fill="none" stroke-linecap="round"/>
<path d="M 610 140 C 630 125, 660 120, 690 128"
stroke="#3a2418" stroke-width="6" fill="none" stroke-linecap="round"/>
<path d="M 680 145 C 705 135, 730 140, 755 158"
stroke="#2a1a10" stroke-width="7" fill="none" stroke-linecap="round"/>
<path d="M 740 175 C 770 170, 800 185, 815 215"
stroke="#4a3020" stroke-width="6" fill="none" stroke-linecap="round"/>
<path d="M 790 230 C 815 245, 830 280, 825 320"
stroke="#3a2418" stroke-width="5" fill="none" stroke-linecap="round"/>
<path d="M 810 300 C 835 320, 845 360, 838 400"
stroke="#2a1a10" stroke-width="4" fill="none" stroke-linecap="round"/>
<!-- Side wisps -->
<path d="M 240 380 C 215 395, 200 425, 195 460"
stroke="#2a1a10" stroke-width="5" fill="none" stroke-linecap="round"/>
<path d="M 800 380 C 825 395, 840 425, 845 460"
stroke="#2a1a10" stroke-width="5" fill="none" stroke-linecap="round"/>
<path d="M 215 420 C 195 440, 188 475, 195 510"
stroke="#1a0f08" stroke-width="4" fill="none" stroke-linecap="round"/>
<path d="M 825 420 C 845 440, 852 475, 845 510"
stroke="#1a0f08" stroke-width="4" fill="none" stroke-linecap="round"/>
</g>
<!-- Hair highlights -->
<g opacity="0.5">
<path d="M 320 200 C 340 180, 365 170, 390 165"
stroke="#8a6a40" stroke-width="3" fill="none" stroke-linecap="round"/>
<path d="M 450 145 C 475 135, 505 130, 535 132"
stroke="#8a6a40" stroke-width="3" fill="none" stroke-linecap="round"/>
<path d="M 590 140 C 615 138, 645 145, 670 160"
stroke="#8a6a40" stroke-width="3" fill="none" stroke-linecap="round"/>
<path d="M 720 195 C 745 210, 765 235, 775 265"
stroke="#8a6a40" stroke-width="3" fill="none" stroke-linecap="round"/>
</g>
<!-- Hair over forehead (bangs) -->
<g>
<path d="M 290 380
C 310 340, 350 320, 400 318
C 440 318, 480 330, 510 348
C 540 330, 580 318, 620 320
C 670 322, 715 345, 735 385
C 720 360, 690 345, 660 343
C 620 343, 580 358, 550 380
C 540 365, 520 355, 500 355
C 480 355, 460 365, 450 380
C 420 358, 380 348, 350 353
C 320 358, 300 370, 290 380 Z"
fill="url(#hairGrad)" opacity="0.95"/>
<!-- Wispy bangs strands -->
<path d="M 320 370 C 340 350, 370 345, 400 350"
stroke="#2a1a10" stroke-width="2" fill="none"/>
<path d="M 380 358 C 400 345, 425 342, 450 348"
stroke="#2a1a10" stroke-width="2" fill="none"/>
<path d="M 460 355 C 485 345, 510 348, 530 358"
stroke="#2a1a10" stroke-width="2" fill="none"/>
<path d="M 560 355 C 590 348, 620 350, 645 365"
stroke="#2a1a10" stroke-width="2" fill="none"/>
<path d="M 670 360 C 695 365, 715 378, 725 395"
stroke="#2a1a10" stroke-width="2" fill="none"/>
</g>
<!-- EYEBROWS - thick, expressive, slightly wild -->
<g>
<!-- Left eyebrow -->
<path d="M 340 425
C 360 410, 390 405, 420 410
C 440 412, 460 418, 470 425
C 460 422, 440 420, 415 420
C 390 422, 365 428, 348 435
C 342 432, 340 428, 340 425 Z"
fill="#3a2418" stroke="#1a0f08" stroke-width="1"/>
<!-- Eyebrow hairs -->
<path d="M 345 428 L 348 418" stroke="#1a0f08" stroke-width="1.5"/>
<path d="M 360 422 L 362 412" stroke="#1a0f08" stroke-width="1.5"/>
<path d="M 380 418 L 382 408" stroke="#1a0f08" stroke-width="1.5"/>
<path d="M 400 416 L 402 406" stroke="#1a0f08" stroke-width="1.5"/>
<path d="M 420 416 L 422 408" stroke="#1a0f08" stroke-width="1.5"/>
<path d="M 440 418 L 442 410" stroke="#1a0f08" stroke-width="1.5"/>
<path d="M 458 422 L 460 415" stroke="#1a0f08" stroke-width="1.5"/>
<!-- Right eyebrow -->
<path d="M 684 425
C 664 410, 634 405, 604 410
C 584 412, 564 418, 554 425
C 564 422, 584 420, 609 420
C 634 422, 659 428, 676 435
C 682 432, 684 428, 684 425 Z"
fill="#3a2418" stroke="#1a0f08" stroke-width="1"/>
<!-- Eyebrow hairs -->
<path d="M 679 428 L 676 418" stroke="#1a0f08" stroke-width="1.5"/>
<path d="M 664 422 L 662 412" stroke="#1a0f08" stroke-width="1.5"/>
<path d="M 644 418 L 642 408" stroke="#1a0f08" stroke-width="1.5"/>
<path d="M 624 416 L 622 406" stroke="#1a0f08" stroke-width="1.5"/>
<path d="M 604 416 L 602 408" stroke="#1a0f08" stroke-width="1.5"/>
<path d="M 584 418 L 582 410" stroke="#1a0f08" stroke-width="1.5"/>
<path d="M 566 422 L 564 415" stroke="#1a0f08" stroke-width="1.5"/>
</g>
<!-- Forehead wrinkles -->
<g opacity="0.4">
<path d="M 380 290 C 430 285, 500 283, 560 285 C 600 286, 640 290, 660 295"
stroke="#8a5a3a" stroke-width="1.5" fill="none"/>
<path d="M 390 320 C 440 316, 500 314, 560 316 C 600 318, 635 322, 655 326"
stroke="#8a5a3a" stroke-width="1.5" fill="none"/>
<path d="M 400 350 C 450 347, 500 346, 550 348 C 590 350, 620 354, 640 358"
stroke="#8a5a3a" stroke-width="1" fill="none"/>
</g>
<!-- EYES - intense, characteristic -->
<g>
<!-- Left eye socket shadow -->
<ellipse cx="405" cy="490" rx="55" ry="25" fill="#8a5a3a" opacity="0.3"/>
<!-- Right eye socket shadow -->
<ellipse cx="619" cy="490" rx="55" ry="25" fill="#8a5a3a" opacity="0.3"/>
<!-- Left eye white -->
<ellipse cx="405" cy="495" rx="42" ry="22" fill="#f4ede0"/>
<!-- Right eye white -->
<ellipse cx="619" cy="495" rx="42" ry="22" fill="#f4ede0"/>
<!-- Left iris -->
<circle cx="410" cy="495" r="18" fill="url(#eyeGrad)"/>
<!-- Right iris -->
<circle cx="624" cy="495" r="18" fill="url(#eyeGrad)"/>
<!-- Iris detail left -->
<circle cx="410" cy="495" r="14" fill="none" stroke="#1a2018" stroke-width="1" opacity="0.5"/>
<circle cx="410" cy="495" r="9" fill="none" stroke="#1a2018" stroke-width="0.8" opacity="0.4"/>
<!-- Iris detail right -->
<circle cx="624" cy="495" r="14" fill="none" stroke="#1a2018" stroke-width="1" opacity="0.5"/>
<circle cx="624" cy="495" r="9" fill="none" stroke="#1a2018" stroke-width="0.8" opacity="0.4"/>
<!-- Left pupil -->
<circle cx="412" cy="496" r="8" fill="#0a0805"/>
<!-- Right pupil -->
<circle cx="626" cy="496" r="8" fill="#0a0805"/>
<!-- Iris highlights -->
<ellipse cx="403" cy="488" rx="6" ry="5" fill="url(#irisHL)"/>
<ellipse cx="617" cy="488" rx="6" ry="5" fill="url(#irisHL)"/>
<!-- Small catchlight -->
<circle cx="404" cy="487" r="2" fill="#fff" opacity="0.9"/>
<circle cx="618" cy="487" r="2" fill="#fff" opacity="0.9"/>
<!-- Eye outline -->
<path d="M 363 495 C 370 478, 390 472, 405 472 C 425 472, 445 480, 450 495"
stroke="#2a1a10" stroke-width="2.5" fill="none" stroke-linecap="round"/>
<path d="M 363 495 C 370 512, 390 518, 405 518 C 425 518, 445 510, 450 495"
stroke="#2a1a10" stroke-width="2.5" fill="none" stroke-linecap="round"/>
<path d="M 574 495 C 581 478, 601 472, 619 472 C 639 472, 659 480, 661 495"
stroke="#2a1a10" stroke-width="2.5" fill="none" stroke-linecap="round"/>
<path d="M 574 495 C 581 512, 601 518, 619 518 C 639 518, 659 510, 661 495"
stroke="#2a1a10" stroke-width="2.5" fill="none" stroke-linecap="round"/>
<!-- Upper eyelid line -->
<path d="M 360 492 C 375 472, 405 466, 430 472 C 445 475, 452 485, 452 495"
stroke="#1a0f08" stroke-width="3" fill="none" stroke-linecap="round"/>
<path d="M 572 492 C 587 472, 617 466, 642 472 C 657 475, 664 485, 664 495"
stroke="#1a0f08" stroke-width="3" fill="none" stroke-linecap="round"/>
<!-- Lower eyelid -->
<path d="M 365 498 C 380 515, 410 522, 435 518 C 448 515, 453 508, 452 500"
stroke="#6a4830" stroke-width="1.5" fill="none" opacity="0.7"/>
<path d="M 577 498 C 592 515, 622 522, 647 518 C 660 515, 665 508, 664 500"
stroke="#6a4830" stroke-width="1.5" fill="none" opacity="0.7"/>
<!-- Crow's feet / wrinkles around eyes -->
<g opacity="0.5" stroke="#6a4830" stroke-width="1" fill="none">
<path d="M 350 480 L 335 470"/>
<path d="M 348 490 L 330 488"/>
<path d="M 352 505 L 333 510"/>
<path d="M 355 515 L 340 525"/>
<path d="M 674 480 L 689 470"/>
<path d="M 676 490 L 694 488"/>
<path d="M 672 505 L 691 510"/>
<path d="M 669 515 L 684 525"/>
</g>
<!-- Eyelashes -->
<g stroke="#1a0f08" stroke-width="1.2" fill="none">
<path d="M 372 480 L 368 472"/>
<path d="M 385 475 L 382 466"/>
<path d="M 400 472 L 398 463"/>
<path d="M 415 472 L 415 462"/>
<path d="M 430 475 L 432 466"/>
<path d="M 442 482 L 446 473"/>
<path d="M 584 480 L 588 472"/>
<path d="M 597 475 L 600 466"/>
<path d="M 612 472 L 614 463"/>
<path d="M 627 472 L 627 462"/>
<path d="M 642 475 L 640 466"/>
<path d="M 654 482 L 650 473"/>
</g>
</g>
<!-- NOSE - prominent, characteristic of Busey -->
<g>
<!-- Nose base shadow -->
<path d="M 480 510
C 470 540, 465 580, 470 620
C 475 650, 480 680, 490 700
C 500 720, 510 730, 512 740
C 514 730, 524 720, 534 700
C 544 680, 549 650, 554 620
C 559 580, 554 540, 544 510
C 540 500, 530 495, 512 495
C 494 495, 484 500, 480 510 Z"
fill="url(#skinGrad)"/>
<!-- Nose bridge highlight -->
<path d="M 502 520 C 498 560, 498 600, 502 640 C 504 660, 508 680, 512 700"
stroke="#f4d8b0" stroke-width="3" fill="none" opacity="0.6" stroke-linecap="round"/>
<path d="M 522 520 C 526 560, 526 600, 522 640 C 520 660, 516 680, 512 700"
stroke="#f4d8b0" stroke-width="2" fill="none" opacity="0.4" stroke-linecap="round"/>
<!-- Nose sides shadow -->
<path d="M 478 540 C 472 580, 472 620, 480 660"
stroke="#8a5a3a" stroke-width="2" fill="none" opacity="0.5"/>
<path d="M 546 540 C 552 580, 552 620, 544 660"
stroke="#8a5a3a" stroke-width="2" fill="none" opacity="0.5"/>
<!-- Nostrils -->
<ellipse cx="488" cy="715" rx="10" ry="6" fill="#2a1a10" transform="rotate(-15 488 715)"/>
<ellipse cx="536" cy="715" rx="10" ry="6" fill="#2a1a10" transform="rotate(15 536 715)"/>
<!-- Nose tip -->
<ellipse cx="512" cy="725" rx="28" ry="14" fill="#c89070" opacity="0.3"/>
<!-- Nose underline (bottom of nose) -->
<path d="M 470 718 C 485 728, 510 732, 512 732 C 514 732, 539 728, 554 718"
stroke="#6a4830" stroke-width="2" fill="none" opacity="0.6"/>
<!-- Nose wrinkles/bunny lines -->
<path d="M 488 700 C 485 690, 482 680, 480 670"
stroke="#6a4830" stroke-width="1" fill="none" opacity="0.4"/>
<path d="M 536 700 C 539 690, 542 680, 544 670"
stroke="#6a4830" stroke-width="1" fill="none" opacity="0.4"/>
</g>
<!-- MUSTACHE - characteristic -->
<g>
<!-- Mustache base -->
<path d="M 410 770
C 420 760, 440 758, 460 762
C 475 765, 490 770, 500 775
C 505 778, 512 780, 512 780
C 512 780, 519 778, 524 775
C 534 770, 549 765, 564 762
C 584 758, 604 760, 614 770
C 610 780, 595 790, 575 793
C 555 795, 535 790, 520 785
C 515 783, 512 782, 512 782
C 512 782, 509 783, 504 785
C 489 790, 469 795, 449 793
C 429 790, 414 780, 410 770 Z"
fill="#3a2418"/>
<!-- Mustache hair details -->
<g stroke="#1a0f08" stroke-width="0.8" fill="none" opacity="0.6">
<path d="M 420 768 C 425 775, 430 780, 435 783"/>
<path d="M 440 765 C 445 772, 450 778, 455 782"/>
<path d="M 460 768 C 465 775, 470 780, 475 783"/>
<path d="M 480 772 C 484 778, 488 782, 492 784"/>
<path d="M 500 776 C 504 780, 508 782, 512 783"/>
<path d="M 524 776 C 528 780, 532 782, 536 784"/>
<path d="M 544 772 C 548 778, 552 782, 556 783"/>
<path d="M 564 768 C 569 775, 574 780, 579 782"/>
<path d="M 584 765 C 589 772, 594 778, 599 780"/>
<path d="M 604 768 C 608 775, 612 780, 615 783"/>
</g>
</g>
<!-- MOUTH - wide, expressive, showing teeth (characteristic Busey grin) -->
<g>
<!-- Upper lip -->
<path d="M 420 800
C 440 790, 470 788, 500 795
C 510 798, 514 800, 512 800
C 510 800, 514 800, 524 795
C 554 788, 584 790, 604 800
C 595 808, 575 812, 555 812
C 535 812, 520 808, 512 808
C 504 808, 489 812, 469 812
C 449 812, 429 808, 420 800 Z"
fill="#8a3838"/>
<!-- Lower lip -->
<path d="M 425 830
C 445 845, 480 855, 512 855
C 544 855, 579 845, 599 830
C 580 850, 545 865, 512 865
C 479 865, 444 850, 425 830 Z"
fill="#a04848"/>
<!-- Mouth opening (showing teeth) -->
<path d="M 430 808
C 450 815, 480 820, 512 820
C 544 820, 574 815, 594 808
C 580 830, 545 840, 512 840
C 479 840, 444 830, 430 808 Z"
fill="url(#mouthInt)"/>
<!-- Upper teeth -->
<g>
<path d="M 442 812
C 450 810, 458 810, 466 812
L 466 824 C 458 826, 450 826, 442 824 Z"
fill="url(#teethGrad)" stroke="#d4c0a0" stroke-width="0.5"/>
<path d="M 466 812
C 474 810, 482 810, 490 812
L 490 825 C 482 827, 474 827, 466 825 Z"
fill="url(#teethGrad)" stroke="#d4c0a0" stroke-width="0.5"/>
<path d="M 490 812
C 498 810, 506 810, 512 812
L 512 825 C 506 827, 498 827, 490 825 Z"
fill="url(#teethGrad)" stroke="#d4c0a0" stroke-width="0.5"/>
<path d="M 512 812
C 518 810, 526 810, 534 812
L 534 825 C 526 827, 518 827, 512 825 Z"
fill="url(#teethGrad)" stroke="#d4c0a0" stroke-width="0.5"/>
<path d="M 534 812
C 542 810, 550 810, 558 812
L 558 825 C 550 827, 542 827, 534 825 Z"
fill="url(#teethGrad)" stroke="#d4c0a0" stroke-width="0.5"/>
<path d="M 558 812
C 566 810, 574 810, 582 812
L 582 824 C 574 826, 566 826, 558 824 Z"
fill="url(#teethGrad)" stroke="#d4c0a0" stroke-width="0.5"/>
</g>
<!-- Lower teeth -->
<g>
<path d="M 450 830
C 458 832, 466 832, 474 830
L 474 838 C 466 840, 458 840, 450 838 Z"
fill="url(#teethGrad)" stroke="#d4c0a0" stroke-width="0.5"/>
<path d="M 474 830
C 482 832, 490 832, 498 830
L 498 838 C 490 840, 482 840, 474 838 Z"
fill="url(#teethGrad)" stroke="#d4c0a0" stroke-width="0.5"/>
<path d="M 498 830
C 506 832, 512 832, 512 832
C 512 832, 518 832, 526 830
L 526 838 C 518 840, 512 840, 512 840
C 512 840, 506 840, 498 838 Z"
fill="url(#teethGrad)" stroke="#d4c0a0" stroke-width="0.5"/>
<path d="M 526 830
C 534 832, 542 832, 550 830
L 550 838 C 542 840, 534 840, 526 838 Z"
fill="url(#teethGrad)" stroke="#d4c0a0" stroke-width="0.5"/>
<path d="M 550 830
C 558 832, 566 832, 574 830
L 574 838 C 566 840, 558 840, 550 838 Z"
fill="url(#teethGrad)" stroke="#d4c0a0" stroke-width="0.5"/>
</g>
<!-- Lip highlights -->
<path d="M 445 798 C 475 793, 505 793, 535 795 C 555 796, 575 800, 590 803"
stroke="#c06868" stroke-width="1.5" fill="none" opacity="0.6"/>
<path d="M 440 855 C 470 862, 500 865, 530 865 C 555 865, 575 862, 595 855"
stroke="#c06868" stroke-width="1.5" fill="none" opacity="0.6"/>
<!-- Smile lines / nasolabial folds -->
<path d="M 380 760 C 395 785, 410 805, 425 820"
stroke="#6a4830" stroke-width="2" fill="none" opacity="0.5"/>
<path d="M 644 760 C 629 785, 614 805, 599 820"
stroke="#6a4830" stroke-width="2" fill="none" opacity="0.5"/>
</g>
<!-- Chin definition -->
<g opacity="0.4">
<path d="M 460 870 C 480 885, 500 890, 512 890"
stroke="#6a4830" stroke-width="1.5" fill="none"/>
<path d="M 564 870 C 544 885, 524 890, 512 890"
stroke="#6a4830" stroke-width="1.5" fill="none"/>
</g>
<!-- Chin cleft/dimple -->
<path d="M 512 875 L 512 895"
stroke="#6a4830" stroke-width="1.5" opacity="0.5" fill="none"/>
<!-- Face wrinkles/texture -->
<g opacity="0.35" stroke="#6a4830" fill="none">
<path d="M 320 600 C 325 620, 330 640, 338 660" stroke-width="1"/>
<path d="M 704 600 C 699 620, 694 640, 686 660" stroke-width="1"/>
<path d="M 350 700 C 360 715, 372 728, 385 738" stroke-width="1"/>
<path d="M 674 700 C 664 715, 652 728, 639 738" stroke-width="1"/>
<path d="M 400 800 C 405 810, 410 820, 415 825" stroke-width="0.8"/>
<path d="M 624 800 C 619 810, 614 820, 609 825" stroke-width="0.8"/>
</g>
<!-- Stubble/5 o'clock shadow texture -->
<g opacity="0.25">
<ellipse cx="450" cy="840" rx="50" ry="40" fill="#3a2418" filter="url(#softBlur)"/>
<ellipse cx="574" cy="840" rx="50" ry="40" fill="#3a2418" filter="url(#softBlur)"/>
<ellipse cx="512" cy="870" rx="60" ry="30" fill="#3a2418" filter="url(#softBlur)"/>
</g>
<!-- Forehead vein/temple detail -->
<path d="M 350 380 C 355 395, 358 410, 360 425"
stroke="#8a5a40" stroke-width="1" fill="none" opacity="0.3"/>
<path d="M 674 380 C 669 395, 666 410, 664 425"
stroke="#8a5a40" stroke-width="1" fill="none" opacity="0.3"/>
<!-- Cheekbone highlights -->
<ellipse cx="365" cy="580" rx="30" ry="20" fill="#f4d8b0" opacity="0.3" filter="url(#softBlur)"/>
<ellipse cx="659" cy="580" rx="30" ry="20" fill="#f4d8b0" opacity="0.3" filter="url(#softBlur)"/>
<!-- Nose tip highlight -->
<ellipse cx="508" cy="715" rx="8" ry="4" fill="#f8e0c0" opacity="0.5"/>
<ellipse cx="516" cy="715" rx="8" ry="4" fill="#f8e0c0" opacity="0.5"/>
<!-- Lipstick/gloss highlight on lips -->
<ellipse cx="490" cy="848" rx="25" ry="6" fill="#f4b8a0" opacity="0.4"/>
<!-- Additional hair wisps over face -->
<g opacity="0.7">
<path d="M 280 420 C 275 450, 280 480, 290 500"
stroke="#2a1a10" stroke-width="2" fill="none"/>
<path d="M 744 420 C 749 450, 744 480, 734 500"
stroke="#2a1a10" stroke-width="2" fill="none"/>
</g>
<!-- Subtle facial expression lines -->
<g opacity="0.4" stroke="#6a4830" fill="none">
<path d="M 360 540 C 358 555, 360 570, 365 580" stroke-width="0.8"/>
<path d="M 664 540 C 666 555, 664 570, 659 580" stroke-width="0.8"/>
</g>
<!-- Eye under-eye bags (slight) -->
<ellipse cx="405" cy="515" rx="20" ry="4" fill="#a07050" opacity="0.2"/>
<ellipse cx="619" cy="515" rx="20" ry="4" fill="#a07050" opacity="0.2"/>
<!-- Glabella lines (between eyebrows) -->
<g opacity="0.5" stroke="#6a4830" fill="none" stroke-width="1">
<path d="M 500 420 L 500 450"/>
<path d="M 510 420 L 510 455"/>
<path d="M 520 420 L 520 450"/>
</g>
<!-- Subtle skin texture with dots -->
<g opacity="0.3" fill="#8a5a3a">
<circle cx="380" cy="500" r="0.8"/>
<circle cx="420" cy="550" r="0.8"/>
<circle cx="350" cy="620" r="0.8"/>
<circle cx="600" cy="500" r="0.8"/>
<circle cx="650" cy="580" r="0.8"/>
<circle cx="680" cy="640" r="0.8"/>
<circle cx="450" cy="700" r="0.8"/>
<circle cx="570" cy="700" r="0.8"/>
<circle cx="400" cy="650" r="0.8"/>
<circle cx="630" cy="660" r="0.8"/>
</g>
<!-- Final overall lighting overlay -->
<ellipse cx="512" cy="450" rx="250" ry="350" fill="url(#faceShadow)" opacity="0.3"/>
</svg>