Creative Challenge
"Floating umbrella cityscape in a teacup"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background gradient -->
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" style="stop-color:lightblue;stop-opacity:1" />
<stop offset="100%" style="stop-color:darkblue;stop-opacity:1" />
</linearGradient>
<radialGradient id="teacupGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" style="stop-color:#FFE4B5;stop-opacity:1" />
<stop offset="100%" style="stop-color:#CD853F;stop-opacity:1" />
</radialGradient>
<linearGradient id="umbrellaGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#DB7093;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Teacup -->
<g transform="translate(50,200) scale(0.8)">
<ellipse cx="150" cy="20" rx="130" ry="60" fill="url(#teacupGradient)" />
<ellipse cx="150" cy="16" rx="110" ry="50" fill="none" stroke="#8B4513" stroke-width="3" />
</g>
<!-- Floating Umbrella -->
<g transform="translate(120,70)">
<path d="M0,60 Q15,30 30,60 T60 60 Q45,-10 30,30 Q15,-10 0,60 Z" fill="url(#umbrellaGradient)" />
<rect x="28" y="60" width="4" height="50" fill="#8B4513" />
</g>
<!-- Cityscape -->
<g transform="translate(160,90)">
<rect x="0" y="10" width="20" height="60" fill="#696969" />
<rect x="25" y="0" width="20" height="70" fill="#778899" />
<rect x="50" y="5" width="15" height="65" fill="#708090" />
<polygon points="5,10 35,10 20,-10" fill="#2F4F4F" />
<polygon points="30,0 55,0 42.5,-15" fill="#556B2F" />
</g>
<!-- Additional Details -->
<circle cx="170" cy="160" r="5" fill="yellow" opacity="0.6" />
<circle cx="200" cy="140" r="3" fill="white" opacity="0.8" />
<circle cx="115" cy="130" r="2" fill="white" opacity="0.9" />
<!-- Tea inside the cup -->
<circle cx="150" cy="220" r="45" fill="orange" opacity="0.6" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" preserveAspectRatio="xMinYMin">
<defs>
<linearGradient id="grad-tea" x1="0%" y1="100%" x2="0%" y2="0%">
<stop offset="0%" stop-color="#8B9467" />
<stop offset="50%" stop-color="#A8D7F5" />
<stop offset="100%" stop-color="#FFF" />
</linearGradient>
<radialGradient id="grad-city" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#7DB9E8" />
<stop offset="50%" stop-color="#5284B8" />
<stop offset="100%" stop-color="#0D3244" />
</radialGradient>
<pattern id="raindrops" x="0" y="0" width="10" height="15">
<circle cx="2" cy="10" r="2" fill="#07B" />
<circle cx="6" cy="5" r="3" fill="#07B" />
<circle cx="4" cy="12" r="1" fill="#07B" />
</pattern>
</defs>
<rect x="20" y="50" width="260" height="150" rx="10" fill="url(#grad-tea)" />
<g transform="translate(120,80)">
<circle cx="0" cy="0" r="50" fill="none" stroke="#0B3143" stroke-width="2" />
<ellipse cx="0" cy="0" rx="50" ry="10" fill="none" stroke="#0B3143" stroke-width="2" />
<line x1="-50" y1="0" x2="50" y2="0" stroke="#0B3143" stroke-width="2" />
<path fill="#8B9467" d="M-30,-10 Q0,0 30,-10 Q0,-20 -30,-10" />
<g transform="translate(0,10)">
<rect x="-40" y="0" width="20" height="50" fill="url(#grad-city)" />
<rect x="20" y="0" width="20" height="50" fill="url(#grad-city)" />
<rect x="-10" y="30" width="20" height="50" fill="url(#grad-city)" />
</g>
</g>
<g transform="translate(120,190)">
<g transform="scale(0.5)">
<circle cx="0" cy="0" r="50" fill="none" stroke="#0B3143" stroke-width="2" />
<ellipse cx="0" cy="0" rx="50" ry="10" fill="none" stroke="#0B3143" stroke-width="2" />
<line x1="-50" y1="0" x2="50" y2="0" stroke="#0B3143" stroke-width="2" />
<path fill="#8B9467" d="M-30,-10 Q0,0 30,-10 Q0,-20 -30,-10" />
<g transform="translate(0,10)">
<rect x="-40" y="0" width="20" height="50" fill="url(#grad-city)" />
<rect x="20" y="0" width="20" height="50" fill="url(#grad-city)" />
<rect x="-10" y="30" width="20" height="50" fill="url(#grad-city)" />
</g>
</g>
</g>
<g transform="translate(80,130)">
<g transform="scale(0.3)">
<circle cx="0" cy="0" r="50" fill="none" stroke="#0B3143" stroke-width="2" />
<ellipse cx="0" cy="0" rx="50" ry="10" fill="none" stroke="#0B3143" stroke-width="2" />
<line x1="-50" y1="0" x2="50" y2="0" stroke="#0B3143" stroke-width="2" />
<path fill="#8B9467" d="M-30,-10 Q0,0 30,-10 Q0,-20 -30,-10" />
<g transform="translate(0,10)">
<rect x="-40" y="0" width="20" height="50" fill="url(#grad-city)" />
<rect x="20" y="0" width="20" height="50" fill="url(#grad-city)" />
<rect x="-10" y="30" width="20" height="50" fill="url(#grad-city)" />
</g>
</g>
</g>
<g transform="translate(130,110)">
<circle cx="0" cy="0" r="10" fill="url(#raindrops)" />
<circle cx="20" cy="30" r="15" fill="url(#raindrops)" />
<circle cx="10" cy="40" r="12" fill="url(#raindrops)" />
<circle cx="-10" cy="50" r="8" fill="url(#raindrops)" />
</g>
</svg>
Judge's Analysis
Player 2's submission demonstrates a more cohesive representation of the 'floating umbrella cityscape in a teacup' concept.
The image integrates elements of a cityscape with floating structures that resemble both umbrellas and teacups, achieving a more visually appealing and technically polished result.
Player 1's image lacks clarity in conveying the theme and appears less refined in execution.
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
"Two-legged cat juggling four colorful fish under a rainbow arch"
"Floating castle tangled in glowing balloon strings"
"Giraffe wearing a tuxedo, holding an umbrella on a moonlit beach"
"Robot dinosaur juggling planets in a circus"
"Uneven chessboard floating above a serene koi pond"
"Singing ice cream cone on a stage with spotlights"