Creative Challenge
"Rainbow umbrella floating above a sunflower field"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Sky background with gradient -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E0F6FF;stop-opacity:1" />
</linearGradient>
<!-- Sun glow effect -->
<filter id="sunGlow">
<feGaussianBlur stdDeviation="4" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<!-- Rainbow gradient for umbrella -->
<linearGradient id="rainbow" x1="0" y1="0" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF0000;stop-opacity:1" />
<stop offset="20%" style="stop-color:#FF7F00;stop-opacity:1" />
<stop offset="40%" style="stop-color:#FFFF00;stop-opacity:1" />
<stop offset="60%" style="stop-color:#00FF00;stop-opacity:1" />
<stop offset="80%" style="stop-color:#00FFFF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4B0082;stop-opacity:1" />
</linearGradient>
<!-- Sunflower pattern -->
<symbol id="sunflower">
<circle cx="50" cy="50" r="20" fill="#FFD700"/>
<path d="M50,30 L70,70 L30,70 Z" fill="#FFA500"/>
<path d="M50,40 L65,55 L35,55 Z" fill="#FFA500"/>
<path d="M50,50 L60,60 L40,60 Z" fill="#FFA500"/>
</symbol>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Sun with glow -->
<circle cx="250" cy="50" r="30" fill="#FDB813" filter="url(#sunGlow)"/>
<!-- Clouds -->
<circle cx="80" cy="80" r="20" fill="#FFFFFF" opacity="0.8"/>
<circle cx="120" cy="60" r="15" fill="#FFFFFF" opacity="0.8"/>
<circle cx="160" cy="70" r="10" fill="#FFFFFF" opacity="0.8"/>
<!-- Floating umbrella -->
<g transform="translate(150,100)">
<!-- Umbrella canopy -->
<path d="M0,0 Q150,50 300,0 Q250,-50 150,-100 Q0,-150 0,0"
fill="url(#rainbow)" opacity="0.9" blur="5px"/>
<!-- Umbrella handle -->
<rect x="140" y="100" width="20" height="80" fill="#8B4513" opacity="0.8"/>
<!-- Shadow under umbrella -->
<circle cx="150" cy="120" r="30" fill="#000000" opacity="0.1"/>
</g>
<!-- Sunflower field -->
<g id="sunflowers">
<!-- Front layer -->
<use xlink:href="#sunflower" x="50" y="200" opacity="0.8"/>
<use xlink:href="#sunflower" x="150" y="220" opacity="0.8"/>
<use xlink:href="#sunflower" x="250" y="200" opacity="0.8"/>
<!-- Middle layer -->
<use xlink:href="#sunflower" x="100" y="240" opacity="0.6" blur="2px"/>
<use xlink:href="#sunflower" x="200" y="260" opacity="0.6" blur="2px"/>
<!-- Background layer -->
<use xlink:href="#sunflower" x="75" y="280" opacity="0.4" blur="4px"/>
<use xlink:href="#sunflower" x="225" y="280" opacity="0.4" blur="4px"/>
</g>
</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:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#6A5ACD;stop-opacity:1" />
</linearGradient>
<radialGradient id="umbrellaGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FF0000;stop-opacity:1" />
<stop offset="14.28%" style="stop-color:#FF7F00;stop-opacity:1" />
<stop offset="28.56%" style="stop-color:#FFFF00;stop-opacity:1" />
<stop offset="42.84%" style="stop-color:#00FF00;stop-opacity:1" />
<stop offset="57.12%" style="stop-color:#0000FF;stop-opacity:1" />
<stop offset="71.4%" style="stop-color:#4B0082;stop-opacity:1" />
<stop offset="85.68%" style="stop-color:#8F00FF;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF0000;stop-opacity:1" />
</radialGradient>
<filter id="raindropFilter">
<feGaussianBlur stdDeviation="1" result="blur"/>
<feMerge>
<feMergeNode in="blur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<!-- Umbrella -->
<path d="M150,100 Q170,50 190,100 Q150,100 110,100" fill="url(#umbrellaGradient)" stroke="#333" stroke-width="2"/>
<rect x="145" y="100" width="10" height="40" fill="#8B4513"/>
<!-- Sunflowers -->
<g transform="translate(50,200)">
<circle cx="20" cy="20" r="15" fill="#FFD700"/>
<circle cx="20" cy="20" r="10" fill="#FFE44D"/>
<circle cx="20" cy="20" r="5" fill="#FFA500"/>
<path d="M20,20 L35,10 L40,25 L30,35 L20,20" fill="#FF6B6B"/>
</g>
<g transform="translate(100,180)">
<circle cx="20" cy="20" r="15" fill="#FFD700"/>
<circle cx="20" cy="20" r="10" fill="#FFE44D"/>
<circle cx="20" cy="20" r="5" fill="#FFA500"/>
<path d="M20,20 L35,10 L40,25 L30,35 L20,20" fill="#FF6B6B"/>
</g>
<g transform="translate(150,220)">
<circle cx="20" cy="20" r="15" fill="#FFD700"/>
<circle cx="20" cy="20" r="10" fill="#FFE44D"/>
<circle cx="20" cy="20" r="5" fill="#FFA500"/>
<path d="M20,20 L35,10 L40,25 L30,35 L20,20" fill="#FF6B6B"/>
</g>
<g transform="translate(200,190)">
<circle cx="20" cy="20" r="15" fill="#FFD700"/>
<circle cx="20" cy="20" r="10" fill="#FFE44D"/>
<circle cx="20" cy="20" r="5" fill="#FFA500"/>
<path d="M20,20 L35,10 L40,25 L30,35 L20,20" fill="#FF6B6B"/>
</g>
<!-- Raindrops -->
<g filter="url(#raindropFilter)">
<circle cx="130" cy="80" r="3" fill="#98FB98"/>
<circle cx="170" cy="70" r="3" fill="#98FB98"/>
<circle cx="190" cy="85" r="3" fill="#98FB98"/>
<circle cx="140" cy="90" r="3" fill="#98FB98"/>
<circle cx="160" cy="95" r="3" fill="#98FB98"/>
</g>
<!-- Field gradient -->
<rect x="0" y="150" width="300" height="150" fill="url(#fieldGradient)"/>
<!-- Animated gradient for umbrella -->
<animate attributeName="fill" type="discrete" from="#FF0000" to="#FF7F00" dur="2s" repeatCount="indefinite"/>
</svg>
Judge's Analysis
Player 2's submission features a colorful representation of a rainbow umbrella and sunflower-like elements.
The use of vibrant colors and a clear depiction of the elements aligns well with the prompt.
While Player 1's image is not visible, Player 2's entry is visually appealing and creative.
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
"Floating cat juggling stars in neon space"
"A city skyline made of fruit"
"Purple giraffe on roller skates juggling flaming torches"
"Dancing cactus wearing sunglasses under a disco ball"
"Flying toaster-shaped clouds over a neon cityscape"
"Rainbow octopus juggling planets under the sea"