BuseyBench SVG Test
Generated by Meta on Jul 1, 2026 using prompt svg-v1-no-web.
1.7/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"> <!-- Face shape --> <path d="M512 0C229.6 0 0 229.6 0 512s229.6 512 512 512 512-229.6 512-512S794.4 0 512 0z" fill="#F5F5F5" filter="blur(2px)"/> <!-- Hair --> <path d="M512 0C229.6 0 0 229.6 0 512s229.6 512 512 512 512-229.6 512-512S794.4 0 512 0z" fill="#964B00" opacity="0.7" filter="blur(4px)"/> <path d="M512 0C229.6 0 0 229.6 0 512s229.6 512 512 512 512-229.6 512-512S794.4 0 512 0z" fill="#786C3B" opacity="0.5" filter="blur(6px)"/> <path d="M512 0C229.6 0 0 229.6 0 512s229.6 512 512 512 512-229.6 512-512S794.4 0 512 0z" fill="#786C3B" opacity="0.3" filter="blur(8px)"/> <!-- Eyes --> <circle cx="420" cy="420" r="60" fill="#FFFFFF" filter="blur(1px)"/> <circle cx="604" cy="420" r="60" fill="#FFFFFF" filter="blur(1px)"/> <circle cx="420" cy="420" r="40" fill="#000000" filter="blur(1px)"/> <circle cx="604" cy="420" r="40" fill="#000000" filter="blur(1px)"/> <circle cx="420" cy="420" r="20" fill="#FFFFFF" filter="blur(1px)"/> <circle cx="604" cy="420" r="20" fill="#FFFFFF" filter="blur(1px)"/> <!-- Eyebrows --> <path d="M400 380C420 360 440 340 460 320" stroke="#786C3B" stroke-width="10" stroke-linecap="round" filter="blur(1px)"/> <path d="M580 380C600 360 620 340 640 320" stroke="#786C3B" stroke-width="10" stroke-linecap="round" filter="blur(1px)"/> <!-- Nose --> <path d="M512 500C520 480 530 460 540 440" stroke="#786C3B" stroke-width="10" stroke-linecap="round" filter="blur(1px)"/> <path d="M512 500C504 480 496 460 488 440" stroke="#786C3B" stroke-width="10" stroke-linecap="round" filter="blur(1px)"/> <!-- Mouth --> <path d="M512 580C520 560 530 540 540 520" stroke="#786C3B" stroke-width="10" stroke-linecap="round" filter="blur(1px)"/> <path d="M512 580C504 560 496 540 488 520" stroke="#786C3B" stroke-width="10" stroke-linecap="round" filter="blur(1px)"/> <!-- Teeth --> <rect x="490" y="550" width="40" height="20" fill="#FFFFFF" filter="blur(1px)"/> <rect x="530" y="550" width="40" height="20" fill="#FFFFFF" filter="blur(1px)"/> <!-- Expressive features --> <circle cx="512" cy="450" r="10" fill="#786C3B" filter="blur(1px)"/> <circle cx="512" cy="550" r="10" fill="#786C3B" filter="blur(1px)"/> <path d="M512 500C520 480 530 460 540 440" stroke="#786C3B" stroke-width="5" stroke-linecap="round" filter="blur(1px)"/> <path d="M512 500C504 480 496 460 488 440" stroke="#786C3B" stroke-width="5" stroke-linecap="round" filter="blur(1px)"/> </svg>