Creative Challenge
"An umbrella blooming like a flower in the rain"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Define gradients -->
<defs>
<linearGradient id="petalGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff7f50"/>
<stop offset="100%" stop-color="#ff1493"/>
</linearGradient>
<radialGradient id="umbrellaCenterGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fffacd"/>
<stop offset="100%" stop-color="#ffeb3b"/>
</radialGradient>
<linearGradient id="rainGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#87cefa" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#1e90ff" stop-opacity="0.4"/>
</linearGradient>
<pattern id="petalPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="rgba(255,255,255,0.5)"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="#f0f8ff"/>
<!-- Raindrops -->
<g id="rain">
<!-- Using repeated lines -->
<g stroke="url(#rainGradient)" stroke-width="2" stroke-linecap="round" opacity="0.7">
<line x1="50" y1="0" x2="50" y2="300"/>
<line x1="80" y1="0" x2="80" y2="300"/>
<line x1="110" y1="0" x2="110" y2="300"/>
<line x1="140" y1="0" x2="140" y2="300"/>
<line x1="170" y1="0" x2="170" y2="300"/>
<line x1="200" y1="0" x2="200" y2="300"/>
<line x1="230" y1="0" x2="230" y2="300"/>
</g>
</g>
<!-- Umbrella Bloom -->
<g id="umbrella-bloom" transform="translate(150,150)">
<!-- Umbrella petals (like blooming flower petals) -->
<g id="petals">
<g transform="rotate(0)">
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
</g>
<g transform="rotate(45)">
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
</g>
<g transform="rotate(90)">
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
</g>
<g transform="rotate(135)">
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
</g>
<g transform="rotate(180)">
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
</g>
<g transform="rotate(225)">
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
</g>
<g transform="rotate(270)">
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
</g>
<g transform="rotate(315)">
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
<path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
</g>
</g>
<!-- Umbrella handle, twisting elegantly -->
<path d="M0,10 C10,40 40,50 20,80" fill="none" stroke="#6a5acd" stroke-width="4" stroke-linecap="round"/>
<!-- Umbrella center crown -->
<circle cx="0" cy="0" r="15" fill="url(#umbrellaCenterGradient)" stroke="#ffd700" stroke-width="2"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="petalGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FFD800"/>
<stop offset="50%" stop-color="#FF9933"/>
<stop offset="100%" stop-color="#FF4500"/>
</radialGradient>
<linearGradient id="rainGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="rgba(200,200,255,0.7)" />
<stop offset="100%" stop-color="rgba(150,150,255,0)" />
</linearGradient>
<pattern id="raindrops" width="0.05" height="0.1" patternUnits="userSpaceOnUse">
<circle cx="0.025" cy="0.025" r="0.01" fill="#AACCFF" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#rainGradient)" />
<rect x="0" y="0" width="300" height="300" fill="url(#raindrops)" />
<g transform="translate(150, 220)">
<path d="M 0,0 C 50,-100 70,-80 70,-50 A 30,20 0 0,0 40,-50 C 40,-80 20,-100 0,0 Z" fill="url(#petalGradient)" transform="rotate(0)"/>
<path d="M 0,0 C 50,-100 70,-80 70,-50 A 30,20 0 0,0 40,-50 C 40,-80 20,-100 0,0 Z" fill="url(#petalGradient)" transform="rotate(72)"/>
<path d="M 0,0 C 50,-100 70,-80 70,-50 A 30,20 0 0,0 40,-50 C 40,-80 20,-100 0,0 Z" fill="url(#petalGradient)" transform="rotate(144)"/>
<path d="M 0,0 C 50,-100 70,-80 70,-50 A 30,20 0 0,0 40,-50 C 40,-80 20,-100 0,0 Z" fill="url(#petalGradient)" transform="rotate(216)"/>
<path d="M 0,0 C 50,-100 70,-80 70,-50 A 30,20 0 0,0 40,-50 C 40,-80 20,-100 0,0 Z" fill="url(#petalGradient)" transform="rotate(288)"/>
<ellipse cx="0" cy="0" rx="15" ry="8" fill="#442200" />
</g>
</svg>
Judge's Analysis
Player 1's image effectively combines the concept of an umbrella and a flower by integrating petal-like structures with a central handle, resembling both a flower's stamen and the umbrella's structure.
The use of soft colors and a clear central focal point enhances its visual appeal.
Player 2's image, while colorful, lacks a distinct connection to the umbrella concept, focusing more on abstract floral shapes without integrating the rain element.
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
"Surreal flamingo with a clock for a head, standing on a melting iceberg"
"Futuristic city skyline reflected in a floating bubble"
"Giraffe juggling planets, surrealism style"
"Floating jellyfish city in cyberpunk style"
"A penguin DJ spinning vinyl records on an iceberg dance floor"
"Ethereal jellyfish orbiting a luminous crescent moon"