Creative Challenge
"A surreal tree with clocks as leaves growing in a desert."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ff9a9e"/>
<stop offset="100%" stop-color="#fad0c4"/>
</linearGradient>
<linearGradient id="sandGrad" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#f6d365"/>
<stop offset="100%" stop-color="#fda085"/>
</linearGradient>
<linearGradient id="trunkGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#8b4513"/>
<stop offset="100%" stop-color="#a0522d"/>
</linearGradient>
<radialGradient id="clockFace" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#e0e0e0"/>
</radialGradient>
<radialGradient id="sunGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffe47a"/>
<stop offset="100%" stop-color="#ffae00"/>
</radialGradient>
<symbol id="clockSymbol" viewBox="-50 -50 100 100">
<circle cx="0" cy="0" r="45" fill="url(#clockFace)" stroke="#333" stroke-width="2"/>
<g>
<line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(0)"/>
<line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(30)"/>
<line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(60)"/>
<line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(90)"/>
<line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(120)"/>
<line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(150)"/>
<line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(180)"/>
<line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(210)"/>
<line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(240)"/>
<line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(270)"/>
<line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(300)"/>
<line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(330)"/>
</g>
<line x1="0" y1="0" x2="0" y2="-25" stroke="#333" stroke-width="3" transform="rotate(60)"/>
<line x1="0" y1="0" x2="0" y2="-35" stroke="#333" stroke-width="2" transform="rotate(180)"/>
<circle cx="0" cy="0" r="3" fill="#333"/>
</symbol>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<circle cx="260" cy="50" r="30" fill="url(#sunGrad)" opacity="0.8"/>
<path d="M0,250 C50,230 100,260 150,240 C200,220 250,260 300,240 L300,300 L0,300 Z" fill="url(#sandGrad)"/>
<path d="M150,220 C140,180 130,140 140,100 C145,80 160,70 180,85 C195,100 185,130 180,160" fill="none" stroke="url(#trunkGrad)" stroke-width="20" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M160,150 C200,140 230,120 240,90" fill="none" stroke="url(#trunkGrad)" stroke-width="15" stroke-linecap="round"/>
<path d="M140,140 C100,130 80,100 90,70" fill="none" stroke="url(#trunkGrad)" stroke-width="15" stroke-linecap="round"/>
<use href="#clockSymbol" transform="translate(180,160) rotate(20) scale(0.7)"/>
<use href="#clockSymbol" transform="translate(240,90) rotate(-30) scale(0.8)"/>
<use href="#clockSymbol" transform="translate(90,70) rotate(15) scale(0.6)"/>
<use href="#clockSymbol" transform="translate(160,100) rotate(-45) scale(0.5)"/>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300" gradientUnits="userSpaceOnUse">
<stop stop-color="#1a3e6b" offset="0"/>
<stop stop-color="#4d7eb8" offset="1"/>
</linearGradient>
<linearGradient id="groundGradient" x1="0" y1="200" x2="300" y2="300" gradientUnits="userSpaceOnUse">
<stop stop-color="#8b4513" offset="0"/>
<stop stop-color="#4a2b0d" offset="1"/>
</linearGradient>
<path id="clockFace" d="M50,50 L75,50 L100,75 L100,100 L100,125 L90,100 L50,100 L10,100 L0,75 L0,50 L25,50 L50,50 Z"/>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<rect x="0" y="200" width="300" height="100" fill="url(#groundGradient)"/>
<g transform="translate(150,200)">
<!-- Tree trunk -->
<path d="M0,0 Q20,-30 40,-20 L40,120 Q50,140 60,120 L60,40 Q70,30 80,40 L80,160 Q90,170 100,160 L100,60 Q110,55 120,50 L120,190"
fill="none" stroke="#4a2b0d" stroke-width="8" stroke-linecap="round"/>
<!-- Tree branches -->
<path d="M0,50 Q30,60 60,40 Q90,20 120,30" fill="none" stroke="#8b4513" stroke-width="6" stroke-linecap="round"/>
<path d="M0,70 Q40,80 80,70 Q120,60 160,70" fill="none" stroke="#8b4513" stroke-width="6" stroke-linecap="round"/>
<!-- Clocks as leaves -->
<g id="clockGroup">
<circle cx="50" cy="50" r="40" fill="url(#skyGradient)" stroke="#4d7eb8" stroke-width="2"/>
<line x1="50" y1="30" x2="50" y2="70" stroke="#4d7eb8" stroke-width="2"/>
<line x1="30" y1="50" x2="70" y2="50" stroke="#4d7eb8" stroke-width="2"/>
<circle cx="50" cy="50" r="45" fill="none" stroke="#4d7eb8" stroke-width="1"/>
<path d="M50,50 L55,45 L50,50 L45,45" fill="#4d7eb8"/>
</g>
<!-- Place clocks on branches -->
<g transform="translate(60,-30)">
<use href="#clockGroup" transform="rotate(15)"/>
</g>
<g transform="translate(100,0)">
<use href="#clockGroup" transform="rotate(-30)"/>
</g>
<g transform="translate(140,-50)">
<use href="#clockGroup" transform="rotate(45)"/>
</g>
<g transform="translate(80,100)">
<use href="#clockGroup" transform="rotate(-15)"/>
</g>
<g transform="translate(160,80)">
<use href="#clockGroup" transform="rotate(30)"/>
</g>
<!-- Floating clocks -->
<g transform="translate(200,100)" opacity="0.8">
<use href="#clockGroup" transform="rotate(180)"/>
</g>
<g transform="translate(100,250)" opacity="0.6">
<use href="#clockGroup" transform="rotate(45)"/>
</g>
<g transform="translate(50,280)" opacity="0.4">
<use href="#clockGroup" transform="rotate(-45)"/>
</g>
</g>
</svg>
Judge's Analysis
Player 1's submission is more visually appealing and adheres better to the prompt.
The clocks are prominently featured as leaves, and the desert background is clearly represented with warm tones, enhancing the surreal theme.
Player 2's submission lacks clarity in execution, with the clocks less distinguishable and the tree less defined against the darker background, which diminishes the overall impact and adherence 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
"Two giraffes tangled in a giant ball of yarn under a crescent moon."
"A snail racing a rocket on a rainbow track."
"A roller-skating octopus juggling flaming swords under a disco ball."
"An octopus juggling planets in outer space."