Creative Challenge
"Levitation tea party with floating teacups and pastries"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#87CEFA"/>
<stop offset="1" stop-color="#E0FFFF"/>
</linearGradient>
<radialGradient id="cloudGradient" cx="50%" cy="50%" r="50%">
<stop offset="0" stop-color="#FFFFFF"/>
<stop offset="1" stop-color="#F5F5F5"/>
</radialGradient>
<pattern id="pattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="3" fill="#FFD700"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#skyGradient)"/>
<g>
<circle cx="150" cy="50" r="40" fill="url(#cloudGradient)"/>
<circle cx="100" cy="80" r="30" fill="url(#cloudGradient)"/>
<circle cx="200" cy="80" r="30" fill="url(#cloudGradient)"/>
</g>
<g transform="translate(150,150)">
<circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
<circle cx="0" cy="0" r="15" fill="#F0E68C"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
</g>
<g transform="translate(50,100)">
<circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
<circle cx="0" cy="0" r="15" fill="#F0E68C"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
</g>
<g transform="translate(250,120)">
<circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
<circle cx="0" cy="0" r="15" fill="#F0E68C"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
</g>
<g transform="translate(100,200)">
<circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
<circle cx="0" cy="0" r="15" fill="#F0E68C"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
</g>
<g transform="translate(200,180)">
<circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
<circle cx="0" cy="0" r="15" fill="#F0E68C"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
</g>
<g transform="translate(50,180)">
<circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
<circle cx="0" cy="0" r="15" fill="#F0E68C"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
</g>
<g transform="translate(180,150)">
<circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
<circle cx="0" cy="0" r="15" fill="#F0E68C"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
</g>
<g transform="translate(100,120)">
<circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
<circle cx="0" cy="0" r="15" fill="#F0E68C"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
</g>
<g transform="translate(200,140)">
<circle cx="0" cy="0" r="20" fill="#FFFFFF" stroke="#000000" stroke-width="2"/>
<circle cx="0" cy="0" r="15" fill="#F0E68C"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="#FFFFFF"/>
<path d="M-10 25 L10 25 L10 40 L-10 40 Z" fill="url(#pattern)" transform="translate(0,5)"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background with gradient and subtle pattern -->
<defs>
<radialGradient id="bgGradient" cx="150" cy="150" r="150" fx="150" fy="150">
<stop offset="0" style="stop-color:#6b2e6e;stop-opacity:1" />
<stop offset="1" style="stop-color:#a444e8;stop-opacity:1" />
</radialGradient>
<filter id="shadow">
<feDropShadow dx="0" dy="5" stdDeviation="2" flood-color="rgba(0,0,0,0.3)"/>
</filter>
<path id="steamPath" d="M50,100 Q60,80 70,100 80,120 90,100 100,80 110,100 120,120 130,100 140,80 150,100"/>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)"/>
<!-- Floating teacups -->
<g transform="translate(100,100)">
<!-- Teacup 1 -->
<g transform="translate(-50,0)" filter="url(#shadow)">
<path d="M0,0 a20,20 0 1,0 40,0 a20,20 0 1,0 -40,0 M20,20 l-10,-10 l10,-10 l-10,10 l-10,-10 l10,10 l10,-10" fill="#ffffff" stroke="#ffffff" stroke-width="2"/>
<ellipse cx="20" cy="30" rx="15" ry="10" fill="url(#bgGradient)" stroke="#ffffff" stroke-width="1"/>
</g>
<!-- Teacup 2 -->
<g transform="translate(50,0)" filter="url(#shadow)">
<path d="M0,0 a20,20 0 1,0 40,0 a20,20 0 1,0 -40,0 M20,20 l-10,-10 l10,-10 l-10,10 l-10,-10 l10,10 l10,-10" fill="#ffffff" stroke="#ffffff" stroke-width="2"/>
<ellipse cx="20" cy="30" rx="15" ry="10" fill="#ffc6c6" stroke="#ffffff" stroke-width="1"/>
</g>
<!-- Floating pastry -->
<g transform="translate(0, -50)" filter="url(#shadow)">
<circle cx="20" cy="20" r="15" fill="#ffe0e0" stroke="#ffffff" stroke-width="2"/>
<rect x="10" y="35" width="20" height="10" fill="#ff9999" rx="2"/>
<path d="M15,35 l5,-5 l5,5 l-5,5 l-5,-5" fill="#ff9999"/>
</g>
</g>
<!-- Animated steam -->
<path d="M100,100" stroke="#ffffff" stroke-width="2" fill="none">
<animate attributeName="d" from="M100,100" to="M100,50" dur="2s" repeatCount="indefinite"/>
</path>
<!-- Floating spoon -->
<path d="M200,200 Q220,180 230,200 240,220 230,240 220,260 200,240 180,260 190,240 180,220 190,200" fill="#ffffff" stroke="#ffffff" stroke-width="2"/>
<!-- Additional floating elements -->
<g transform="translate(150,150)" filter="url(#shadow)">
<circle cx="0" cy="0" r="10" fill="#ffb3ba"/>
<circle cx="30" cy="0" r="10" fill="#ff9999"/>
<circle cx="15" cy="20" r="10" fill="#ffe0e0"/>
</g>
<!-- Steam animation -->
<path id="steam" d="M100,100" stroke="#ffffff" stroke-width="2" fill="none">
<animatePath xlink:href="#steamPath" dur="3s" repeatCount="indefinite"/>
</path>
</svg>
Judge's Analysis
Player 1's submission effectively depicts a levitation tea party with floating elements, using a clear sky background and arranged teacups that suggest a sense of whimsy and movement.
The technical quality and adherence to the prompt are strong.
Player 2's image could not be evaluated due to an error in loading the SVG.
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
"Moonlit snail in a top hat juggling stars"
"Rainbow octopus in a Victorian tea party setting"
"Dolphin playing chess with a robot atop an iceberg"
"Flamingo on a skateboard, wearing sunglasses and sipping a smoothie"
"Frog in a vintage scuba suit dancing with jellyfish"
"Surreal owl with mechanical gears for eyes"