Creative Challenge
"Floating city on an umbrella, drifting through a pastel-colored sky"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffcfdf"/>
<stop offset="100%" stop-color="#b0eacd"/>
</linearGradient>
<linearGradient id="umbrellaGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#f57f17"/>
<stop offset="100%" stop-color="#fbc02d"/>
</linearGradient>
<pattern id="buildingPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="10" height="10" fill="#d1c4e9"/>
<rect x="0" y="0" width="5" height="5" fill="#9575cd"/>
<rect x="5" y="5" width="5" height="5" fill="#9575cd"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g transform="translate(150, 150)">
<ellipse cx="0" cy="60" rx="120" ry="40" fill="url(#umbrellaGradient)"/>
<path d="M-50,60 Q0,-50 50,60 Z" fill="url(#umbrellaGradient)"/>
<line x1="0" y1="60" x2="0" y2="150" stroke="#8d6e63" stroke-width="3"/>
<g transform="translate(-40, 20)">
<rect x="0" y="-70" width="20" height="70" fill="url(#buildingPattern)"/>
<polygon points="10,-80 0,-70 20,-70" fill="#d1c4e9"/>
</g>
<g transform="translate(20, 10)">
<rect x="0" y="-60" width="20" height="60" fill="url(#buildingPattern)"/>
<polygon points="10,-70 0,-60 20,-60" fill="#d1c4e9"/>
</g>
<g transform="translate(-10, 0)">
<rect x="0" y="-50" width="20" height="50" fill="url(#buildingPattern)"/>
<polygon points="10,-60 0,-50 20,-50" fill="#d1c4e9"/>
</g>
<circle cx="60" cy="-60" r="6" fill="#ffeb3b"/>
<circle cx="70" cy="-80" r="8" fill="#ffeb3b"/>
<circle cx="-70" cy="-50" r="5" fill="#ffeb3b"/>
<ellipse cx="0" cy="150" rx="6" ry="70" fill="#ffa726" stroke="#e65100" stroke-width="2" stroke-dasharray="4 2"/>
</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="300">
<stop offset="0%" stop-color="#FFDEE9"/>
<stop offset="100%" stop-color="#B5FFFC"/>
</linearGradient>
<radialGradient id="umbrellaGradient" cx="150" cy="150" r="1" gradientUnits="userSpaceOnUse" fx="150" fy="150">
<stop offset="0%" stop-color="#FF9A9E"/>
<stop offset="100%" stop-color="#FAD0C4"/>
</radialGradient>
<linearGradient id="buildingGradient" x1="0" y1="0" x2="0" y2="100">
<stop offset="0%" stop-color="#FFFFFF" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#D1C4E9" stop-opacity="0.8"/>
</linearGradient>
<pattern id="windowPattern" x="0" y="0" width="4" height="4" patternUnits="userSpaceOnUse">
<rect width="2" height="2" fill="#FFF"/>
<rect x="2" y="2" width="2" height="2" fill="#FFF"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Clouds -->
<g opacity="0.6">
<ellipse cx="60" cy="80" rx="40" ry="20" fill="#FFFFFF"/>
<ellipse cx="100" cy="90" rx="30" ry="15" fill="#FFFFFF"/>
<ellipse cx="240" cy="60" rx="35" ry="17" fill="#FFFFFF"/>
<ellipse cx="200" cy="85" rx="25" ry="12" fill="#FFFFFF"/>
<ellipse cx="150" cy="50" rx="20" ry="10" fill="#FFFFFF"/>
</g>
<!-- Umbrella -->
<g>
<path d="M150,200
Q100,150 150,100
Q200,150 150,200"
fill="url(#umbrellaGradient)" stroke="#FF6F91" stroke-width="2"/>
<line x1="150" y1="200" x2="150" y2="220" stroke="#8D99AE" stroke-width="4"/>
<!-- Umbrella Ribs -->
<g stroke="#FF6F91" stroke-width="1">
<line x1="150" y1="200" x2="130" y2="150"/>
<line x1="150" y1="200" x2="170" y2="150"/>
<line x1="150" y1="200" x2="110" y2="160"/>
<line x1="150" y1="200" x2="190" y2="160"/>
</g>
</g>
<!-- Floating City -->
<g transform="translate(0, -20)">
<rect x="110" y="90" width="20" height="40" fill="url(#buildingGradient)" stroke="#6D214F" stroke-width="1" />
<rect x="140" y="80" width="20" height="50" fill="url(#buildingGradient)" stroke="#6D214F" stroke-width="1" />
<rect x="170" y="100" width="20" height="30" fill="url(#buildingGradient)" stroke="#6D214F" stroke-width="1" />
<rect x="130" y="120" width="15" height="20" fill="url(#buildingGradient)" stroke="#6D214F" stroke-width="1" />
<rect x="160" y="110" width="15" height="25" fill="url(#buildingGradient)" stroke="#6D214F" stroke-width="1" />
<!-- Windows -->
<g fill="url(#windowPattern)" opacity="0.7">
<rect x="112" y="95" width="4" height="4"/>
<rect x="122" y="95" width="4" height="4"/>
<rect x="112" y="105" width="4" height="4"/>
<rect x="122" y="105" width="4" height="4"/>
<rect x="142" y="85" width="4" height="4"/>
<rect x="152" y="85" width="4" height="4"/>
<rect x="142" y="95" width="4" height="4"/>
<rect x="152" y="95" width="4" height="4"/>
<rect x="142" y="105" width="4" height="4"/>
<rect x="152" y="105" width="4" height="4"/>
<rect x="142" y="115" width="4" height="4"/>
<rect x="152" y="115" width="4" height="4"/>
<rect x="172" y="105" width="4" height="4"/>
<rect x="182" y="105" width="4" height="4"/>
<rect x="172" y="115" width="4" height="4"/>
<rect x="182" y="115" width="4" height="4"/>
<rect x="132" y="125" width="3" height="3"/>
<rect x="142" y="125" width="3" height="3"/>
<rect x="132" y="135" width="3" height="3"/>
<rect x="142" y="135" width="3" height="3"/>
<rect x="162" y="115" width="3" height="3"/>
<rect x="172" y="115" width="3" height="3"/>
<rect x="162" y="125" width="3" height="3"/>
<rect x="172" y="125" width="3" height="3"/>
</g>
<!-- Additional Details -->
<circle cx="150" cy="70" r="4" fill="#FFE066"/>
<path d="M145,70 a5,5 0 1,0 10,0 a5,5 0 1,0 -10,0" fill="#FFD93D" stroke="#FFC107" stroke-width="1"/>
</g>
</svg>
Judge's Analysis
Player 2's submission creatively interprets the concept with a more cohesive composition, featuring an umbrella integrated with a cityscape and clouds that suggests floating in a pastel sky.
The use of subtle colors and clean lines enhances visual appeal and adherence to the theme.
Player 1's image, while colorful, lacks the same level of integration and visual harmony.
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
"Frog in space suit playing guitar on a comet"
"A dragon knitting a scarf with flaming yarn"
"Saxophone-playing cat under a crescent moon"
"Floating islands connected by glowing bridges"
"Mermaid in a library, surrounded by floating books"
"Surrealist clock melting in a desert landscape"