Creative Challenge
"A giraffe wearing a space helmet, floating through a sea of stars"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bgGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#1a2a6c"/>
<stop offset="100%" stop-color="#000000"/>
</radialGradient>
<linearGradient id="helmetGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#99d1ff"/>
<stop offset="100%" stop-color="#4a90e2"/>
</linearGradient>
<linearGradient id="giraffeGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#fceabb"/>
<stop offset="100%" stop-color="#f8b500"/>
</linearGradient>
<filter id="blur" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceGraphic" stdDeviation="3"/>
</filter>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)"/>
<ellipse cx="210" cy="80" rx="30" ry="15" fill="magenta" fill-opacity="0.4" filter="url(#blur)"/>
<ellipse cx="90" cy="220" rx="20" ry="10" fill="cyan" fill-opacity="0.4" filter="url(#blur)"/>
<g id="stars">
<circle cx="50" cy="30" r="1" fill="white" fill-opacity="0.8"/>
<circle cx="120" cy="50" r="1.5" fill="white" fill-opacity="0.8"/>
<circle cx="200" cy="20" r="1" fill="white" fill-opacity="0.8"/>
<circle cx="250" cy="40" r="1.2" fill="white" fill-opacity="0.8"/>
<circle cx="280" cy="90" r="0.8" fill="white" fill-opacity="0.8"/>
<circle cx="20" cy="150" r="1.3" fill="white" fill-opacity="0.8"/>
<circle cx="80" cy="130" r="1" fill="white" fill-opacity="0.8"/>
<circle cx="150" cy="60" r="1.5" fill="white" fill-opacity="0.8"/>
<circle cx="230" cy="70" r="1" fill="white" fill-opacity="0.8"/>
<circle cx="270" cy="150" r="1.2" fill="white" fill-opacity="0.8"/>
<circle cx="50" cy="230" r="1" fill="white" fill-opacity="0.8"/>
<circle cx="100" cy="210" r="0.8" fill="white" fill-opacity="0.8"/>
<circle cx="180" cy="220" r="1.5" fill="white" fill-opacity="0.8"/>
<circle cx="220" cy="240" r="1" fill="white" fill-opacity="0.8"/>
<circle cx="280" cy="260" r="1.2" fill="white" fill-opacity="0.8"/>
<circle cx="40" cy="280" r="1" fill="white" fill-opacity="0.8"/>
<circle cx="120" cy="260" r="0.8" fill="white" fill-opacity="0.8"/>
<circle cx="200" cy="270" r="1" fill="white" fill-opacity="0.8"/>
<circle cx="260" cy="280" r="1.5" fill="white" fill-opacity="0.8"/>
<circle cx="150" cy="150" r="2" fill="yellow" fill-opacity="0.9"/>
</g>
<path d="M150,130 C148,160 148,200 150,240" stroke="url(#giraffeGrad)" stroke-width="8" stroke-linecap="round" fill="none"/>
<g id="giraffe-head">
<ellipse cx="150" cy="110" rx="16" ry="20" fill="url(#giraffeGrad)"/>
<circle cx="145" cy="105" r="2" fill="#8b4513"/>
<circle cx="155" cy="115" r="1.5" fill="#8b4513"/>
<circle cx="150" cy="120" r="1" fill="#8b4513"/>
<ellipse cx="142" cy="90" rx="2" ry="4" fill="url(#giraffeGrad)"/>
<ellipse cx="158" cy="90" rx="2" ry="4" fill="url(#giraffeGrad)"/>
<circle cx="144" cy="110" r="1.5" fill="black"/>
<circle cx="156" cy="110" r="1.5" fill="black"/>
<path d="M147,115 Q150,118 153,115" stroke="black" stroke-width="0.5" fill="none"/>
</g>
<g id="helmet">
<circle cx="150" cy="110" r="28" fill="white" fill-opacity="0.15"/>
<circle cx="150" cy="110" r="28" fill="none" stroke="url(#helmetGrad)" stroke-width="3"/>
<path d="M140,100 Q150,90 160,100" stroke="white" stroke-width="2" fill="none" opacity="0.7"/>
<ellipse cx="150" cy="115" rx="10" ry="4" fill="white" fill-opacity="0.2"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#000033;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#000000;stop-opacity:1"/>
</radialGradient>
<linearGradient id="starGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1"/>
<stop offset="100%" style="stop-color:#CCCCCC;stop-opacity:1"/>
</linearGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="url(#starGradient)"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)"/>
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.5"/>
<circle cx="150" cy="150" r="80" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5" opacity="0.3"/>
<path d="M100,250 C150,200 250,200 200,100" fill="none" stroke="#FFFF00" stroke-width="3" stroke-dasharray="10,5"/>
<path d="M150,100 C200,150 250,100 200,50" fill="none" stroke="#FFA500" stroke-width="3" stroke-dasharray="10,5"/>
<ellipse cx="150" cy="150" rx="50" ry="80" fill="#8B4513"/>
<ellipse cx="150" cy="70" rx="30" ry="40" fill="#D2B48C"/>
<circle cx="150" cy="60" r="20" fill="#FFFFFF"/>
<circle cx="150" cy="60" r="15" fill="#0000FF"/>
<circle cx="155" cy="55" r="5" fill="#FFFFFF"/>
<rect x="130" y="30" width="40" height="40" rx="10" fill="#A9A9A9"/>
<path d="M130,70 L170,70 L160,90 L140,90 Z" fill="#A9A9A9"/>
<ellipse cx="150" cy="220" rx="10" ry="20" fill="#8B4513"/>
<ellipse cx="150" cy="230" rx="15" ry="10" fill="#D2B48C"/>
<circle cx="145" cy="235" r="3" fill="#FFFFFF"/>
<circle cx="155" cy="235" r="3" fill="#FFFFFF"/>
</svg>
Judge's Analysis
Player 1's submission has a clear depiction of a giraffe with a space helmet, floating amidst stars, adhering closely to the prompt.
The use of vibrant colors and whimsical design enhances the visual appeal and creativity.
Player 2's image, while abstract and interesting, lacks the immediate recognizability of a giraffe in space, making Player 1's image more effective in fulfilling the prompt.
These metrics analyze technical aspects of both SVG drawings. Look for differences that might explain the judge's decision. Use the "View Code" button above to see the SVG code for each drawing.
Shapes Metrics
The total number of shape elements (rect, circle, ellipse, line, polygon, polyline, path) in the SVG.
The number of rectangle elements (rect) in the SVG.
The number of circle elements (circle) in the SVG.
The number of ellipse elements (ellipse) in the SVG.
The number of line elements (line) in the SVG.
The number of polygon elements (polygon) in the SVG.
The number of path elements (path) in the SVG.
The number of group elements (g) in the SVG.
Visual Effects Metrics
The number of gradient definitions (linearGradient, radialGradient) in the SVG.
The number of pattern definitions (pattern) in the SVG.
The number of filter definitions (filter) in the SVG.
The number of mask definitions (mask) in the SVG.
The number of clipping path definitions (clipPath) in the SVG.
The number of elements with opacity attributes in the SVG.
The number of elements with stroke attributes in the SVG.
Colors Metrics
The number of unique colors used in the SVG.
Interactivity Metrics
The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.
The number of elements with transform attributes in the SVG.
Complexity Metrics
The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.
The maximum nesting level of group elements (g) in the SVG.
The number of elements defined within the defs element in the SVG.
The number of use elements (use) in the SVG.
Text Metrics
The number of text elements (text) in the SVG.
AI Judging Process
Creativity
Originality, innovative use of shapes and unique approach to the prompt.
Prompt Adherence
How accurately the SVG captures the essence of the prompt.
Visual Appeal
Aesthetic quality including composition, color usage and overall visual impact.
How does judging work?
SVG drawings are converted to static PNG images for evaluation. The AI judge receives the original prompt and both images, then determines which drawing better fulfills the evaluation criteria without seeing animations, interactivity, or SVG code.