BuseyBench SVG Test
Generated by Cohere on Jul 2, 2026 using prompt svg-v1-no-web.
1.3/10 overall
Scored by 3 vision models (claude-sonnet-4.6, gemini-3.1-pro-preview, gpt-5.2), 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 viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"> <!-- Background --> <rect x="0" y="0" width="1024" height="1024" fill="#fff" /> <!-- Skin --> <ellipse cx="512" cy="512" rx="400" ry="400" fill="#f5f5f5" /> <!-- Face Shape --> <path d="M512 512c-110.5 0-200-89.5-200-200s89.5-200 200-200c110.5 0 200 89.5 200 200s-89.5 200-200 200z" fill="#f5f5f5" /> <!-- Hair --> <path d="M512 300c-110.5 0-200-89.5-200-200s89.5-200 200-200c110.5 0 200 89.5 200 200s-89.5 200-200 200z" fill="#e0e0e0" /> <path d="M512 300c-55.3 0-100 44.7-100 100s44.7 100 100 100c55.3 0 100-44.7 100-100s-44.7-100-100-100z" fill="#c0c0c0" /> <path d="M512 300c-27.6 0-50 22.4-50 50s22.4 50 50 50c27.6 0 50-22.4 50-50s-22.4-50-50-50z" fill="#a0a0a0" /> <!-- Eyes --> <ellipse cx="400" cy="400" rx="80" ry="80" fill="#000" /> <ellipse cx="624" cy="400" rx="80" ry="80" fill="#000" /> <!-- Eye Whites --> <ellipse cx="400" cy="400" rx="50" ry="50" fill="#fff" /> <ellipse cx="624" cy="400" rx="50" ry="50" fill="#fff" /> <!-- Irises --> <ellipse cx="400" cy="400" rx="30" ry="30" fill="#800" /> <ellipse cx="624" cy="400" rx="30" ry="30" fill="#800" /> <!-- Eyebrows --> <path d="M400 550c-27.6 0-50 22.4-50 50s22.4 50 50 50c27.6 0 50-22.4 50-50s-22.4-50-50-50z" fill="#000" /> <path d="624 550c-27.6 0-50 22.4-50 50s22.4 50 50 50c27.6 0 50-22.4 50-50s-22.4-50-50-50z" fill="#000" /> <!-- Nose --> <path d="M512 400c-27.6 0-50 22.4-50 50s22.4 50 50 50c27.6 0 50-22.4 50-50s-22.4-50-50-50z" fill="#000" /> <!-- Mouth --> <path d="M512 500c-27.6 0-50 22.4-50 50s22.4 50 50 50c27.6 0 50-22.4 50-50s-22.4-50-50-50z" fill="#000" /> <path d="M512 500c-13.8 0-25-11.2-25-25s11.2-25 25-25c13.8 0 25 11.2 25 25s-11.2 25-25 25z" fill="#000" /> <path d="M512 500c-13.8 0-25-11.2-25-25s11.2-25 25-25c13.8 0 25 11.2 25 25s-11.2 25-25 25z" stroke="#000" stroke-width="2" /> <!-- Teeth --> <path d="M512 550c-27.6 0-50 22.4-50 50s22.4 50 50 50c27.6 0 50-22.4 50-50s-22.4-50-50-50z" fill="#000" /> <path d="M512 550c-13.8 0-25-11.2-25-25s11.2-25 25-25c13.8 0 25 11.2 25 25s-11.2 25-25 25z" fill="#000" /> <path d="M512 550c-13.8 0-25-11.2-25-25s11.2-25 25-25c13.8 0 25 11.2 25 25s-11.2 25-25 25z" stroke="#000" stroke-width="2" /> </svg>