Creative Challenge
"Melting clock dripping into a swirling teacup"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="clockGradient" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FF7F50;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:1" />
</linearGradient>
<linearGradient id="cupGradient" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#9ACD32;stop-opacity:1" />
<stop offset="100%" style="stop-color:#32CD32;stop-opacity:1" />
</linearGradient>
<radialGradient id="splashGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFF;stop-opacity:0" />
<stop offset="100%" style="stop-color:#1E90FF;stop-opacity:1" />
</radialGradient>
</defs>
<g transform="translate(150, 100)">
<path d="M-30,0 C-20,-50 20,-50 30,0 C40,30 0,60 -30,60 C-60,60 -30,30 -30,0 Z"
fill="url(#clockGradient)" stroke="#000" stroke-width="2" />
<ellipse cx="0" cy="0" rx="5" ry="10" fill="#000" />
<line x1="-8" y1="-20" x2="8" y2="-10" stroke="#000" stroke-width="2" />
<line x1="-8" y1="-10" x2="8" y2="-20" stroke="#000" stroke-width="2" />
<text x="0" y="10" text-anchor="middle" font-family="Arial" font-size="12px" fill="#000">12:00</text>
</g>
<g transform="translate(100, 200)">
<path d="M0,-20 C-30,-20 -40,10 -30,40 C10,40 30,10 0,-20 Z"
fill="url(#cupGradient)" stroke="#000" stroke-width="2" />
<ellipse cx="0" cy="0" rx="40" ry="10" fill="#fff" stroke="#000" stroke-width="2" />
</g>
<g transform="translate(150, 80)">
<path d="M0,0 C-5,20 10,30 0,40 C5,30 0,20 0,0 Z"
fill="url(#splashGradient)" opacity="0.6" />
<path d="M10,-10 C5,0 5,15 0,25 C5,15 5,0 10,-10 Z"
fill="url(#splashGradient)" opacity="0.5" />
</g>
<path d="M50,90 Q40,70 50,60 Q60,50 50,90 Z" fill="#B0E0E6" opacity="0.5">
<animate attributeName="d" values="M50,90 Q40,70 50,60 Q60,50 50,90 Z;
M50,90 Q40,70 55,60 Q60,50 50,90 Z;
M50,90 Q40,70 50,60 Q60,50 50,90 Z"
dur="2s" repeatCount="indefinite" />
</path>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="clockGradient">
<stop offset="0%" stop-color="#FF6B6B"/>
<stop offset="100%" stop-color="#FF8E8E"/>
</radialGradient>
<radialGradient id="teacupGradient">
<stop offset="0%" stop-color="#8E8EFE"/>
<stop offset="100%" stop-color="#6B6BFF"/>
</radialGradient>
<pattern id="meltPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M0 0 Q10 5 0 10" stroke="#FFA1A1" stroke-width="1" fill="none"/>
</pattern>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="glow"/>
<feMerge>
<feMergeNode in="glow"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<g transform="translate(150,150)">
<!-- Melting Clock -->
<path d="M-50,20 Q-40,30 -30,20 T-10,20 T10,20 T30,20 T40,30 T50,20"
fill="url(#clockGradient)" stroke="#FF4747" stroke-width="2" filter="url(#glow)"/>
<path d="M-45,15 Q-35,25 -25,15 T-15,15 T-5,15 T5,15 T15,15 T25,15 T35,15"
fill="url(#clockGradient)" opacity="0.7"/>
<path d="M-40,10 Q-30,20 -20,10 T-10,10 T0,10 T10,10 T20,10 T30,10 T40,10"
fill="url(#clockGradient)" opacity="0.5"/>
<!-- Dripping Effects -->
<g transform="translate(0,50)">
<path d="M-20,0 Q-10,-10 0,0 T10,-10 T20,0"
fill="url(#clockGradient)" opacity="0.3"/>
<path d="M-15,0 Q-5,-15 5,0 T15,-15 T25,0"
fill="url(#clockGradient)" opacity="0.3"/>
<path d="M-10,0 Q0,-20 10,0 T20,-20 T30,0"
fill="url(#clockGradient)" opacity="0.3"/>
</g>
<!-- Swirling Teacup -->
<g transform="translate(0,100)">
<circle r="30" fill="url(#teacupGradient)" stroke="#4D4DFF" stroke-width="2"/>
<path d="M-30,0 A30,30 0 0,1 30,0"
fill="none" stroke="#8E8EFE" stroke-width="4" stroke-linecap="round"/>
<path d="M-25,5 A25,25 0 0,1 25,5"
fill="none" stroke="#6B6BFF" stroke-width="2" stroke-linecap="round"/>
<path d="M-20,10 A20,20 0 0,1 20,10"
fill="none" stroke="#4D4DFF" stroke-width="1" stroke-linecap="round"/>
</g>
<!-- Swirl Patterns -->
<g transform="translate(0,90)" opacity="0.7">
<path d="M-20,-20 Q0,-10 20,-20" fill="none" stroke="#8E8EFE" stroke-width="1"/>
<path d="M-15,-15 Q0,-5 15,-15" fill="none" stroke="#6B6BFF" stroke-width="1"/>
<path d="M-10,-10 Q0,0 10,-10" fill="none" stroke="#4D4DFF" stroke-width="1"/>
</g>
</g>
</svg>
Judge's Analysis
Player 1's submission effectively captures the concept of a melting clock with clear visual elements, such as the distorted clock shape and the liquid-like form dripping into the teacup.
The use of color and composition adds to the surreal effect, aligning well with the prompt.
Player 2's image, while creative, lacks clarity in depicting the clock and teacup elements, making it less effective in conveying the intended idea.
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
"Sneezing snail with a top hat"
"Rainbow snail trail on a moonlit lily pad"
"Lighthouse on a cliff guiding paper boats through a sky of stars"
"Surreal tree growing through an ancient clock"
"Surreal clock melting over a tree branch"
"Neon giraffe dancing on a pixelated moon"