Creative Challenge
"An umbrella blooming with colorful flowers in the rain"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background raindrops -->
<circle cx="30" cy="20" r="1" fill="rgb(122, 167, 246)" />
<circle cx="80" cy="60" r="1" fill="rgb(122, 167, 246)" />
<circle cx="150" cy="30" r="1" fill="rgb(122, 167, 246)" />
<circle cx="200" cy="70" r="1" fill="rgb(122, 167, 246)" />
<circle cx="260" cy="40" r="1" fill="rgb(122, 167, 246)" />
<!-- Umbrella -->
<path d="M150 150 Q120 100 90 150 Q120 130 150 150 Q180 130 210 150 Q180 100 150 150" fill="rgb(231, 76, 60)" />
<line x1="90" y1="150" x2="150" y2="80" stroke="rgb(44, 62, 80)" stroke-width="2" />
<line x1="210" y1="150" x2="150" y2="80" stroke="rgb(44, 62, 80)" stroke-width="2" />
<!-- Flowers -->
<circle cx="150" cy="80" r="10" fill="rgb(231, 76, 60)" />
<circle cx="140" cy="90" r="8" fill="rgb(231, 76, 60)" />
<circle cx="160" cy="90" r="8" fill="rgb(231, 76, 60)" />
<circle cx="150" cy="70" r="8" fill="rgb(241, 196, 15)" />
<circle cx="140" cy="80" r="6" fill="rgb(241, 196, 15)" />
<circle cx="160" cy="80" r="6" fill="rgb(241, 196, 15)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1263c1;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2b3e50;stop-opacity:1" />
</linearGradient>
<radialGradient id="umbrellaGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ff69b4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ffe6e6;stop-opacity:1" />
</radialGradient>
<filter id="flowerGlow">
<feGaussianBlur stdDeviation="3" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(150,150)">
<circle r="80" fill="url(#umbrellaGradient)"/>
<path d="M-80,0 Q0,-80 80,0" stroke="#ff69b4" stroke-width="4" fill="none"/>
<path d="M-40,-40 L40,-40 L0,-80" stroke="#ff69b4" stroke-width="2" fill="none"/>
<g filter="url(#flowerGlow)">
<circle cx="-60" cy="-60" r="20" fill="#ff6b6b"/>
<circle cx="60" cy="-60" r="20" fill="#ffd93d"/>
<circle cx="0" cy="-80" r="25" fill="#80ff80"/>
<circle cx="-40" cy="-40" r="15" fill="#a1ffff"/>
<circle cx="40" cy="-40" r="15" fill="#ff8080"/>
</g>
</g>
<g transform="translate(150,150)">
<circle r="100" fill="none" stroke="#ffffff" stroke-width="2" opacity="0.1"/>
<circle r="95" fill="none" stroke="#ffffff" stroke-width="2" opacity="0.1"/>
</g>
<g transform="translate(150,150)">
<circle r="5" fill="#fff" filter="url(#flowerGlow)" transform="translate(-70,70)"/>
<circle r="5" fill="#fff" filter="url(#flowerGlow)" transform="translate(70,70)"/>
<circle r="5" fill="#fff" filter="url(#flowerGlow)" transform="translate(0,70)"/>
</g>
</svg>
Judge's Analysis
Player 2's image exhibits a more vibrant and appealing use of color with a clear representation of an umbrella and blooming flowers.
The gradient background enhances the rain effect, adding depth and atmosphere.
In contrast, Player 1's submission lacks the same level of visual detail and creativity, making Player 2's depiction more compelling and aligned with 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
"Neon jellyfish dance under a disco ball in the deep sea"
"Rainbow koi in a cosmic tea cup"
"Floating city on a single, enormous cloud"
"Bioluminescent jellyfish spiraling around a neon-lit diver"
"Floating jellyfish wearing top hats in a cosmic sea"
"A hot air balloon shaped like a giant acorn floating over a bamboo forest"