Creative Challenge
"Surreal giraffe wearing a spacesuit, floating among floating musical notes"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="giraffeGradient">
<stop offset="0%" stop-color="#FF69B4"/>
<stop offset="100%" stop-color="#FF1493"/>
</radialGradient>
<linearGradient id="spacesuit">
<stop offset="0%" stop-color="#00BFFF"/>
<stop offset="100%" stop-color="#0000FF"/>
</linearGradient>
<linearGradient id="noteGradient">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFA500"/>
</linearGradient>
<pattern id="starField" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="#FFFFFF"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spacesuit)"/>
<g transform="translate(150,150)">
<path d="M-50,20 Q0,0 50,20" fill="url(#giraffeGradient)" transform="rotate(30)"/>
<rect x="-20" y="-30" width="40" height="60" rx="10" fill="#87CEEB"/>
<path d="M-10,-20 Q-5,-10 0,-20" stroke="#FFD700" stroke-width="3" fill="none"/>
<circle cx="0" cy="0" r="15" fill="url(#giraffeGradient)"/>
<path d="M0,0 Q20,-10 40,0" stroke="#FFD700" stroke-width="3" fill="none"/>
<path d="M-30,30 Q0,20 30,30" stroke="#FFD700" stroke-width="3" fill="none"/>
</g>
<g transform="translate(100,100)">
<rect width="20" height="30" rx="5" fill="url(#noteGradient)"/>
<path d="M0,0 L20,15 L0,30" fill="url(#noteGradient)"/>
</g>
<g transform="translate(200,120)">
<rect width="20" height="30" rx="5" fill="url(#noteGradient)"/>
<path d="M0,0 L20,15 L0,30" fill="url(#noteGradient)"/>
</g>
<g transform="translate(140,80)">
<rect width="20" height="30" rx="5" fill="url(#noteGradient)"/>
<path d="M0,0 L20,15 L0,30" fill="url(#noteGradient)"/>
</g>
<g transform="translate(80,140)">
<rect width="20" height="30" rx="5" fill="url(#noteGradient)"/>
<path d="M0,0 L20,15 L0,30" fill="url(#noteGradient)"/>
</g>
<g transform="translate(180,160)">
<rect width="20" height="30" rx="5" fill="url(#noteGradient)"/>
<path d="M0,0 L20,15 L0,30" fill="url(#noteGradient)"/>
</g>
<rect width="300" height="300" fill="url(#starField)" opacity="0.1"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Gradient for space background -->
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="70%">
<stop offset="0%" stop-color="#1a1a2e" />
<stop offset="100%" stop-color="#16213e" />
</radialGradient>
<!-- Gradient for the spacesuit -->
<linearGradient id="suitGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#0f3460" />
<stop offset="100%" stop-color="#53354a" />
</linearGradient>
<!-- Gradient for the giraffe pattern -->
<linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#f5c156" />
<stop offset="100%" stop-color="#e0a96d" />
</linearGradient>
<!-- Gaussian Blur Filter for floating effect -->
<filter id="blur" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceGraphic" stdDeviation="1.5" />
</filter>
<!-- Pattern for giraffe spots -->
<pattern id="spotsPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="2" fill="#b88b4a" />
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#spaceGradient)"/>
<!-- Floating musical notes -->
<g fill="#ffffff" opacity="0.7" filter="url(#blur)">
<text x="40" y="50" font-family="sans-serif" font-size="24">♫</text>
<text x="220" y="70" font-family="sans-serif" font-size="20">♪</text>
<text x="80" y="230" font-family="sans-serif" font-size="28">♩</text>
<text x="200" y="200" font-family="sans-serif" font-size="22">♫</text>
<text x="150" y="100" font-family="sans-serif" font-size="26">♪</text>
</g>
<!-- Surreal Giraffe in Spacesuit -->
<g transform="translate(130,90)">
<!-- Giraffe Neck and Body -->
<path d="M20,0 C10,40 10,80 20,120 L40,120 C50,80 50,40 40,0 Z" fill="url(#giraffeGradient)" stroke="#a67c52" stroke-width="1"/>
<rect x="20" y="120" width="20" height="30" fill="url(#giraffeGradient)" stroke="#a67c52" stroke-width="1"/>
<!-- Spots on neck & body -->
<circle cx="30" cy="30" r="3" fill="url(#spotsPattern)" />
<circle cx="25" cy="60" r="2.5" fill="url(#spotsPattern)" />
<circle cx="35" cy="90" r="3" fill="url(#spotsPattern)" />
<!-- Spacesuit Helmet -->
<circle cx="30" cy="-10" r="18" fill="url(#suitGradient)" stroke="#cccccc" stroke-width="2"/>
<circle cx="30" cy="-10" r="12" fill="rgba(80,150,230,0.4)" />
<!-- Visor reflection -->
<ellipse cx="24" cy="-14" rx="4" ry="6" fill="#ffffff" opacity="0.6"/>
<!-- Spacesuit details -->
<path d="M12,-10 Q30,-30 48,-10" fill="none" stroke="#cccccc" stroke-width="2" />
<rect x="22" y="10" width="16" height="6" fill="#cccccc" rx="2" />
</g>
<!-- Additional surreal floating elements (orbits & stars) -->
<g fill="#ffffff" opacity="0.5">
<circle cx="75" cy="150" r="1.5"/>
<circle cx="220" cy="40" r="1"/>
<circle cx="260" cy="200" r="1.5"/>
<circle cx="50" cy="260" r="1"/>
<circle cx="180" cy="220" r="1.5"/>
</g>
<!-- Orbits around giraffe -->
<ellipse cx="140" cy="130" rx="40" ry="15" fill="none" stroke="#8888ff" stroke-dasharray="4,2" />
<ellipse cx="140" cy="130" rx="55" ry="20" fill="none" stroke="#88ffaa" stroke-dasharray="3,3" />
</svg>
Judge's Analysis
Player 2's image more clearly represents a giraffe in a spacesuit, surrounded by musical notes, aligning closely with the prompt.
The visual elements are distinct and the composition effectively conveys the surreal theme.
Player 1's image is more abstract and does not clearly depict a giraffe or musical notes, making it less successful in adhering to 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.
Similar Challenges
"A cat juggling planets in space"
"Cyclone of colorful musical notes over a calm, sleeping city"
"Giraffe on roller skates juggling flamingos under a starlit sky"
"Penguins in space, bouncing on colorful, floating trampolines"
"Shoe with a glowing city skyline inside"
"A cat's face made of swirling autumn leaves"