BuseyBench SVG Test
Qwen3.7 Plus
Generated by Qwen on Jul 1, 2026 using prompt svg-v1-no-web.
- Model release
- Jun 2026
- Cost
- $0.0119
- Tokens used
- 9,418 tokens145 prompt / 9,273 output / 179 reasoning
Run Telemetry
Jul 1, 2026
2m 48s
$0.0119
9,418 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>
<radialGradient id="skinGrad" cx="50%" cy="45%" r="50%">
<stop offset="0%" stop-color="#f0c8a0"/>
<stop offset="60%" stop-color="#e0b088"/>
<stop offset="100%" stop-color="#c89070"/>
</radialGradient>
<radialGradient id="skinHighlight" cx="45%" cy="35%" r="40%">
<stop offset="0%" stop-color="#ffe8d0" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#f0c8a0" stop-opacity="0"/>
</radialGradient>
<linearGradient id="hairGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#c8b898"/>
<stop offset="40%" stop-color="#a89878"/>
<stop offset="100%" stop-color="#887858"/>
</linearGradient>
<radialGradient id="eyeWhite" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="80%" stop-color="#f0ece8"/>
<stop offset="100%" stop-color="#d8d0c8"/>
</radialGradient>
<radialGradient id="irisGrad" cx="45%" cy="40%" r="50%">
<stop offset="0%" stop-color="#6888a8"/>
<stop offset="50%" stop-color="#486888"/>
<stop offset="100%" stop-color="#2a4a68"/>
</radialGradient>
<linearGradient id="lipGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#c87068"/>
<stop offset="50%" stop-color="#b86058"/>
<stop offset="100%" stop-color="#a05048"/>
</linearGradient>
<linearGradient id="teethGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#f0e8d8"/>
</linearGradient>
<linearGradient id="bgGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#2a3a5a"/>
<stop offset="100%" stop-color="#1a2a3a"/>
</linearGradient>
<filter id="softShadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="8" result="blur"/>
<feOffset dx="4" dy="6" result="offset"/>
<feFlood flood-color="#000000" flood-opacity="0.3" result="color"/>
<feComposite in="color" in2="offset" operator="in" result="shadow"/>
<feMerge>
<feMergeNode in="shadow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<filter id="softBlur">
<feGaussianBlur stdDeviation="2"/>
</filter>
<filter id="tinyBlur">
<feGaussianBlur stdDeviation="1"/>
</filter>
<filter id="wrinkleBlur">
<feGaussianBlur stdDeviation="0.5"/>
</filter>
<clipPath id="faceClip">
<ellipse cx="512" cy="520" rx="220" ry="280"/>
</clipPath>
<clipPath id="mouthClip">
<path d="M380,640 Q420,620 512,625 Q604,620 644,640 Q620,700 512,710 Q404,700 380,640Z"/>
</clipPath>
<radialGradient id="cheekBlush" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#d89080" stop-opacity="0.4"/>
<stop offset="100%" stop-color="#d89080" stop-opacity="0"/>
</radialGradient>
<linearGradient id="neckGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#d8a880"/>
<stop offset="100%" stop-color="#c09068"/>
</linearGradient>
<linearGradient id="shirtGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#2a2a2a"/>
<stop offset="100%" stop-color="#1a1a1a"/>
</linearGradient>
</defs>
<!-- Background -->
<rect width="1024" height="1024" fill="url(#bgGrad)"/>
<ellipse cx="512" cy="500" rx="400" ry="450" fill="#3a4a6a" opacity="0.3"/>
<!-- Neck -->
<path d="M420,750 L420,880 Q420,920 460,940 L564,940 Q604,920 604,880 L604,750Z" fill="url(#neckGrad)" filter="url(#softShadow)"/>
<path d="M440,780 L440,850" stroke="#c09068" stroke-width="1" opacity="0.3" fill="none"/>
<path d="M580,780 L580,850" stroke="#c09068" stroke-width="1" opacity="0.3" fill="none"/>
<!-- Shirt/Collar -->
<path d="M300,900 Q350,860 420,880 L420,1024 L300,1024Z" fill="url(#shirtGrad)"/>
<path d="M724,900 Q674,860 604,880 L604,1024 L724,1024Z" fill="url(#shirtGrad)"/>
<path d="M420,880 L512,960 L604,880 L604,1024 L420,1024Z" fill="#222222"/>
<path d="M420,880 L512,960" stroke="#333333" stroke-width="2" fill="none"/>
<path d="M604,880 L512,960" stroke="#333333" stroke-width="2" fill="none"/>
<!-- Ears -->
<ellipse cx="290" cy="500" rx="35" ry="55" fill="#e0b088" filter="url(#softShadow)"/>
<ellipse cx="290" cy="500" rx="22" ry="38" fill="#d8a078" opacity="0.6"/>
<path d="M280,475 Q295,480 298,500 Q295,520 285,530" stroke="#c09068" stroke-width="2" fill="none" opacity="0.5"/>
<ellipse cx="734" cy="500" rx="35" ry="55" fill="#e0b088" filter="url(#softShadow)"/>
<ellipse cx="734" cy="500" rx="22" ry="38" fill="#d8a078" opacity="0.6"/>
<path d="M744,475 Q729,480 726,500 Q729,520 739,530" stroke="#c09068" stroke-width="2" fill="none" opacity="0.5"/>
<!-- Face shape - Gary Busey's wide, angular face -->
<path d="M310,420
Q310,300 380,260
Q440,230 512,225
Q584,230 644,260
Q714,300 714,420
L714,540
Q714,620 680,680
Q640,740 580,770
Q540,790 512,790
Q484,790 444,770
Q384,740 344,680
Q310,620 310,540Z"
fill="url(#skinGrad)" filter="url(#softShadow)"/>
<!-- Face highlight -->
<path d="M340,380
Q340,300 400,270
Q450,250 512,245
Q574,250 624,270
Q684,300 684,380
L684,480
Q684,520 660,560
Q620,600 512,600
Q404,600 364,560
Q340,520 340,480Z"
fill="url(#skinHighlight)"/>
<!-- Forehead wrinkles -->
<g opacity="0.25" filter="url(#wrinkleBlur)">
<path d="M380,310 Q450,300 512,302 Q574,300 644,310" stroke="#a08060" stroke-width="1.5" fill="none"/>
<path d="M390,325 Q450,318 512,320 Q574,318 634,325" stroke="#a08060" stroke-width="1.5" fill="none"/>
<path d="M400,340 Q450,335 512,336 Q574,335 624,340" stroke="#a08060" stroke-width="1.2" fill="none"/>
</g>
<!-- Cheekbones - prominent -->
<ellipse cx="380" cy="560" rx="50" ry="35" fill="url(#cheekBlush)"/>
<ellipse cx="644" cy="560" rx="50" ry="35" fill="url(#cheekBlush)"/>
<!-- Cheekbone shadow/definition -->
<path d="M340,520 Q360,560 380,580 Q400,560 420,540" stroke="#c09068" stroke-width="1.5" fill="none" opacity="0.3" filter="url(#tinyBlur)"/>
<path d="M684,520 Q664,560 644,580 Q624,560 604,540" stroke="#c09068" stroke-width="1.5" fill="none" opacity="0.3" filter="url(#tinyBlur)"/>
<!-- Nasolabial folds (laugh lines) - very prominent on Busey -->
<path d="M420,530 Q400,580 390,630 Q385,660 395,690" stroke="#b89070" stroke-width="2.5" fill="none" opacity="0.5" filter="url(#tinyBlur)"/>
<path d="M604,530 Q624,580 634,630 Q639,660 629,690" stroke="#b89070" stroke-width="2.5" fill="none" opacity="0.5" filter="url(#tinyBlur)"/>
<!-- Eye sockets / brow ridge shadow -->
<ellipse cx="420" cy="430" rx="65" ry="35" fill="#c89878" opacity="0.3" filter="url(#softBlur)"/>
<ellipse cx="604" cy="430" rx="65" ry="35" fill="#c89878" opacity="0.3" filter="url(#softBlur)"/>
<!-- Eyebrows - thick, expressive, slightly raised (Busey's manic look) -->
<path d="M350,385 Q380,365 420,370 Q450,372 470,380" stroke="#8a7858" stroke-width="8" fill="none" stroke-linecap="round" filter="url(#tinyBlur)"/>
<path d="M350,385 Q380,367 420,372 Q450,374 470,380" stroke="#9a8868" stroke-width="5" fill="none" stroke-linecap="round"/>
<path d="M355,383 Q385,370 415,373" stroke="#7a6848" stroke-width="3" fill="none" stroke-linecap="round" opacity="0.5"/>
<path d="M554,380 Q574,372 604,370 Q644,365 674,385" stroke="#8a7858" stroke-width="8" fill="none" stroke-linecap="round" filter="url(#tinyBlur)"/>
<path d="M554,380 Q574,374 604,372 Q644,367 674,385" stroke="#9a8868" stroke-width="5" fill="none" stroke-linecap="round"/>
<path d="M609,373 Q639,370 669,383" stroke="#7a6848" stroke-width="3" fill="none" stroke-linecap="round" opacity="0.5"/>
<!-- Eyes - wide, intense (signature Busey look) -->
<!-- Left eye -->
<g>
<!-- Eye white -->
<ellipse cx="420" cy="435" rx="42" ry="26" fill="url(#eyeWhite)"/>
<!-- Iris -->
<circle cx="422" cy="435" r="18" fill="url(#irisGrad)"/>
<!-- Pupil -->
<circle cx="422" cy="434" r="9" fill="#1a1a2a"/>
<!-- Pupil highlight -->
<circle cx="416" cy="429" r="4" fill="white" opacity="0.8"/>
<circle cx="428" cy="438" r="2" fill="white" opacity="0.4"/>
<!-- Upper eyelid -->
<path d="M378,435 Q395,408 420,405 Q445,408 462,435" stroke="#6a5a48" stroke-width="3" fill="none"/>
<!-- Lower eyelid -->
<path d="M382,440 Q400,458 420,460 Q440,458 458,440" stroke="#8a7a68" stroke-width="1.5" fill="none" opacity="0.6"/>
<!-- Eyelid crease -->
<path d="M382,420 Q400,400 420,398 Q440,400 458,420" stroke="#b09878" stroke-width="1.5" fill="none" opacity="0.4"/>
<!-- Upper eyelid shadow -->
<path d="M380,435 Q395,412 420,409 Q445,412 460,435" fill="#a08868" opacity="0.2"/>
<!-- Crow's feet -->
<g opacity="0.3" filter="url(#wrinkleBlur)">
<path d="M370,425 L358,418" stroke="#a08060" stroke-width="1" fill="none"/>
<path d="M370,435 L355,435" stroke="#a08060" stroke-width="1" fill="none"/>
<path d="M370,445 L358,452" stroke="#a08060" stroke-width="1" fill="none"/>
</g>
</g>
<!-- Right eye -->
<g>
<ellipse cx="604" cy="435" rx="42" ry="26" fill="url(#eyeWhite)"/>
<circle cx="602" cy="435" r="18" fill="url(#irisGrad)"/>
<circle cx="602" cy="434" r="9" fill="#1a1a2a"/>
<circle cx="596" cy="429" r="4" fill="white" opacity="0.8"/>
<circle cx="608" cy="438" r="2" fill="white" opacity="0.4"/>
<path d="M562,435 Q579,408 604,405 Q629,408 646,435" stroke="#6a5a48" stroke-width="3" fill="none"/>
<path d="M566,440 Q584,458 604,460 Q624,458 642,440" stroke="#8a7a68" stroke-width="1.5" fill="none" opacity="0.6"/>
<path d="M566,420 Q584,400 604,398 Q624,400 642,420" stroke="#b09878" stroke-width="1.5" fill="none" opacity="0.4"/>
<path d="M564,435 Q579,412 604,409 Q629,412 644,435" fill="#a08868" opacity="0.2"/>
<g opacity="0.3" filter="url(#wrinkleBlur)">
<path d="M654,425 L666,418" stroke="#a08060" stroke-width="1" fill="none"/>
<path d="M654,435 L669,435" stroke="#a08060" stroke-width="1" fill="none"/>
<path d="M654,445 L666,452" stroke="#a08060" stroke-width="1" fill="none"/>
</g>
</g>
<!-- Nose - prominent, slightly broad -->
<path d="M505,420 L500,500 Q495,530 485,545" stroke="#c89878" stroke-width="2" fill="none" opacity="0.5"/>
<path d="M519,420 L524,500 Q529,530 539,545" stroke="#c89878" stroke-width="2" fill="none" opacity="0.5"/>
<!-- Nose bridge highlight -->
<path d="M508,420 L506,500" stroke="#f0d8c0" stroke-width="3" fill="none" opacity="0.3" filter="url(#tinyBlur)"/>
<!-- Nose tip and nostrils -->
<ellipse cx="512" cy="550" rx="28" ry="18" fill="#d8a880" opacity="0.5"/>
<ellipse cx="495" cy="555" rx="12" ry="8" fill="#a07858" opacity="0.5"/>
<ellipse cx="529" cy="555" rx="12" ry="8" fill="#a07858" opacity="0.5"/>
<!-- Nostril openings -->
<ellipse cx="496" cy="556" rx="7" ry="5" fill="#705040" opacity="0.6"/>
<ellipse cx="528" cy="556" rx="7" ry="5" fill="#705040" opacity="0.6"/>
<!-- Nose bottom definition -->
<path d="M484,548 Q495,565 512,568 Q529,565 540,548" stroke="#b89070" stroke-width="1.5" fill="none" opacity="0.4"/>
<!-- Mouth - wide, expressive smile showing teeth -->
<!-- Upper lip -->
<path d="M395,640 Q430,625 470,628 Q495,620 512,618 Q529,620 554,628 Q594,625 629,640"
fill="url(#lipGrad)" stroke="#905048" stroke-width="1"/>
<!-- Teeth area -->
<path d="M400,640 Q430,632 470,634 Q495,628 512,626 Q529,628 554,634 Q594,632 624,640
Q610,670 512,675 Q414,670 400,640Z"
fill="url(#teethGrad)"/>
<!-- Individual teeth lines -->
<g stroke="#e0d8c8" stroke-width="0.8" opacity="0.5">
<line x1="460" y1="634" x2="458" y2="668"/>
<line x1="480" y1="630" x2="478" y2="672"/>
<line x1="500" y1="627" x2="499" y2="674"/>
<line x1="512" y1="626" x2="512" y2="675"/>
<line x1="524" y1="627" x2="525" y2="674"/>
<line x1="544" y1="630" x2="546" y2="672"/>
<line x1="564" y1="634" x2="566" y2="668"/>
</g>
<!-- Lower lip -->
<path d="M400,640 Q414,670 512,675 Q610,670 624,640
Q610,695 512,705 Q414,695 400,640Z"
fill="url(#lipGrad)" opacity="0.8"/>
<!-- Lower lip highlight -->
<path d="M450,680 Q480,690 512,692 Q544,690 574,680" stroke="#d89088" stroke-width="2" fill="none" opacity="0.3" filter="url(#tinyBlur)"/>
<!-- Lip corners - smile lines -->
<path d="M390,642 Q385,650 388,660" stroke="#b08068" stroke-width="2" fill="none" opacity="0.4"/>
<path d="M634,642 Q639,650 636,660" stroke="#b08068" stroke-width="2" fill="none" opacity="0.4"/>
<!-- Chin -->
<ellipse cx="512" cy="750" rx="45" ry="25" fill="#e8b890" opacity="0.3"/>
<path d="M480,740 Q512,760 544,740" stroke="#c89878" stroke-width="1.5" fill="none" opacity="0.3"/>
<!-- Chin dimple suggestion -->
<ellipse cx="512" cy="745" rx="8" ry="5" fill="#c89878" opacity="0.2"/>
<!-- Jaw line definition -->
<path d="M330,600 Q340,680 380,730 Q420,770 470,785" stroke="#c09068" stroke-width="2" fill="none" opacity="0.25" filter="url(#tinyBlur)"/>
<path d="M694,600 Q684,680 644,730 Q604,770 554,785" stroke="#c09068" stroke-width="2" fill="none" opacity="0.25" filter="url(#tinyBlur)"/>
<!-- Hair - thinning, swept back, lighter colored -->
<!-- Main hair mass -->
<path d="M310,400
Q305,340 320,290
Q340,240 380,210
Q420,185 470,175
Q512,170 554,175
Q604,185 644,210
Q684,240 704,290
Q719,340 714,400
Q710,370 700,340
Q690,300 660,270
Q630,245 590,230
Q550,218 512,215
Q474,218 434,230
Q394,245 364,270
Q334,300 324,340
Q314,370 310,400Z"
fill="url(#hairGrad)"/>
<!-- Hair texture strands -->
<g stroke="#b8a888" stroke-width="1.5" fill="none" opacity="0.4">
<path d="M360,220 Q400,195 450,185 Q500,180 512,178"/>
<path d="M380,210 Q420,190 470,182 Q520,178 560,182"/>
<path d="M400,205 Q440,188 490,180 Q540,178 580,185"/>
<path d="M340,240 Q380,210 430,195 Q480,185 512,182"/>
<path d="M660,220 Q620,195 570,185 Q530,180 512,178"/>
<path d="M640,210 Q600,190 550,182 Q510,178 470,182"/>
<path d="M680,240 Q640,210 590,195 Q540,185 512,182"/>
</g>
<!-- Hair highlights -->
<g stroke="#d8c8a8" stroke-width="1" fill="none" opacity="0.3">
<path d="M400,200 Q450,185 512,180 Q574,185 624,200"/>
<path d="M380,215 Q430,195 512,190 Q594,195 644,215"/>
<path d="M420,195 Q470,183 512,180 Q554,183 604,195"/>
</g>
<!-- Receding hairline / temples -->
<path d="M310,400 Q315,360 330,320 Q340,300 355,280" fill="url(#skinGrad)" opacity="0.6"/>
<path d="M714,400 Q709,360 694,320 Q684,300 669,280" fill="url(#skinGrad)" opacity="0.6"/>
<!-- Side hair / sideburns -->
<path d="M310,400 Q305,430 300,460 Q298,480 300,500" stroke="#a89878" stroke-width="6" fill="none" opacity="0.5"/>
<path d="M714,400 Q719,430 724,460 Q726,480 724,500" stroke="#a89878" stroke-width="6" fill="none" opacity="0.5"/>
<!-- Additional hair wisps on top for thinning effect -->
<g stroke="#c8b898" stroke-width="1" fill="none" opacity="0.3">
<path d="M440,190 Q460,178 490,175"/>
<path d="M530,175 Q560,178 580,190"/>
<path d="M460,185 Q490,176 520,176 Q550,178 570,185"/>
</g>
<!-- Under-eye bags / intensity lines (Busey's expressive eyes) -->
<path d="M385,455 Q405,465 425,465 Q445,463 458,455" stroke="#b89878" stroke-width="1.5" fill="none" opacity="0.35" filter="url(#wrinkleBlur)"/>
<path d="M566,455 Q586,465 606,465 Q626,463 640,455" stroke="#b89878" stroke-width="1.5" fill="none" opacity="0.35" filter="url(#wrinkleBlur)"/>
<!-- Forehead additional character lines -->
<g opacity="0.2" filter="url(#wrinkleBlur)">
<path d="M410,355 Q460,348 512,350 Q564,348 614,355" stroke="#a08060" stroke-width="1" fill="none"/>
</g>
<!-- Between-brow furrow (intense expression) -->
<path d="M490,390 Q495,380 498,395" stroke="#b09070" stroke-width="1.5" fill="none" opacity="0.3"/>
<path d="M526,390 Q531,380 534,395" stroke="#b09070" stroke-width="1.5" fill="none" opacity="0.3"/>
<!-- Subtle face shadow on sides -->
<path d="M310,420 Q310,500 320,580 Q330,640 360,700" stroke="#a07858" stroke-width="8" fill="none" opacity="0.1" filter="url(#softBlur)"/>
<path d="M714,420 Q714,500 704,580 Q694,640 664,700" stroke="#a07858" stroke-width="8" fill="none" opacity="0.1" filter="url(#softBlur)"/>
<!-- Philtrum (groove above upper lip) -->
<path d="M505,570 L503,618" stroke="#c89878" stroke-width="1.5" fill="none" opacity="0.3"/>
<path d="M519,570 L521,618" stroke="#c89878" stroke-width="1.5" fill="none" opacity="0.3"/>
<!-- Subtle five o'clock shadow suggestion -->
<g opacity="0.08">
<ellipse cx="512" cy="720" rx="80" ry="50" fill="#706050"/>
<ellipse cx="400" cy="660" rx="40" ry="50" fill="#706050"/>
<ellipse cx="624" cy="660" rx="40" ry="50" fill="#706050"/>
</g>
<!-- Final highlight on forehead -->
<ellipse cx="500" cy="310" rx="60" ry="30" fill="white" opacity="0.08" filter="url(#softBlur)"/>
<!-- Nose bridge light catch -->
<ellipse cx="510" cy="480" rx="6" ry="30" fill="white" opacity="0.1" filter="url(#tinyBlur)"/>
<!-- Cheek highlights -->
<ellipse cx="400" cy="540" rx="25" ry="15" fill="white" opacity="0.06" filter="url(#softBlur)"/>
<ellipse cx="624" cy="540" rx="25" ry="15" fill="white" opacity="0.06" filter="url(#softBlur)"/>
</svg>