Creative Challenge
"A giraffe in a spacesuit, floating through a starry cosmos"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" style="stop-color: #1e0034; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #000000; stop-opacity: 1" />
</radialGradient>
<linearGradient id="giraffeSpots" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #A0522D; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #8B4513; stop-opacity: 1" />
</linearGradient>
<linearGradient id="spacesuit" x1="0%" y1="50%" x2="100%" y2="50%">
<stop offset="0%" style="stop-color: #B0E0E6; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #4682B4; stop-opacity: 1" />
</linearGradient>
<radialGradient id="starGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color: #FFFFFF; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #FFFFFF; stop-opacity: 0" />
</radialGradient>
<pattern id="giraffePattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="2" y="2" width="6" height="6" fill="url(#giraffeSpots)" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#spaceGradient)" />
<circle cx="200" cy="100" r="35" fill="#8A2BE2" />
<circle cx="70" cy="220" r="20" fill="#DA70D6" opacity="0.7" />
<ellipse cx="120" cy="50" rx="30" ry="15" fill="#FF1493" />
<g>
<rect x="80" y="150" width="140" height="90" rx="45" fill="url(#spacesuit)" stroke="#1E90FF" stroke-width="3" />
<rect x="130" y="180" width="40" height="20" fill="#FFFFFF" stroke="#1E90FF" stroke-width="2" />
<path d="M110 150 Q150 130 190 150" stroke="#4682B4" stroke-width="5" fill="none" />
<circle cx="150" cy="170" r="40" fill="url(#giraffePattern)" stroke="#A0522D" stroke-width="3" />
<ellipse cx="150" cy="110" rx="20" ry="30" fill="url(#giraffePattern)" stroke="#A0522D" stroke-width="3" />
<ellipse cx="140" cy="85" rx="5" ry="15" fill="#8B4513" />
<ellipse cx="160" cy="85" rx="5" ry="15" fill="#8B4513" />
<circle cx="145" cy="100" r="2" fill="#000" />
<circle cx="155" cy="100" r="2" fill="#000" />
<path d="M140 90 Q150 95 160 90" stroke="#000" stroke-width="2" fill="none" />
</g>
<circle cx="50" cy="50" r="5" fill="url(#starGlow)" />
<circle cx="250" cy="200" r="3" fill="url(#starGlow)" />
<circle cx="200" cy="50" r="4" fill="url(#starGlow)" />
<circle cx="100" cy="160" r="5" fill="url(#starGlow)" />
<circle cx="180" cy="230" r="3" fill="url(#starGlow)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cosmos" cx="50%" cy="50%" r="50%" fx="30%" fy="70%">
<stop offset="0%" stop-color="#0A033C"/>
<stop offset="50%" stop-color="#1E007F"/>
<stop offset="100%" stop-color="#3800A6"/>
</radialGradient>
<pattern id="giraffeSpots" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="5" fill="#A0522D"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#cosmos)"/>
<circle cx="50" cy="50" r="5" fill="white" opacity="0.7"/>
<circle cx="100" cy="250" r="8" fill="white" opacity="0.5"/>
<circle cx="280" cy="150" r="3" fill="white" opacity="0.9"/>
<circle cx="200" cy="25" r="2" fill="white" opacity="0.6"/>
<g transform="translate(100, 70) rotate(-15)">
<ellipse cx="50" cy="150" rx="20" ry="40" fill="#F0FFFF" opacity="0.8">
<animateTransform attributeName="transform" type="rotate" from="0 50 150" to="360 50 150" dur="60s" repeatCount="indefinite"/>
</ellipse>
<path d="M50,100 c-10,0 -15,20 -10,30 l20,30 c5,10 20,10 25,0 l15,-25 c5,-5 0,-25 -10,-35 z" fill="url(#giraffeSpots)"/>
<ellipse cx="50" cy="70" rx="15" ry="10" fill="#F0FFFF"/>
<rect x="40" y="65" width="20" height="5" fill="#A0522D"/>
<circle cx="45" cy="60" r="3" fill="black"/>
<circle cx="55" cy="60" r="3" fill="black"/>
<path d="M40,100 a10,10 0 0,0 20,0" stroke="#A0522D" stroke-width="3" fill="none"/>
<path d="M45,105 a5,5 0 0,0 10,0" stroke="#A0522D" stroke-width="3" fill="none"/>
</g>
</svg>
Judge's Analysis
Player 2's submission more effectively captures the whimsical concept of a giraffe in a spacesuit floating through space.
The depiction of the giraffe's head and body in a spacesuit is clearer and the use of a starry cosmos background enhances the theme.
While Player 1's image is colorful, it lacks the clarity and context provided by Player 2's more cohesive representation.
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
"Cactus dressed in punk rock attire under a disco ball"
"A giraffe wearing a top hat, balancing on a unicycle, juggling flaming pineapples"
"Floating umbrella island with candy cane trees"
"An ant balancing a crumb on a tightrope"
"Floating cityscape on lily pads under a crescent moon"
"Eiffel Tower wearing oversized sunglasses"