Creative Challenge
"Surreal clock with melting numbers dripping into a cup of steaming coffee"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background gradient -->
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ff69b4" />
<stop offset="100%" stop-color="#ffe6cc" />
</linearGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#bgGrad)" rx="10" />
<!-- Melting numbers -->
<g transform="translate(120, 80)">
<path d="M 20 0 A 10 10 0 0 0 30 20 L 30 60 A 10 10 0 0 0 20 80 Z" fill="#ff99cc" />
<text x="15" y="45" font-size="24" font-family="Arial" fill="#333" text-anchor="middle">3</text>
</g>
<g transform="translate(160, 120)">
<path d="M 20 0 A 10 10 0 0 0 30 20 L 30 60 A 10 10 0 0 0 20 80 Z" fill="#ff99cc" />
<text x="15" y="45" font-size="24" font-family="Arial" fill="#333" text-anchor="middle">6</text>
</g>
<g transform="translate(200, 80)">
<path d="M 20 0 A 10 10 0 0 0 30 20 L 30 60 A 10 10 0 0 0 20 80 Z" fill="#ff99cc" />
<text x="15" y="45" font-size="24" font-family="Arial" fill="#333" text-anchor="middle">9</text>
</g>
<!-- Drips -->
<path d="M 130 110 L 140 120 L 130 130 Z" fill="#ff99cc" />
<path d="M 150 110 L 160 120 L 150 130 Z" fill="#ff99cc" />
<path d="M 170 110 L 180 120 L 170 130 Z" fill="#ff99cc" />
<!-- Coffee cup -->
<g transform="translate(120, 180)">
<path d="M 40 0 A 20 20 0 0 0 80 40 L 80 100 A 20 20 0 0 0 40 140 Z" fill="#964B00" />
<path d="M 40 30 L 80 30" stroke="#333" stroke-width="2" />
<path d="M 40 70 L 80 70" stroke="#333" stroke-width="2" />
</g>
<!-- Steam -->
<g transform="translate(150, 210)">
<path d="M 10 0 L 20 20 L 10 40 Z" fill="#ffffff" opacity="0.5" />
<path d="M 20 0 L 30 20 L 20 40 Z" fill="#ffffff" opacity="0.5" />
<path d="M 30 0 L 40 20 L 30 40 Z" fill="#ffffff" opacity="0.5" />
</g>
<!-- Clock face -->
<g transform="translate(150, 150)">
<circle cx="0" cy="0" r="60" stroke="#333" stroke-width="2" fill="none" />
<line x1="0" y1="0" x2="50" y2="0" stroke="#333" stroke-width="2" />
<line x1="0" y1="0" x2="0" y2="50" stroke="#333" stroke-width="2" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Definitions for gradients and filters -->
<defs>
<radialGradient id="clockFace" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#f9f9f9" />
<stop offset="85%" stop-color="#e0e0e0" />
<stop offset="100%" stop-color="#c0c0c0" />
</radialGradient>
<linearGradient id="coffeeGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#8B4513" />
<stop offset="100%" stop-color="#4A2100" />
</linearGradient>
<linearGradient id="cupGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ffffff" />
<stop offset="100%" stop-color="#e0e0e0" />
</linearGradient>
<linearGradient id="meltGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#333333" />
<stop offset="100%" stop-color="#111111" />
</linearGradient>
<filter id="distort" filterUnits="userSpaceOnUse">
<feTurbulence type="turbulence" baseFrequency="0.05" numOctaves="2" result="turbulence" seed="3"/>
<feDisplacementMap in="SourceGraphic" in2="turbulence" scale="5" xChannelSelector="R" yChannelSelector="G"/>
</filter>
<filter id="steam" x="-20%" y="-20%" width="140%" height="140%">
<feTurbulence type="fractalNoise" baseFrequency="0.05" numOctaves="3" seed="1" result="noise"/>
<feDisplacementMap in="SourceGraphic" in2="noise" scale="5" xChannelSelector="R" yChannelSelector="G"/>
<feGaussianBlur stdDeviation="2"/>
<feComposite operator="in" in2="SourceGraphic"/>
</filter>
<filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur stdDeviation="2" result="blur"/>
<feComposite operator="over" in="blur" in2="SourceGraphic"/>
</filter>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#1a1a2e"/>
<!-- Clock face -->
<circle cx="150" cy="110" r="80" fill="url(#clockFace)" stroke="#888" stroke-width="2"/>
<!-- Clock rim -->
<circle cx="150" cy="110" r="85" fill="none" stroke="#999" stroke-width="3"/>
<!-- Clock center -->
<circle cx="150" cy="110" r="5" fill="#333"/>
<!-- Clock hands (warped/melting) -->
<path d="M150,110 L180,70 Q185,65 182,62" fill="none" stroke="#333" stroke-width="3" stroke-linecap="round"/>
<path d="M150,110 L120,140 Q115,150 110,148" fill="none" stroke="#333" stroke-width="4" stroke-linecap="round"/>
<!-- Melting numbers -->
<g fill="#333" font-family="Arial, sans-serif" font-weight="bold">
<!-- 12 melting -->
<text x="145" y="40" font-size="18">12</text>
<path d="M145,42 Q145,60 140,80 T138,130 Q138,140 136,170" fill="none" stroke="url(#meltGradient)" stroke-width="2" filter="url(#distort)"/>
<!-- 3 melting -->
<text x="225" y="115" font-size="18">3</text>
<path d="M225,117 Q210,117 190,120 T160,150 Q150,170 145,190" fill="none" stroke="url(#meltGradient)" stroke-width="2" filter="url(#distort)"/>
<!-- 6 melting -->
<text x="145" y="190" font-size="18">6</text>
<path d="M148,190 Q148,200 150,215 T155,240" fill="none" stroke="url(#meltGradient)" stroke-width="2" filter="url(#distort)"/>
<!-- 9 melting -->
<text x="70" y="115" font-size="18">9</text>
<path d="M75,117 Q90,120 105,130 T130,170 Q135,180 140,210" fill="none" stroke="url(#meltGradient)" stroke-width="2" filter="url(#distort)"/>
<!-- Dripping blobs -->
<circle cx="138" cy="130" r="3" fill="#333"/>
<path d="M138,130 Q142,140 135,150 T138,170" fill="#333" filter="url(#distort)"/>
<circle cx="160" cy="150" r="4" fill="#333"/>
<path d="M160,150 Q165,160 162,170 T165,190" fill="#333" filter="url(#distort)"/>
<circle cx="155" cy="240" r="5" fill="#333"/>
<ellipse cx="155" cy="250" rx="3" ry="5" fill="#333"/>
<circle cx="140" cy="210" r="4" fill="#333"/>
<ellipse cx="142" cy="220" rx="3" ry="4" fill="#333"/>
</g>
<!-- Coffee cup -->
<ellipse cx="150" cy="260" rx="45" ry="15" fill="#ccc" stroke="#999" stroke-width="1"/>
<path d="M105,260 Q105,230 150,230 Q195,230 195,260" fill="none" stroke="#ccc" stroke-width="2"/>
<path d="M105,260 Q105,230 150,230 Q195,230 195,260" fill="none" stroke="#fff" stroke-width="1" stroke-opacity="0.5"/>
<path d="M110,260 L110,230 Q110,215 150,215 Q190,215 190,230 L190,260" fill="url(#cupGradient)" stroke="#ccc" stroke-width="1"/>
<!-- Cup handle -->
<path d="M190,245 Q210,245 210,230 Q210,220 195,220" fill="none" stroke="#ddd" stroke-width="4" stroke-linecap="round"/>
<!-- Coffee in cup -->
<ellipse cx="150" cy="230" rx="35" ry="10" fill="url(#coffeeGradient)"/>
<!-- Melting numbers dripping into coffee -->
<g filter="url(#glow)">
<path d="M136,170 Q136,190 140,210 T150,230" fill="none" stroke="#222" stroke-width="3" filter="url(#distort)"/>
<path d="M165,190 Q165,200 160,215 T155,230" fill="none" stroke="#222" stroke-width="3" filter="url(#distort)"/>
<path d="M145,190 Q145,200 145,215 T145,230" fill="none" stroke="#222" stroke-width="3" filter="url(#distort)"/>
</g>
<!-- Melting drips landing in coffee -->
<circle cx="140" cy="229" r="3" fill="#333"/>
<circle cx="155" cy="229" r="4" fill="#333"/>
<circle cx="145" cy="230" r="2" fill="#333"/>
<!-- Coffee ripples -->
<ellipse cx="140" cy="230" rx="5" ry="2" fill="none" stroke="#5d2906" stroke-width="1" opacity="0.7"/>
<ellipse cx="155" cy="230" rx="6" ry="2" fill="none" stroke="#5d2906" stroke-width="1" opacity="0.7"/>
<ellipse cx="145" cy="230" rx="4" ry="1" fill="none" stroke="#5d2906" stroke-width="1" opacity="0.7"/>
<!-- Steam -->
<g fill="white" opacity="0.6" filter="url(#steam)">
<path d="M130,210 Q125,200 130,190 Q135,180 130,170" stroke="white" stroke-width="2" fill="none"/>
<path d="M150,210 Q145,195 150,185 Q155,175 150,165" stroke="white" stroke-width="2" fill="none"/>
<path d="M170,210 Q175,195 170,180 Q165,170 170,160" stroke="white" stroke-width="2" fill="none"/>
</g>
</svg>
Judge's Analysis
Player 2's submission effectively captures the surreal theme with a clear depiction of melting numbers dripping into a cup of coffee, adhering well to the prompt.
The technical execution is strong, with detailed elements and a cohesive composition, making it visually appealing.
In contrast, Player 1's image lacks clarity and detail, reducing its impact and adherence to the surreal concept.
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 cat orchestra on a floating lily pad"
"A penguin juggling colorful fish under the northern lights"
"A penguin juggling snowballs on a tightrope above an erupting volcano"
"Chameleon playing a tiny saxophone under a psychedelic mushroom"
"Cactus wearing sunglasses on a surfboard, riding waves under a sunset"
"Floating city on a giant turtle's back, under a starry sky"