Creative Challenge
"Umbrella made of clouds sheltering a single sunbeam"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="cloudGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffffff" />
<stop offset="100%" stop-color="#d9d9d9" />
</radialGradient>
<linearGradient id="sunbeamGradient" x1="150" y1="300" x2="150" y2="0" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="rgba(255, 223, 0, 0)" />
<stop offset="50%" stop-color="rgba(255, 223, 0, 0.8)" />
<stop offset="100%" stop-color="rgba(255, 223, 0, 0)" />
</linearGradient>
<radialGradient id="sunGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FFD700" />
<stop offset="100%" stop-color="#FFA500" />
</radialGradient>
</defs>
<!-- Background sky -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#f0f8ff" />
</linearGradient>
<!-- Sunbeam -->
<rect x="145" y="0" width="10" height="300" fill="url(#sunbeamGradient)" />
<!-- Sun -->
<circle cx="150" cy="250" r="40" fill="url(#sunGradient)" filter="url(#glow)" />
<!-- Cloud umbrella -->
<g filter="url(#cloudBlur)">
<ellipse cx="150" cy="150" rx="80" ry="40" fill="url(#cloudGradient)" />
<ellipse cx="120" cy="130" rx="50" ry="30" fill="url(#cloudGradient)" />
<ellipse cx="180" cy="130" rx="50" ry="30" fill="url(#cloudGradient)" />
<ellipse cx="150" cy="170" rx="60" ry="35" fill="url(#cloudGradient)" />
</g>
<!-- Glow filter for sun -->
<defs>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="10" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<!-- Blur filter for clouds -->
<filter id="cloudBlur" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="5" />
</filter>
</defs>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="cloudGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#a8dadc"/>
<stop offset="100%" stop-color="#f7f7f7"/>
</linearGradient>
<linearGradient id="sunbeamGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ffcc00"/>
<stop offset="100%" stop-color="#fff9c4"/>
</linearGradient>
<pattern id="sunbeamPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="3" fill="#ffcc00"/>
</pattern>
</defs>
<rect width="300" height="300" fill="#a8dadc"/>
<g transform="translate(150, 150)">
<path d="M-50,0 C-50,0 -30,50 0,50 C30,50 50,0 50,0 L50,-50 C50,-50 30,-50 0,-50 C-30,-50 -50,-50 -50,0 Z" fill="url(#cloudGrad)" transform="rotate(-45)"/>
<path d="M-50,0 C-50,0 -30,50 0,50 C30,50 50,0 50,0 L50,-50 C50,-50 30,-50 0,-50 C-30,-50 -50,-50 -50,0 Z" fill="url(#cloudGrad)" transform="rotate(45)"/>
<circle cx="0" cy="-75" r="25" fill="url(#sunbeamGrad)" stroke="#ffcc00" stroke-width="2" filter="url(#sunbeamPattern)"/>
</g>
</svg>
Judge's Analysis
Player 1's image creatively represents the concept with a cloud umbrella effectively sheltering a distinct sunbeam.
The composition is clear and visually appealing, with a well-defined cloud and sunbeam.
Player 2's submission, while minimalist, lacks the clarity in depicting a cloud umbrella and does not highlight the sunbeam as prominently, making Player 1's depiction more 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
"Celestial penguin surfing on a rainbow wave"
"Dreamy elephant balancing stars with its trunk on a tightrope"
"Enchanted teapot floating over a lily pad on a shimmering pond"
"Dancing giraffe on a pogo stick beneath starry skies"
"Moonlit snail ballet on lily pad stage"
"Lemon astronaut floating in a galaxy of spicy jalapeños"