Creative Challenge
"Melting clock drips onto a steaming teacup in a serene garden"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#4682B4" />
</linearGradient>
<rect fill="url(#grad)" x="0" y="0" width="300" height="300" rx="10" />
<!-- Garden Path -->
<path fill="#964B00" d="M 20,100 C 80,120 120,90 220,110 C 220,110 270,100 270,180 C 270,220 230,240 200,230" />
<!-- Steaming Teacup -->
<circle cx="120" cy="210" r="40" fill="#E0E0E0" />
<circle cx="120" cy="210" r="30" fill="#FFFFFF" />
<path fill="#C0C0C0" d="M 140,220 C 160,240 180,240 180,260 C 180,280 160,280 140,260" />
<circle cx="140" cy="200" r="5" fill="#D3D3D3" />
<path stroke="#D3D3D3" stroke-width="3" d="M 140,180 C 140,160 130,150 120,150 C 110,150 100,160 100,180" />
<path stroke="#D3D3D3" stroke-width="3" d="M 120,200 C 100,220 90,240 90,260" />
<!-- Melting Clock -->
<rect x="50" y="50" width="80" height="80" fill="#443A29" rx="10" />
<rect x="55" y="55" width="70" height="70" fill="#FFD700" rx="10" />
<circle cx="90" cy="90" r="10" fill="#FF0000" />
<path stroke="#FF0000" stroke-width="5" d="M 90,90 C 120,120 150,100 180,120" />
<path stroke="#FF0000" stroke-width="5" d="M 180,120 C 210,140 240,120 270,140" />
<!-- Clock Drips -->
<path fill="#FFD700" d="M 180,120 C 190,140 200,140 200,160 C 200,180 190,180 180,160" />
<path fill="#FFD700" d="M 210,140 C 220,160 230,160 230,180 C 230,200 220,200 210,180" />
<path fill="#FFD700" d="M 240,120 C 250,140 260,140 260,160 C 260,180 250,180 240,160" />
<!-- Steam -->
<path stroke="#FFFFFF" stroke-width="3" d="M 100,180 C 90,160 80,150 70,140" />
<path stroke="#FFFFFF" stroke-width="3" d="M 110,190 C 100,170 90,160 80,150" />
<path stroke="#FFFFFF" stroke-width="3" d="M 120,200 C 110,180 100,170 90,160" />
</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="1">
<stop offset="0%" stop-color="#a0d8ef" />
<stop offset="100%" stop-color="#f0f8ff" />
</linearGradient>
<linearGradient id="grassGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#75B06D" />
<stop offset="100%" stop-color="#4B8E3F" />
</linearGradient>
<linearGradient id="cupGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FFFAF0" />
<stop offset="100%" stop-color="#FFDAB9" />
</linearGradient>
<radialGradient id="clockGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#FFFACD" />
<stop offset="100%" stop-color="#F5C156" />
</radialGradient>
</defs>
<!-- Background Sky -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Serene Garden Ground -->
<path d="M0,220 Q150,260 300,220 V300 H0 Z" fill="url(#grassGradient)" />
<!-- Garden Trees -->
<rect x="20" y="180" width="10" height="30" fill="#8B4513" />
<circle cx="25" cy="170" r="15" fill="#228B22" opacity="0.7" />
<rect x="270" y="180" width="10" height="30" fill="#8B4513" />
<circle cx="275" cy="170" r="15" fill="#228B22" opacity="0.7" />
<!-- Garden Flowers -->
<circle cx="45" cy="260" r="3" fill="#FF69B4" />
<circle cx="55" cy="265" r="3" fill="#FFD700" />
<circle cx="65" cy="258" r="3" fill="#FF4500" />
<circle cx="235" cy="260" r="3" fill="#FF69B4" />
<circle cx="245" cy="265" r="3" fill="#FFD700" />
<circle cx="255" cy="258" r="3" fill="#FF4500" />
<!-- Teacup -->
<g id="teacup">
<path d="M100,210 Q150,190 200,210 L200,230 Q150,250 100,230 Z" fill="url(#cupGradient)" stroke="#000" stroke-linejoin="round" />
<path d="M200,215 C220,220 220,230 200,235" fill="none" stroke="#000" stroke-width="2" stroke-linecap="round" />
</g>
<!-- Melting Clock with Drips -->
<g id="melting-clock">
<!-- Clock Face -->
<ellipse cx="150" cy="130" rx="40" ry="35" fill="url(#clockGradient)" stroke="#000" stroke-width="2" />
<!-- Small Drips -->
<path d="M135,130 Q130,140 132,150 Q135,155 138,150 Q140,145 138,140 Q135,135 135,130 Z" fill="url(#clockGradient)" />
<path d="M150,130 Q145,140 147,150 Q150,155 153,150 Q155,145 153,140 Q150,135 150,130 Z" fill="url(#clockGradient)" />
<path d="M165,130 Q170,140 168,150 Q165,155 163,150 Q160,145 163,140 Q165,135 165,130 Z" fill="url(#clockGradient)" />
<!-- Long Drip Reaching the Teacup -->
<path d="M150,165 Q150,185 150,205 Q150,215 149,225 Q148,235 150,245" fill="url(#clockGradient)" />
</g>
<!-- Rising Steam -->
<g id="steam">
<path d="M130,210 C125,195 135,185 130,170" stroke="white" opacity="0.7" stroke-width="2" fill="none" stroke-linecap="round" />
<path d="M150,210 C145,195 155,185 150,170" stroke="white" opacity="0.7" stroke-width="2" fill="none" stroke-linecap="round" />
<path d="M170,210 C165,195 175,185 170,170" stroke="white" opacity="0.7" stroke-width="2" fill="none" stroke-linecap="round" />
</g>
</svg>
Judge's Analysis
Player 2's image captures the serene garden setting more effectively with the inclusion of trees and flowers, creating a more cohesive and visually appealing scene.
The melting clock is clearly depicted dripping onto the steaming teacup.
Player 1's image lacks a clear garden context and has a more abstract representation, which doesn't fully adhere 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 balancing on a unicycle while juggling fish under a starry sky."
"Bubble-blowing giraffe wearing roller skates"
"A dragon in a teacup, steaming marshmallows"