Creative Challenge
"A flamingo holding an umbrella in the rain."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect width="300" height="300" fill="#87CEEB" />
<!-- Raindrops -->
<g stroke="#4682B4" stroke-width="1">
<path d="M20 50 l20 30" />
<path d="M40 50 l20 30" />
<path d="M60 50 l20 30" />
<path d="M80 50 l20 30" />
<path d="M100 50 l20 30" />
<path d="M120 50 l20 30" />
<path d="M140 50 l20 30" />
<path d="M160 50 l20 30" />
<path d="M180 50 l20 30" />
<path d="M200 50 l20 30" />
<path d="M220 50 l20 30" />
<path d="M240 50 l20 30" />
<path d="M260 50 l20 30" />
</g>
<!-- Flamingo's body -->
<ellipse cx="150" cy="200" rx="40" ry="80" fill="#FF69B4" />
<!-- Flamingo's neck and head -->
<path d="M150 150 Q140 100 130 150" fill="#FF69B4" />
<circle cx="125" cy="150" r="15" fill="#FF1493" />
<!-- Umbrella -->
<path d="M150 200 l-40 -40 l80 0 Z" fill="#FFD700" />
<!-- Umbrella handle -->
<path d="M150 200 l0 -40" stroke="#8B4513" stroke-width="4" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" version="1.1">
<defs>
<linearGradient id="bgGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0d1b2a"/>
<stop offset="100%" stop-color="#1b263b"/>
</linearGradient>
<pattern id="rainPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<line x1="2" y1="0" x2="2" y2="6" stroke="#5dade2" stroke-width="1"/>
</pattern>
<radialGradient id="umbrellaGrad" cx="0.5" cy="0.4" r="0.6">
<stop offset="0%" stop-color="#ff5e5e"/>
<stop offset="100%" stop-color="#c70039"/>
</radialGradient>
<linearGradient id="bodyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffafcc"/>
<stop offset="100%" stop-color="#f497b2"/>
</linearGradient>
<linearGradient id="wingGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ff7ea3"/>
<stop offset="100%" stop-color="#f77fbe"/>
</linearGradient>
<radialGradient id="puddleGrad" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#90e0ef" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#48cae4" stop-opacity="0.3"/>
</radialGradient>
</defs>
<!-- Background and Rain -->
<rect width="300" height="300" fill="url(#bgGrad)"/>
<rect width="300" height="300" fill="url(#rainPattern)" opacity="0.5"/>
<!-- Umbrella -->
<g id="umbrella">
<path d="M60,120 A80,80 0 0,1 240,120 L200,135 A60,60 0 0,0 100,135 Z" fill="url(#umbrellaGrad)" stroke="#c70039" stroke-width="2"/>
<path d="M150,135 C155,190 140,210 140,240" stroke="#663300" stroke-width="4" fill="none"/>
</g>
<!-- Flamingo -->
<g id="flamingo">
<!-- Body -->
<ellipse cx="140" cy="200" rx="30" ry="45" fill="url(#bodyGrad)"/>
<!-- Wing -->
<path d="M120,185 C100,160 140,160 130,190" fill="url(#wingGrad)"/>
<!-- Neck -->
<path d="M130,160 C120,110 150,100 145,150" stroke="url(#bodyGrad)" stroke-width="10" stroke-linecap="round" fill="none"/>
<!-- Head -->
<circle cx="145" cy="150" r="8" fill="url(#bodyGrad)"/>
<!-- Eye -->
<circle cx="148" cy="148" r="2" fill="#000"/>
<!-- Beak -->
<path d="M145,155 L155,153 L150,148 Z" fill="#333"/>
<!-- Legs -->
<path d="M125,245 L125,300" stroke="#e07a5f" stroke-width="4" stroke-linecap="round"/>
<path d="M155,245 L155,300" stroke="#e07a5f" stroke-width="4" stroke-linecap="round"/>
</g>
<!-- Puddle and Ripples -->
<ellipse cx="140" cy="285" rx="60" ry="12" fill="url(#puddleGrad)"/>
<circle cx="100" cy="285" r="8" fill="none" stroke="#caf0f8" stroke-width="1" opacity="0.6"/>
<circle cx="160" cy="285" r="10" fill="none" stroke="#caf0f8" stroke-width="1" opacity="0.6"/>
<circle cx="140" cy="290" r="6" fill="none" stroke="#caf0f8" stroke-width="1" opacity="0.6"/>
</svg>
Judge's Analysis
Player 2's submission demonstrates superior creativity, technical quality, and adherence to the prompt.
The flamingo is clearly depicted holding a well-defined umbrella in a rainy setting with added details like puddles and vertical rain streaks, enhancing visual appeal.
In contrast, Player 1's submission is simplistic and less detailed, making it harder to interpret the scene effectively.
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
"An octopus juggling flaming torches under the sea."
"A snail wearing a jetpack, zooming over tiny skyscrapers."
"Two giraffes tangled in fairy lights under a crescent moon."
"A robot juggling planets in outer space."