Creative Challenge
"A surreal clock with melting numbers, each digit transformed into a different animal"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffcc00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff6699;stop-opacity:1" />
</linearGradient>
<pattern id="furPattern" patternUnits="userSpaceOnUse" width="4" height="4">
<rect x="0" y="0" width="4" height="4" fill="#c2c2c2" />
<circle cx="2" cy="2" r="1" fill="#999" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#bgGradient)" />
<ellipse cx="150" cy="150" rx="100" ry="150" fill="none" stroke="#ffffff" stroke-width="5" />
<g transform="translate(150,150)">
<g transform="rotate(-30)">
<text x="0" y="-90" font-size="32" fill="url(#furPattern)" font-family="Arial" stroke="#000" stroke-width="0.5">1</text>
<path d="M -7 -65 Q 0 -75 7 -65 Q 0 -70 -7 -65" fill="#c89f55" />
</g>
<g transform="rotate(-10)">
<text x="0" y="-70" font-size="32" fill="url(#furPattern)" font-family="Arial" stroke="#000" stroke-width="0.5">2</text>
<path d="M -10 -60 L 10 -60 Q 0 -70 -10 -60" fill="#e1a800" />
</g>
<g transform="rotate(20)">
<text x="0" y="-50" font-size="32" fill="url(#furPattern)" font-family="Arial" stroke="#000" stroke-width="0.5">3</text>
<path d="M -5 -40 C -5 -60 5 -60 5 -40 Q 0 -50 -5 -40" fill="#ff5733" />
</g>
<g transform="rotate(50)">
<text x="0" y="-30" font-size="32" fill="url(#furPattern)" font-family="Arial" stroke="#000" stroke-width="0.5">4</text>
<path d="M -5 -25 Q -10 -40 0 -35 C 5 -40 10 -25 5 -25 Z" fill="#66ff33" />
</g>
<g transform="rotate(80)">
<text x="0" y="-10" font-size="32" fill="url(#furPattern)" font-family="Arial" stroke="#000" stroke-width="0.5">5</text>
<path d="M -3 -10 Q -10 -5 -5 0 C 0 5 3 0 5 -5 Z" fill="#3399ff" />
</g>
<g transform="rotate(110)">
<text x="0" y="10" font-size="32" fill="url(#furPattern)" font-family="Arial" stroke="#000" stroke-width="0.5">6</text>
<path d="M 0 0 C -7 5 -5 15 0 15 C 5 15 7 5 0 0 Z" fill="#ff33cc" />
</g>
</g>
<circle cx="150" cy="150" r="5" fill="#fff" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="grad1" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#f27348" />
<stop offset="1" stop-color="#f70f5c" />
</linearGradient>
<linearGradient id="grad2" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#2c3e50" />
<stop offset="1" stop-color="#3498db" />
</linearGradient>
<pattern id="pat1" x="0" y="0" width="10" height="10" viewBox="0 0 10 10" preserveAspectRatio="none">
<rect x="0" y="0" width="5" height="5" fill="#f1c40f" />
<rect x="5" y="0" width="5" height="5" fill="#c0392b" />
<rect x="0" y="5" width="5" height="5" fill="#9b59b6" />
<rect x="5" y="5" width="5" height="5" fill="#1abc9c" />
</pattern>
</defs>
<!-- Clock background -->
<rect x="50" y="50" width="200" height="200" fill="#e5e5e5" rx="10" />
<circle cx="150" cy="150" r="90" fill="#f9f9f9" />
<circle cx="150" cy="150" r="80" fill="#e5e5e5" />
<rect x="50" y="50" width="200" height="200" fill="url(#pat1)" rx="10" opacity="0.2" />
<!-- Melting numbers -->
<g transform="matrix(0.6,0.3,-0.3,0.6,-10,40)">
<path d="M 60,50 C 80,40 90,60 100,70 L 100,80 C 90,90 60,100 40,90 L 30,100 C 10,90 20,80 30,60 L 40,50 C 60,40 80,60 80,80 Z" fill="#7f8c8d" />
<text x="60" y="65" font-size="40" font-weight="bold" text-anchor="center" fill="#34495e" >3</text>
<path d="M 75,65 L 85,75 L 75,85 L 65,75 Z" fill="#f1c40f" />
<circle cx="65" cy="65" r="10" fill="#e74c3c" />
<!-- Giraffe head -->
<rect x="65" y="35" width="20" height="30" fill="#d35400" rx="5" />
<rect x="50" y="40" width="15" height="15" fill="#f7dc6f" rx="3" />
<circle cx="50" cy="40" r="3" fill="#2c3e50" />
</g>
<g transform="matrix(-0.5,0.6,-0.6,-0.5,185,135)">
<!-- Snake body -->
<path d="M 60,50 C 80,60 100,50 120,60 C 140,50 160,60 180,50 L 180,70 C 160,80 140,70 120,80 L 100,70 C 80,80 60,70 40,80 L 30,70 C 10,80 20,70 30,60 L 40,50 C 60,60 80,50 80,70 Z" fill="#1abc9c" />
<!-- Snake head -->
<triangle points="40,50 30,60 30,40" fill="#3498db" />
<text x="120" y="55" font-size="40" font-weight="bold" text-anchor="center" fill="#2ecc71" >6</text>
</g>
<g transform="matrix(0.5,-0.6,0.6,0.5,-25,145)">
<!-- Elephant body -->
<path d="M 80,60 C 100,50 120,60 140,50 C 160,60 180,50 200,60 C 220,50 240,60 260,50 L 260,70 C 240,80 220,70 200,80 L 180,70 C 160,80 140,70 120,80 L 100,70 C 80,80 60,70 40,80 L 30,70 C 10,80 20,70 30,60 L 40,50 C 60,60 80,50 80,70 Z" fill="# throws 9b59b6" />
<!-- Elephant head -->
<circle cx="40" cy="60" r="10" fill="#34495e" />
<rect x="30" y="45" width="20" height="30" fill="#e74c3c" rx="5" />
<rect x="15" y="50" width="15" height="15" fill="#f7dc6f" rx="3" />
<circle cx="15" cy="50" r="3" fill="#2c3e50" />
<text x="200" y="55" font-size="40" font-weight="bold" text-anchor="center" fill="#e74c3c" >9</text>
</g>
<g transform="matrix(0.3,0.6,-0.6,0.3,10,40)">
<!-- Butterfly wings -->
<path d="M 40,20 C 60,30 80,20 100,30 L 100,40 C 80,50 60,40 40,50 L 20,40 C 0,30 20,20 40,20 L 60,30 C 80,20 100,30 120,20 Z" fill="#f1c40f" />
<path d="M 40,50 C 20,40 0,50 20,60 C 40,70 60,60 80,70 L 100,60 C 80,50 60,40 40,50 Z" fill="#3498db" />
<!-- Butterfly body -->
<rect x="40" y="30" width="10" height="20" fill="#2c3e50" rx="3" />
<text x="40" y="35" font-size="30" font-weight="bold" text-anchor="center" fill="#ff9800" >12</text>
</g>
<!-- Clock hands -->
<line x1="150" y1="150" x2="190" y2="150" stroke="#7f8c8d" stroke-width="3" />
<line x1="150" y1="150" x2="150" y2="100" stroke="#7f8c8d" stroke-width="5" />
<circle cx="150" cy="150" r="5" fill="#7f8c8d" />
</svg>
Judge's Analysis
Player 2's submission more effectively captures the surreal essence of the prompt by incorporating a clear melting effect and distinct transformation of digits into animals.
The composition is visually appealing with a cohesive color palette and precise technical execution.
In contrast, Player 1's image lacks clarity in the transformation of digits and overall visual coherence, making it less impactful in delivering the intended 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
"Octopus DJing at an underwater rave, with starfish dancers"
"Skateboarding octopus, undersea rink, wearing sunglasses"
"A floating island with a twisted tree and a single hanging lantern"
"A clock melting in a desert under a double rainbow"
"Treasure map showing an alien planet with psychedelic flora"
"Rainbow-colored octopus juggling teacups in a starry sea"