Creative Challenge
"A giraffe in a spacesuit floating through a starry galaxy with a comet tail"
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,0,255);stop-opacity:1" />
</linearGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(0,255,255);stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#grad1)" />
<g stroke="white" stroke-width="2">
<path d="M150 100 Q100 50 150 0 Q200 50 150 100" fill="url(#grad2)" stroke="none"/>
<circle cx="150" cy="120" r="30" fill="url(#grad2)" stroke="none"/>
<path d="M150 130 Q130 160 150 190" stroke="white" stroke-width="2" fill="none"/>
<path d="M150 130 Q170 160 150 190" stroke="white" stroke-width="2" fill="none"/>
<circle cx="130" cy="110" r="5" fill="white"/>
<circle cx="170" cy="110" r="5" fill="white"/>
<path d="M135 110 Q140 105 145 110" stroke="white" stroke-width="2" fill="none"/>
<path d="M155 110 Q160 105 165 110" stroke="white" stroke-width="2" fill="none"/>
</g>
<path d="M150 200 Q100 250 150 300 Q200 250 150 200" fill="none" stroke="white" stroke-width="2"/>
<path d="M150 220 Q140 230 150 240 Q160 230 150 220" fill="none" stroke="white" stroke-width="2"/>
<path d="M150 240 Q140 250 150 260 Q160 250 150 240" fill="none" stroke="white" stroke-width="2"/>
<path d="M150 260 Q140 270 150 280 Q160 270 150 260" fill="none" stroke="white" stroke-width="2"/>
<g stroke="white" stroke-width="2" fill="none">
<circle cx="50" cy="50" r="5"/>
<circle cx="250" cy="50" r="5"/>
<circle cx="100" cy="100" r="5"/>
<circle cx="200" cy="100" r="5"/>
<circle cx="150" cy="150" r="5"/>
</g>
<path d="M150 300 C150 270 180 250 210 220 C240 190 270 160 300 130 C270 160 240 190 210 220 C180 250 150 270 150 300" fill="none" stroke="white" stroke-width="2"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#0a0a23"/>
<stop offset="100%" stop-color="#1e1e3f"/>
</radialGradient>
<radialGradient id="suitGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#b0c4de"/>
<stop offset="100%" stop-color="#708090"/>
</radialGradient>
<linearGradient id="cometTail" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="rgba(255, 255, 255, 0.8)" />
<stop offset="100%" stop-color="rgba(255, 255, 255, 0)" />
</linearGradient>
<pattern id="starsPattern" patternUnits="userSpaceOnUse" width="5" height="5">
<circle cx="1" cy="1" r="0.8" fill="white"/>
</pattern>
</defs>
<!-- Background: Starry Galaxy -->
<rect x="0" y="0" width="300" height="300" fill="url(#galaxyGradient)" />
<rect x="0" y="0" width="300" height="300" fill="url(#starsPattern)" opacity="0.6" />
<!-- Comet Tail -->
<g>
<path d="M 260 40 Q 220 90 190 130 Q 160 160 140 190" stroke="url(#cometTail)" stroke-width="8" fill="none" stroke-linecap="round" />
<ellipse cx="260" cy="40" rx="10" ry="10" fill="white" />
</g>
<!-- Giraffe Spacesuit -->
<g id="giraffeSpacesuit">
<!-- Spacesuit body -->
<path d="M 140 150 Q 150 120 160 150 T 180 200 Q 170 220 150 220 T 130 200 Z" fill="url(#suitGradient)" stroke="#fff" stroke-width="1"/>
<!-- Helmet -->
<circle cx="165" cy="125" r="20" fill="url(#suitGradient)" stroke="#fff" stroke-width="1" />
<!-- Visor -->
<ellipse cx="165" cy="125" rx="12" ry="9" fill="rgba(150, 200, 255, 0.4)" stroke="#a0c8ff" stroke-width="0.7" />
</g>
<!-- Giraffe Elements -->
<g id="giraffe" transform="translate(10,10)">
<!-- Giraffe head and neck outline in silhouette style -->
<path d="M 165 125 Q 158 95 170 75 Q 175 70 180 75 Q 190 95 185 125 Z" fill="#f5deb3" stroke="#d2b48c" stroke-width="1"/>
<!-- Giraffe spots -->
<circle cx="168" cy="110" r="2" fill="#d2b48c" />
<circle cx="175" cy="115" r="2" fill="#d2b48c" />
<circle cx="180" cy="107" r="2" fill="#d2b48c" />
<!-- Long Neck -->
<rect x="160" y="125" width="10" height="40" fill="#f5deb3" stroke="#d2b48c" stroke-width="1"/>
<!-- Ears -->
<path d="M 173 70 L 178 62 L 183 70 Z" fill="#f5deb3" stroke="#d2b48c" stroke-width="1"/>
<!-- Horns -->
<rect x="171" y="60" width="2" height="8" fill="#d2b48c"/>
<rect x="182" y="60" width="2" height="8" fill="#d2b48c"/>
</g>
<!-- Combining giraffe with spacesuit -->
<use href="#giraffeSpacesuit" x="0" y="0"/>
<!-- Floating astronaut vibe: subtle glow around suit -->
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="2.5" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<use href="#giraffeSpacesuit" filter="url(#glow)" />
</svg>
Judge's Analysis
Player 2's submission more clearly represents a giraffe in a spacesuit floating through a starry galaxy, closely adhering to the prompt.
The depiction of the giraffe with a helmet and the starry background enhances the theme, while the subtle comet tail effect adds creativity.
Player 1's image lacks recognizable elements of the prompt, making it less effective in meeting the criteria.
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
"Octopus wearing a detective hat, holding a magnifying glass under the sea"
"Floating city above candy clouds"
"Rainbow octopus playing cello on a cloud"
"Top hat with a galaxy spilling out"
"Spider sipping a cappuccino on a relaxed rainy day"
"Floating cityscape on the back of a giant turtle, cubist style"