Creative Challenge
"Flying teapot pouring stars into a saxophone-shaped cloud"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="teapotGradient" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FFB74D" />
<stop offset="100%" stop-color="#FF9800" />
</linearGradient>
<linearGradient id="cloudGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#BBDEFB" />
<stop offset="100%" stop-color="#90CAF9" />
</linearGradient>
<radialGradient id="starGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFD600" />
<stop offset="100%" stop-color="#FF6F00" />
</radialGradient>
</defs>
<g>
<path d="M90 180 C60 150, 60 80, 160 70 C200 100, 120 130, 90 180 Z" fill="url(#cloudGradient)" />
<path d="M140 130 Q150 110, 160 130 T180 130" fill="url(#cloudGradient)" />
<path d="M250 170 Q260 150, 250 130 Q240 150, 250 170" fill="url(#cloudGradient)" />
<path d="M50 150 Q40 170, 50 190 Q30 180, 50 150" fill="url(#cloudGradient)" />
<path d="M105 80 Q130 50, 150 70 Q180 30, 200 70 Q180 90, 165 85 Q140 90, 105 80 Z" fill="url(#teapotGradient)" />
<path d="M110 85 Q130 70, 145 85" fill="#FFD600" />
<ellipse cx="120" cy="90" rx="4" ry="4" fill="#BAA000" />
<rect x="98" y="105" width="44" height="4" fill="#705D4B" />
<path d="M98 105 Q85 120, 90 130 Q95 135, 98 130 Q100 125, 98 105 Z" fill="#705D4B" />
<path d="M150 40 Q140 20, 160 20 Q180 30, 150 40 Z" fill="#FFC107" />
<g transform="translate(130,80)">
<g fill="url(#starGradient)">
<polygon points="0,-6 1,-3 4,-3 2,0 3,3 0,1 -3,3 -2,0 -4,-3 -1,-3" />
<polygon points="20,-6 21,-3 24,-3 22,0 23,3 20,1 17,3 18,0 16,-3 19,-3" transform="translate(40,0)" />
<polygon points="10,-6 11,-3 14,-3 12,0 13,3 10,1 7,3 8,0 6,-3 9,-3" transform="translate(20,30)" />
</g>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
</linearGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(0,0,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
</linearGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect x="0" y="0" width="10" height="10" fill="none" stroke="white" stroke-width="0.5"/>
<polygon points="5,0 9.5,4 10,7 7.5,8 8,11 5,9 2,11 2.5,8 0,7 4.5,4" fill="white"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#000"/>
<!-- Saxophone-shaped cloud -->
<path d="M150,100 q50,100 100,0 T200,100 h-100 z" fill="url(#grad1)" stroke="#fff" stroke-width="2"/>
<path d="M150,100 q50,100 100,0 T200,100 h-100 z" fill="url(#starPattern)"/>
<!-- Flying teapot -->
<path d="M100,200 h50 a25,25 0 0 1 25,25 v50 h-50 a25,25 0 0 1 -25,-25 z" fill="url(#grad2)" stroke="#fff" stroke-width="2"/>
<circle cx="135" cy="225" r="15" fill="url(#grad2)" stroke="#fff" stroke-width="2"/>
<path d="M150,275 l20,-20 l-40,0 z" fill="url(#grad2)" stroke="#fff" stroke-width="2"/>
<!-- Stars pouring -->
<g transform="translate(150,225)">
<polygon points="0,-20 5,-25 10,-20 15,-25 20,-20 25,-25 30,-20 35,-25 40,-20 45,-25 50,-20" fill="white"/>
</g>
</svg>
Judge's Analysis
Player 1's submission is more cohesive and closely adheres to the prompt with a clear depiction of a teapot pouring stars into a saxophone-shaped cloud.
The use of colors and shapes effectively conveys the whimsical theme.
Player 2's image, while creative, lacks clarity in representing the saxophone and cloud elements, impacting its adherence to 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
"Cat in a spacesuit floating above a moonlit ocean"
"Lonely penguin on a flamingo float in a desert oasis"
"Chameleon blending into a giant cosmic snail shell"
"A jellyfish cityscape at sunset"
"Giraffe in a scuba suit diving for coral in a colorful reef"
"Giraffe juggling planets in a cosmic circus ring"