Creative Challenge
"A giraffe in a spacesuit floating in a cosmic coffee cup"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="coffee" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#603813" />
<stop offset="50%" stop-color="#3B1F0A" />
<stop offset="100%" stop-color="#2F1707" />
</radialGradient>
<pattern id="stars" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="2" cy="2" r="1" fill="white" opacity="0.7"/>
<circle cx="8" cy="14" r="0.5" fill="white" opacity="0.5"/>
<circle cx="16" cy="7" r="1.5" fill="white" opacity="0.9"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#stars)" />
<path d="M100 180 C 100 120, 200 120, 200 180 H 100 Z" fill="url(#coffee)" stroke="#603813" stroke-width="3" />
<ellipse cx="150" cy="200" rx="60" ry="20" fill="#603813" />
<g transform="translate(130, 70) scale(0.5)">
<ellipse cx="50" cy="100" rx="20" ry="30" fill="#FFCC99"/>
<path d="M 50 70 L 50 30 L 45 20 A 10 5 0 0 1 55 20 L 50 30" fill="#FF9933" stroke="black" stroke-width="2"/>
<circle cx="50" cy="50" r="15" fill="white" stroke="black" stroke-width="2"/>
<circle cx="40" cy="45" r="3" fill="black"/>
<circle cx="60" cy="45" r="3" fill="black"/>
<path d="M 30 100 C 30 110, 70 110, 70 100 L 30 100 Z" fill="orange" stroke="black" stroke-width="2"/>
<path d="M 30 130 L 70 130 L 60 170 L 40 170 Z" fill="#FFCC99" stroke="black" stroke-width="2"/>
<circle cx="40" cy="175" r="5" fill="grey"/>
<circle cx="60" cy="175" r="5" fill="grey"/>
</g>
<path d="M 150 120 L 160 100 L 140 100 Z" fill="#FFCC99"/>
<path d="M 148 95 L 150 90 L 152 95 Z" fill="black" stroke="black"/>
<circle cx="175" cy="30" r="10" fill="white" opacity="0.5"/>
<ellipse cx="250" cy="50" rx="20" ry="10" fill="skyblue" opacity="0.7"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Definitions for gradients and patterns -->
<defs>
<radialGradient id="cupGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#4A90E2"/>
<stop offset="100%" stop-color="#003366"/>
</radialGradient>
<linearGradient id="cosmosGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#000428"/>
<stop offset="100%" stop-color="#004e92"/>
</linearGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="1" cy="1" r="0.5" fill="#FFFFFF" />
</pattern>
<radialGradient id="spacesuitGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#C0C0C0"/>
<stop offset="100%" stop-color="#808080"/>
</radialGradient>
<linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#F5DEB3"/>
<stop offset="100%" stop-color="#DEB887"/>
</linearGradient>
</defs>
<!-- Cosmic Coffee Cup -->
<ellipse cx="150" cy="250" rx="100" ry="20" fill="url(#cupGradient)" />
<path d="M50,250 Q150,100 250,250" fill="url(#cosmosGradient)" stroke="#FFFFFF" stroke-width="2"/>
<ellipse cx="150" cy="250" rx="100" ry="20" fill="none" stroke="#FFFFFF" stroke-width="2"/>
<!-- Stars in the cosmic liquid -->
<rect x="50" y="150" width="200" height="100" fill="url(#starPattern)" opacity="0.3"/>
<!-- Giraffe in Spacesuit -->
<g transform="translate(150, 150)">
<!-- Spacesuit Helmet -->
<circle cx="0" cy="-30" r="20" fill="url(#spacesuitGradient)" stroke="#000" stroke-width="2"/>
<circle cx="0" cy="-30" r="15" fill="#ADD8E6"/>
<!-- Body of Spacesuit -->
<rect x="-15" y="-10" width="30" height="50" fill="url(#spacesuitGradient)" stroke="#000" stroke-width="2" rx="5" ry="5"/>
<!-- Arms -->
<line x1="-15" y1="10" x2="-30" y2="30" stroke="#000" stroke-width="2" />
<line x1="15" y1="10" x2="30" y2="30" stroke="#000" stroke-width="2" />
<!-- Legs -->
<line x1="-10" y1="60" x2="-10" y2="80" stroke="#000" stroke-width="2" />
<line x1="10" y1="60" x2="10" y2="80" stroke="#000" stroke-width="2" />
<!-- Giraffe Body -->
<ellipse cx="0" cy="40" rx="10" ry="20" fill="url(#giraffeGradient)" stroke="#000" stroke-width="1"/>
<!-- Neck and Head -->
<rect x="-2" y="20" width="4" height="20" fill="url(#giraffeGradient)" stroke="#000" stroke-width="1"/>
<ellipse cx="0" cy="10" rx="5" ry="10" fill="url(#giraffeGradient)" stroke="#000" stroke-width="1"/>
<!-- Spots on Giraffe -->
<circle cx="-2" cy="8" r="1" fill="#8B4513"/>
<circle cx="3" cy="12" r="1.5" fill="#8B4513"/>
<circle cx="-4" cy="15" r="1" fill="#8B4513"/>
<circle cx="1" cy="5" r="0.8" fill="#8B4513"/>
</g>
<!-- Decorative Elements -->
<!-- Orbit Lines -->
<circle cx="150" cy="250" r="80" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="1" stroke-dasharray="5,5"/>
<circle cx="150" cy="250" r="60" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="1" stroke-dasharray="5,5"/>
<circle cx="150" cy="250" r="40" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="1" stroke-dasharray="5,5"/>
<circle cx="150" cy="250" r="20" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="1" stroke-dasharray="5,5"/>
<!-- Comet -->
<path d="M220,130 Q230,120 240,130 T260,140" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-linecap="round" />
<circle cx="260" cy="140" r="3" fill="#FFFFFF" />
</svg>
Judge's Analysis
Player 2's submission is more visually appealing and creatively executed, with a clear depiction of a giraffe in a spacesuit floating in a cosmic coffee cup.
The use of colors and the inclusion of cosmic elements enhance the theme effectively.
Player 1's image, while adhering to the prompt, lacks the same level of detail and visual coherence.
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.
Similar Challenges
"Astronaut playing chess with a cat on a moonlit crater"
"Cherry blossom tree growing on a floating iceberg"
"Bioluminescent mushroom cityscape at twilight"
"A penguin knight jousting on a seahorse against a walrus in armor"
"Midnight cityscape from a cat's rooftop perspective"
"Cat in a spacesuit juggling glowing planets"