Creative Challenge
"A dragon made of melting clocks, surrealism style"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="dragonGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color: #3498db;" />
<stop offset="100%" style="stop-color: #9b59b6;" />
</linearGradient>
<linearGradient id="clockGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #f1c40f;" />
<stop offset="100%" style="stop-color: #e67e22;" />
</linearGradient>
<linearGradient id="meltGradient" x1="50%" y1="0%" x2="50%" y2="100%">
<stop offset="0%" style="stop-color: #f39c12; stop-opacity: 0.8" />
<stop offset="100%" style="stop-color: #e74c3c; stop-opacity: 0.6" />
</linearGradient>
<pattern id="clockPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="4" fill="url(#clockGradient)"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="#ecf0f1" />
<path d="M150,140 Q180,120 210,130 Q230,140 250,150 Q270,160 260,190 Q250,220 210,210 Q190,200 170,230 Q150,260 130,250 Q110,240 100,210 Q90,180 110,150 Q130,120 150,130 Z" fill="url(#dragonGradient)" />
<path d="M170,230 Q175,245 160,250 Q145,255 135,240 Q125,225 130,220 Q135,215 140,220 Q145,225 150,225 Q155,225 160,235 Z" fill="url(#meltGradient)" />
<ellipse cx="110" cy="160" rx="20" ry="10" fill="url(#clockPattern)" />
<ellipse cx="190" cy="130" rx="30" ry="15" fill="url(#clockPattern)" />
<path d="M190,130 Q185,150 180,160 Q175,170 155,180" stroke="#16a085" stroke-width="3" fill="none" />
<path d="M110,160 Q120,180 140,190 Q160,200 180,180" stroke="#16a085" stroke-width="3" fill="none" />
<circle cx="190" cy="130" r="5" fill="#c0392b" />
<circle cx="110" cy="160" r="3" fill="#c0392b" />
<text x="125" y="200" font-family="Verdana" font-size="12" fill="#34495e" transform="rotate(-10 125,200)">Melting Time</text>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="sky" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#1a0a2e"/>
<stop offset="50%" stop-color="#3a1a5e"/>
<stop offset="100%" stop-color="#5a2a8e"/>
</linearGradient>
<linearGradient id="clockGold" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffd700"/>
<stop offset="100%" stop-color="#b8860b"/>
</linearGradient>
<linearGradient id="dragonBody" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffd700"/>
<stop offset="50%" stop-color="#f08a00"/>
<stop offset="100%" stop-color="#b8860b"/>
</linearGradient>
<filter id="blurFilter" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceGraphic" stdDeviation="3"/>
</filter>
<filter id="dropShadow" x="-20%" y="-20%" width="150%" height="150%">
<feDropShadow dx="2" dy="4" stdDeviation="4" flood-color="#000" flood-opacity="0.5"/>
</filter>
<clipPath id="meltClip1">
<path d="M50,80 Q60,110 40,130 Q30,150 50,160 Q70,170 60,200 L120,200 Q110,170 130,160 Q150,150 140,130 Q120,110 130,80 Z"/>
</clipPath>
<clipPath id="meltClip2">
<path d="M180,90 Q200,120 190,140 Q180,160 200,170 Q220,180 210,210 L270,210 Q260,180 280,170 Q300,160 290,140 Q270,120 280,90 Z"/>
</clipPath>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#sky)"/>
<!-- Melting platform -->
<path d="M0,250 C50,230 100,260 150,240 C200,220 250,260 300,240 L300,300 L0,300 Z" fill="#b09065" filter="url(#dropShadow)"/>
<!-- Dragon Body from Melting Clocks -->
<g filter="url(#dropShadow)">
<!-- Head - Melting Clock -->
<g transform="translate(220,110) rotate(15)">
<ellipse cx="0" cy="0" rx="30" ry="25" fill="url(#clockGold)"/>
<path d="M-30,-5 Q-40,0 -30,5" stroke="#b8860b" stroke-width="2" fill="none"/>
<circle cx="0" cy="0" r="25" fill="none" stroke="#daa520" stroke-width="2"/>
<circle cx="0" cy="0" r="20" fill="none" stroke="#daa520" stroke-width="1"/>
<path d="M0,0 L0,-18" stroke="#222" stroke-width="2"/>
<path d="M0,0 L15,10" stroke="#222" stroke-width="2"/>
<!-- Melting effect -->
<path d="M-5,25 Q0,40 10,50 Q15,60 10,70" fill="url(#clockGold)" filter="url(#blurFilter)"/>
<path d="M15,20 Q25,30 20,45 Q15,60 25,70" fill="url(#clockGold)" filter="url(#blurFilter)"/>
</g>
<!-- Neck - Melting Clock -->
<path d="M180,130 Q200,160 160,170 Q140,180 170,200 Q190,220 150,230" fill="none" stroke="url(#dragonBody)" stroke-width="15" filter="url(#blurFilter)"/>
<!-- Body - Large Melting Clock -->
<g transform="translate(140,180)">
<circle cx="0" cy="0" r="40" fill="url(#clockGold)"/>
<circle cx="0" cy="0" r="35" fill="none" stroke="#daa520" stroke-width="2"/>
<circle cx="0" cy="0" r="30" fill="none" stroke="#daa520" stroke-width="1"/>
<path d="M0,0 L-10,-25" stroke="#222" stroke-width="3"/>
<path d="M0,0 L20,15" stroke="#222" stroke-width="3"/>
<!-- Numbers melting -->
<text x="-5" y="-22" fill="#222" font-size="8" transform="rotate(-30)">XII</text>
<text x="22" y="-5" fill="#222" font-size="8" transform="rotate(60)">III</text>
<text x="-5" y="25" fill="#222" font-size="8" transform="rotate(30)">VI</text>
<text x="-28" y="-5" fill="#222" font-size="8" transform="rotate(-60)">IX</text>
<!-- Melting effect -->
<path d="M-20,35 Q-10,60 -30,80 Q-40,100 -20,110" fill="url(#clockGold)" filter="url(#blurFilter)"/>
<path d="M20,35 Q40,70 30,90 Q20,110 40,120" fill="url(#clockGold)" filter="url(#blurFilter)"/>
</g>
<!-- Wings - Melted Clocks -->
<g transform="translate(100,170) rotate(-10)">
<path d="M0,0 Q-40,-30 -80,-20 Q-100,0 -80,20 Q-60,40 -20,30 Q0,20 0,0" fill="url(#clockGold)"/>
<g clip-path="url(#meltClip1)" transform="translate(-80,-10) scale(0.8)">
<circle cx="70" cy="140" r="30" fill="none" stroke="#b8860b" stroke-width="2"/>
<path d="M70,140 L70,120" stroke="#222" stroke-width="2"/>
<path d="M70,140 L90,150" stroke="#222" stroke-width="2"/>
</g>
<!-- Melting drips -->
<path d="M-80,-10 Q-90,10 -70,25 Q-60,40 -75,60" stroke="url(#clockGold)" stroke-width="8" fill="none" filter="url(#blurFilter)"/>
</g>
<g transform="translate(150,160) rotate(20) scale(0.8)">
<path d="M0,0 Q40,-30 80,-20 Q100,0 80,20 Q60,40 20,30 Q0,20 0,0" fill="url(#clockGold)"/>
<g clip-path="url(#meltClip2)" transform="translate(190,-20) scale(0.8)">
<circle cx="70" cy="140" r="30" fill="none" stroke="#b8860b" stroke-width="2"/>
<path d="M70,140 L50,130" stroke="#222" stroke-width="2"/>
<path d="M70,140 L80,160" stroke="#222" stroke-width="2"/>
</g>
<!-- Melting drips -->
<path d="M80,-10 Q90,10 70,25 Q60,40 75,60" stroke="url(#clockGold)" stroke-width="8" fill="none" filter="url(#blurFilter)"/>
</g>
<!-- Tail - Melting Clock Hands -->
<path d="M150,210 Q120,230 100,240 Q70,260 50,230 Q30,210 20,220" fill="none" stroke="url(#dragonBody)" stroke-width="12" filter="url(#blurFilter)"/>
<path d="M20,220 Q10,230 15,250" fill="none" stroke="url(#dragonBody)" stroke-width="8" filter="url(#blurFilter)"/>
<!-- Small Melting Clocks for Details -->
<g transform="translate(70,240) rotate(-15) scale(0.5)">
<circle cx="0" cy="0" r="20" fill="url(#clockGold)"/>
<path d="M0,0 L-5,-15" stroke="#222" stroke-width="2"/>
<path d="M0,0 L15,5" stroke="#222" stroke-width="2"/>
<path d="M-10,15 Q0,30 10,40" fill="url(#clockGold)" filter="url(#blurFilter)"/>
</g>
<g transform="translate(200,230) rotate(20) scale(0.6)">
<circle cx="0" cy="0" r="20" fill="url(#clockGold)"/>
<path d="M0,0 L-15,10" stroke="#222" stroke-width="2"/>
<path d="M0,0 L5,-15" stroke="#222" stroke-width="2"/>
<path d="M10,15 Q20,25 15,40" fill="url(#clockGold)" filter="url(#blurFilter)"/>
</g>
<!-- Eye -->
<circle cx="220" cy="110" r="5" fill="#aa0000"/>
<circle cx="220" cy="110" r="2" fill="#ffffff"/>
<!-- Flowing Time Elements -->
<g transform="translate(160,70) rotate(-10)">
<path d="M0,0 Q10,10 5,20 Q0,30 10,40" stroke="#fff" stroke-width="1" fill="none" opacity="0.7"/>
<circle cx="0" cy="0" r="2" fill="#fff" opacity="0.7"/>
<circle cx="10" cy="40" r="2" fill="#fff" opacity="0.7"/>
</g>
<g transform="translate(100,90) rotate(20)">
<path d="M0,0 Q-10,15 0,30 Q10,45 0,60" stroke="#fff" stroke-width="1" fill="none" opacity="0.7"/>
<circle cx="0" cy="0" r="2" fill="#fff" opacity="0.7"/>
<circle cx="0" cy="60" r="2" fill="#fff" opacity="0.7"/>
</g>
<g transform="translate(240,150) rotate(-30)">
<path d="M0,0 Q15,10 10,20 Q5,30 20,40" stroke="#fff" stroke-width="1" fill="none" opacity="0.7"/>
<circle cx="0" cy="0" r="2" fill="#fff" opacity="0.7"/>
<circle cx="20" cy="40" r="2" fill="#fff" opacity="0.7"/>
</g>
</g>
<!-- Surreal floating elements -->
<g transform="translate(50,50) rotate(15)">
<rect x="-15" y="-15" width="30" height="30" fill="url(#clockGold)" opacity="0.6"/>
<path d="M0,0 L10,10" stroke="#222" stroke-width="2"/>
<path d="M0,0 L-10,-10" stroke="#222" stroke-width="2"/>
<path d="M-15,15 Q-5,25 5,35" fill="url(#clockGold)" filter="url(#blurFilter)" opacity="0.6"/>
</g>
<g transform="translate(250,50) rotate(-20)">
<circle cx="0" cy="0" r="15" fill="url(#clockGold)" opacity="0.6"/>
<path d="M0,0 L10,-5" stroke="#222" stroke-width="2"/>
<path d="M0,0 L-5,10" stroke="#222" stroke-width="2"/>
<path d="M10,10 Q20,20 15,30" fill="url(#clockGold)" filter="url(#blurFilter)" opacity="0.6"/>
</g>
<!-- Stars in the sky -->
<g opacity="0.8">
<circle cx="30" cy="30" r="1" fill="#fff"/>
<circle cx="70" cy="20" r="1.5" fill="#fff"/>
<circle cx="220" cy="40" r="1" fill="#fff"/>
<circle cx="260" cy="70" r="1.5" fill="#fff"/>
<circle cx="180" cy="30" r="1" fill="#fff"/>
<circle cx="40" cy="80" r="1" fill="#fff"/>
<circle cx="280" cy="40" r="1" fill="#fff"/>
</g>
</svg>
Judge's Analysis
Player 2's image more effectively captures the surrealism style and the concept of a dragon made of melting clocks.
The use of distorted clocks and dynamic composition creates a stronger visual representation and adherence to the prompt.
Player 1's submission lacks clear representation of a dragon and surrealistic elements, making Player 2's image more compelling and technically proficient.
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
"Cactus wearing sunglasses and a sombrero in a desert sunset"
"A tree with roots as legs dancing in a grassy meadow"
"Astronaut disco dancing with a robot on the moon"
"An ice cream cone floating in space with rings like Saturn"
"An octopus playing a grand piano in a moonlit ocean concert"
"Surreal fruit sailing a sea of chocolate milk under a checkerboard sky"