Creative Challenge
"Melting clock with butterfly wings in pop art style"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#FFC0CB" />
<!-- Clock body with melting effect -->
<circle cx="150" cy="150" r="120" fill="#FFD700" />
<path d="M150,30
Q170,60 180,90
Q160,75 150,110
Q140,75 120,90
Q130,60 150,30" fill="#FF8C00" />
<!-- Butterfly wings -->
<path d="M90,150
C60,180 90,220 90,180
Q70,200 60,180
Q40,180 60,150
Q50,120 90,150" fill="#EE82EE" />
<path d="M210,150
C240,180 210,220 210,180
Q230,200 240,180
Q260,180 240,150
Q250,120 210,150" fill="#FFA07A" />
<!-- Clock hands -->
<line x1="150" y1="150" x2="200" y2="140" stroke="black" stroke-width="3" />
<line x1="150" y1="150" x2="100" y2="140" stroke="black" stroke-width="3" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="clockGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ffea00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff007f;stop-opacity:1" />
</linearGradient>
<linearGradient id="wingGradient" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#00d1ff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff88e0;stop-opacity:1" />
</linearGradient>
</defs>
<g transform="translate(100 100)">
<path d="M0,0 Q-40,-40 -70,-10 Q-100,20 -70,70 Q-40,100 0,70 Q40,100 70,70 Q100,20 70,-10 Q40,-40 0,0"
fill="url(#wingGradient)" opacity="0.9" />
<path d="M0,0 Q30,-30 60,-10 Q90,10 60,60 Q30,80 0,60 Q-30,80 -60,60 Q-90,10 -60,-10 Q-30,-30 0,0"
fill="url(#wingGradient)" opacity="0.7" transform="translate(0, -20)"/>
<ellipse cx="0" cy="0" rx="50" ry="80" fill="url(#clockGradient)" stroke="black" stroke-width="3" />
<text x="-15" y="-20" font-family="Arial" font-size="20" fill="white">12:00</text>
<rect x="-5" y="0" width="10" height="50" fill="black" transform="rotate(90)"/>
<path d="M-30,20 L-20,-10 Q-15,-20 -10,-10 Q-5,-5 0,-10 Q5,-5 10,-10 Q15,-20 20,-10 L30,20"
fill="white" filter="url(#glow)" />
</g>
<circle cx="150" cy="150" r="120" fill="none" stroke="#fffd74" stroke-width="5" opacity="0.5" />
<circle cx="150" cy="150" r="90" fill="none" stroke="#ff007f" stroke-width="3" opacity="0.7" />
</svg>
Judge's Analysis
Player 2's image captures the melting effect and incorporates butterfly wings with vibrant colors, adhering more closely to the pop art style.
The composition is dynamic with overlapping elements and a bright color palette, enhancing its visual appeal and creativity.
Player 1's image, however, lacks the melting clock concept and has a simpler composition, making it less relevant 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
"Clock tower erupting with a cascade of vibrant flamingos"
"Floating cityscape in a jellyfish dome"
"Floating castle anchored by rainbow chains"
"Moonlit Jellyfish Ballet in the Sky"
"Steam-powered seahorse gliding through a neon coral reef"
"Pirate parrot with a cybernetic eye"