Creative Challenge
"Raincoat-wearing flamingos dancing in a puddle of spilled stardust"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a1a2e; stop-opacity:1" />
<stop offset="100%" style="stop-color:#16213E; stop-opacity:1" />
</linearGradient>
<radialGradient id="puddleGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#4facfe; stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#00f2fe; stop-opacity:0.4" />
</radialGradient>
<radialGradient id="stardustGradient" 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>
<linearGradient id="raincoatGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff7e5f; stop-opacity:1" />
<stop offset="100%" style="stop-color:#feb47b; stop-opacity:1" />
</linearGradient>
<pattern id="starsPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="2" cy="2" r="1" fill="#ffffff" />
<circle cx="8" cy="8" r="1" fill="#ffffff" />
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Puddle of Spilled Stardust -->
<ellipse cx="150" cy="220" rx="100" ry="40" fill="url(#puddleGradient)" />
<circle cx="150" cy="220" r="40" fill="url(#stardustGradient)" />
<g opacity="0.6">
<circle cx="130" cy="210" r="2" fill="#ffffff" />
<circle cx="170" cy="230" r="1.5" fill="#ffffff" />
<circle cx="160" cy="220" r="1" fill="#ffffff" />
<circle cx="140" cy="215" r="1.2" fill="#ffffff" />
<circle cx="150" cy="225" r="0.8" fill="#ffffff" />
</g>
<!-- Flamingo 1 -->
<g transform="translate(80, 180) scale(0.8)">
<!-- Body -->
<path d="M20,30 Q25,10 40,10 Q55,10 60,30 Q55,50 40,50 Q25,50 20,30 Z" fill="#ff6f61" />
<!-- Legs -->
<line x1="30" y1="50" x2="30" y2="70" stroke="#ff6f61" stroke-width="2" />
<line x1="50" y1="50" x2="50" y2="70" stroke="#ff6f61" stroke-width="2" />
<!-- Raincoat -->
<path d="M20,30 Q40,5 60,30 Z" fill="url(#raincoatGradient)" opacity="0.7" />
<!-- Beak -->
<polygon points="60,30 70,32 60,34" fill="#ffb347" />
</g>
<!-- Flamingo 2 -->
<g transform="translate(180, 160) scale(0.7) rotate(-10)">
<!-- Body -->
<path d="M20,30 Q25,10 40,10 Q55,10 60,30 Q55,50 40,50 Q25,50 20,30 Z" fill="#ff6f61" />
<!-- Legs -->
<line x1="30" y1="50" x2="30" y2="70" stroke="#ff6f61" stroke-width="2" />
<line x1="50" y1="50" x2="50" y2="70" stroke="#ff6f61" stroke-width="2" />
<!-- Raincoat -->
<path d="M20,30 Q40,5 60,30 Z" fill="url(#raincoatGradient)" opacity="0.7" />
<!-- Beak -->
<polygon points="60,30 70,32 60,34" fill="#ffb347" />
</g>
<!-- Flamingo 3 -->
<g transform="translate(120, 200) scale(0.7) rotate(15)">
<!-- Body -->
<path d="M20,30 Q25,10 40,10 Q55,10 60,30 Q55,50 40,50 Q25,50 20,30 Z" fill="#ff6f61" />
<!-- Legs -->
<line x1="30" y1="50" x2="30" y2="70" stroke="#ff6f61" stroke-width="2" />
<line x1="50" y1="50" x2="50" y2="70" stroke="#ff6f61" stroke-width="2" />
<!-- Raincoat -->
<path d="M20,30 Q40,5 60,30 Z" fill="url(#raincoatGradient)" opacity="0.7" />
<!-- Beak -->
<polygon points="60,30 70,32 60,34" fill="#ffb347" />
</g>
<!-- Stardust Sparkles -->
<g fill="url(#starsPattern)" opacity="0.8">
<circle cx="100" cy="180" r="0.5" />
<circle cx="130" cy="190" r="0.3" />
<circle cx="160" cy="200" r="0.4" />
<circle cx="190" cy="210" r="0.5" />
<circle cx="220" cy="220" r="0.3" />
<circle cx="250" cy="230" r="0.4" />
</g>
<!-- Reflections on the Puddle -->
<g opacity="0.5">
<ellipse cx="80" cy="180" rx="20" ry="5" fill="#ffffff" />
<ellipse cx="180" cy="160" rx="15" ry="3" fill="#ffffff" />
<ellipse cx="120" cy="200" rx="18" ry="4" fill="#ffffff" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Stardust puddle -->
<circle cx="150" cy="150" r="120" fill="url(#stardust)" />
<radialGradient id="stardust" fx="150" fy="150" r="120">
<stop offset="0%" stop-color="#fff" stop-opacity="0.8" />
<stop offset="50%" stop-color="#ccc" stop-opacity="0.5" />
<stop offset="100%" stop-color="#999" stop-opacity="0.2" />
</radialGradient>
<!-- Flamingos -->
<g transform="translate(120 150)">
<g transform="rotate(20)">
<path d="M-20-60 L20-60 L20-40 L-20-40 Z" fill="#ff69b4" />
<path d="M-10-50 L10-50 L10-30 L-10-30 Z" fill="#ffa07a" />
<path d="M0-40 L0-30 L10-30 L10-40 Z" fill="#ffd700" />
<circle cx="0" cy="-50" r="10" fill="#fff" />
<path d="M-10-20 L10-20 L10-10 L-10-10 Z" fill="#ff69b4" />
<path d="M-5-15 L5-15 L5-5 L-5-5 Z" fill="#ffa07a" />
</g>
<g transform="rotate(-20)">
<path d="M-20-60 L20-60 L20-40 L-20-40 Z" fill="#ff69b4" />
<path d="M-10-50 L10-50 L10-30 L-10-30 Z" fill="#ffa07a" />
<path d="M0-40 L0-30 L10-30 L10-40 Z" fill="#ffd700" />
<circle cx="0" cy="-50" r="10" fill="#fff" />
<path d="M-10-20 L10-20 L10-10 L-10-10 Z" fill="#ff69b4" />
<path d="M-5-15 L5-15 L5-5 L-5-5 Z" fill="#ffa07a" />
</g>
</g>
<!-- Raincoats -->
<g transform="translate(120 150)">
<g transform="rotate(20)">
<path d="M-30-60 L30-60 L30-40 L-30-40 Z" fill="url(#raincoat)" />
<rect x="-20" y="-50" width="40" height="20" fill="#fff" rx="5" />
</g>
<g transform="rotate(-20)">
<path d="M-30-60 L30-60 L30-40 L-30-40 Z" fill="url(#raincoat)" />
<rect x="-20" y="-50" width="40" height="20" fill="#fff" rx="5" />
</g>
</g>
<!-- Raincoat pattern -->
<pattern id="raincoat" patternUnits="userSpaceOnUse" width="40" height="20">
<rect x="0" y="0" width="40" height="20" fill="#666" rx="5" />
<path d="M0 10 L40 10" stroke="#fff" stroke-width="2" />
</pattern>
<!-- Stardust sparks -->
<g transform="translate(150 150)">
<circle cx="-20" cy="-20" r="5" fill="#fff" />
<circle cx="20" cy="-20" r="5" fill="#fff" />
<circle cx="0" cy="0" r="5" fill="#fff" />
<circle cx="-10" cy="10" r="5" fill="#fff" />
<circle cx="10" cy="10" r="5" fill="#fff" />
</g>
</svg>
Judge's Analysis
Player 1's image captures the essence of the prompt more effectively with recognizable flamingo shapes and a clear puddle of stardust, creating a whimsical scene.
The use of colors and the composition are visually appealing and align well with the theme.
Player 2's image, while abstract, lacks clarity in depicting the elements of raincoats or flamingos, making it less successful in conveying 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
"Purple elephant in space juggling glowing planets"
"An octopus juggling flaming swords underwater"
"Transparent jellyfish floating through a starry galaxy"
"Octopus knitting a scarf underwater, surrounded by playful seahorses"
"Two cats fencing with paintbrushes atop a floating book"
"Surrealist portrait: Leonardo da Vinci's face made of floating clock gears"