BuseyBench SVG Test
Generated by Gryphe on Jul 2, 2026 using prompt svg-v1-no-web.
0.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 width="1024" height="1024" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<mask id="hair-mask">
<path d="M512,128 A256,256 0 1,0 768,128" />
</mask>
<mask id="eyebrows-mask">
<path d="M512,192 A256,256 0 1,0 768,192" />
</mask>
<mask id="nose-mask">
<path d="M512,256 A256,256 0 1,0 768,256" />
</mask>
<mask id="mouth-mask">
<path d="M512,320 A256,256 0 1,0 768,320" />
</mask>
<mask id="teeth-mask">
<path d="M512,384 A256,256 0 1,0 768,384" />
</mask>
</defs>
<g mask="url(#hair-mask) url(#eyebrows-mask) url(#nose-mask) url(#mouth-mask) url(#teeth-mask)">
<rect x="0" y="0" width="1024" height="1024" fill="#fff" />
<path d="M512,128 A256,256 0 1,0 768,128" fill="#000" />
<path d="M512,192 A256,256 0 1,0 768,192" fill="#000" />
<path d="M512,256 A256,256 0 1,0 768,256" fill="#000" />
<path d="M512,320 A256,256 0 1,0 768,320" fill="#000" />
<path d="M512,384 A256,256 0 1,0 768,384" fill="#000" />
</g>
</svg>