Creative Challenge
"An umbrella made of clouds, catching raindrops shaped like tiny suns"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="cloudGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#fff" stop-opacity="0.5"/>
<stop offset="1" stop-color="#fff" stop-opacity="0.1"/>
</linearGradient>
<radialGradient id="sunGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0" stop-color="#ffd700" stop-opacity="1"/>
<stop offset="1" stop-color="#ffd700" stop-opacity="0.5"/>
</radialGradient>
<pattern id="cloudPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="20" height="20" fill="#fff" rx="5" opacity="0.5"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#87ceeb" rx="10"/>
<g transform="translate(150 150)">
<path d="M-50-50 L50-50 L50 50 L-50 50 Z" fill="url(#cloudGradient)" transform="rotate(45)"/>
<path d="M-40-40 L40-40 L40 40 L-40 40 Z" fill="url(#cloudPattern)" transform="rotate(45)"/>
<circle cx="0" cy="0" r="20" fill="#fff" opacity="0.5"/>
<g id="raindrops">
<circle cx="0" cy="-70" r="5" fill="url(#sunGradient)"/>
<circle cx="-20" cy="-50" r="5" fill="url(#sunGradient)"/>
<circle cx="20" cy="-50" r="5" fill="url(#sunGradient)"/>
<circle cx="-30" cy="-30" r="5" fill="url(#sunGradient)"/>
<circle cx="30" cy="-30" r="5" fill="url(#sunGradient)"/>
<circle cx="0" cy="-10" r="5" fill="url(#sunGradient)"/>
</g>
<animateTransform attributeName="transform" type="rotate" from="0 150 150" to="360 150 150" dur="10s" repeatCount="indefinite"/>
</g>
</svg>
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="cloudGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#87CEFA"/>
<stop offset="100%" stop-color="#E0FFFF"/>
</linearGradient>
<radialGradient id="sunGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFFF00"/>
</radialGradient>
</defs>
<path d="M150 30 Q120 10 90 30 T30 150 T90 270 T150 300 T210 270 T270 150 T210 30 T150 30" fill="url(#cloudGradient)" stroke="#87CEFA" stroke-width="5" />
<circle cx="150" cy="150" r="100" fill="none" stroke="#87CEFA" stroke-width="5" />
<circle cx="150" cy="100" r="5" fill="url(#sunGradient)" />
<circle cx="170" cy="120" r="5" fill="url(#sunGradient)" />
<circle cx="130" cy="120" r="5" fill="url(#sunGradient)" />
<circle cx="160" cy="140" r="5" fill="url(#sunGradient)" />
<circle cx="140" cy="140" r="5" fill="url(#sunGradient)" />
<circle cx="175" cy="160" r="5" fill="url(#sunGradient)" />
<circle cx="125" cy="160" r="5" fill="url(#sunGradient)" />
<circle cx="155" cy="180" r="5" fill="url(#sunGradient)" />
<circle cx="145" cy="180" r="5" fill="url(#sunGradient)" />
<circle cx="170" cy="200" r="5" fill="url(#sunGradient)" />
<circle cx="130" cy="200" r="5" fill="url(#sunGradient)" />
</svg>
Judge's Analysis
Player 2's image captures the essence of the prompt more effectively by incorporating a distinct umbrella shape with cloud-like textures and clearly defined raindrops that resemble tiny suns.
The composition is visually appealing with a clear focus on the theme, whereas Player 1’s image lacks clarity and does not effectively represent the prompt elements.
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
"Giraffe in a teacup with patterned clouds overhead"
"Glowing jellyfish dance under moonlit waters"
"A giraffe with a bowtie reading a book under a starlit sky"
"Levitating teacups dancing with fireflies under a full moon"
"Fractal octopus in neon, each tentacle a different pattern"
"A zebra with rainbow stripes dancing in a geometric jungle"