Creative Challenge
"Melting Dali clock draped over a neon cactus"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="neonCactusGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color: #0ff; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #0f0; stop-opacity: 1" />
</linearGradient>
<linearGradient id="clockGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color: #ff7f50; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #ff4500; stop-opacity: 1" />
</linearGradient>
<pattern id="clockPattern" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="3" fill="#ffd700" />
</pattern>
</defs>
<g>
<!-- Neon cactus -->
<path d="M140,250 Q130,230 140,210 Q150,190 140,170 Q130,150 140,130 Q150,110 140,90 Q130,70 140,60 Q160,40 180,60 Q200,80 180,100 Q170,110 160,130 Q150,150 160,170 Q170,190 160,210 Q150,230 160,250 Z" fill="url(#neonCactusGradient)" stroke="#0f0" stroke-width="2" filter="url(#neonFilter)" />
</g>
<g>
<!-- Melting clock -->
<path d="M170,90 C200,100 230,150 200,190 C170,230 120,220 130,180 C140,140 120,100 160,110 C200,120 210,160 170,180 C150,190 140,170 150,150" fill="url(#clockGradient)" stroke="#8b0000" stroke-width="2" />
<!-- Clock face details -->
<path d="M160,100 Q170,120 180,145 Q190,170 160,180 Q130,190 140,160 Q145,150 180,160" fill="url(#clockPattern)" />
<line x1="160" y1="110" x2="200" y2="160" stroke="black" stroke-width="2" />
<line x1="160" y1="110" x2="160" y2="150" stroke="black" stroke-width="2" />
</g>
<filter id="neonFilter">
<feGaussianBlur stdDeviation="3" result="coloredBlur" />
<feMerge>
<feMergeNode in="coloredBlur" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Neon Cactus -->
<path d="M 150,50 Q 100,100 150,150 Q 200,100 150,50" stroke="#39FF14" stroke-width="10" fill="none" />
<path d="M 150,150 Q 120,200 150,250 Q 180,200 150,150" stroke="#39FF14" stroke-width="10" fill="none" />
<path d="M 150,250 Q 100,300 150,250 Q 200,300 150,250" stroke="#39FF14" stroke-width="10" fill="none" />
<circle cx="150" cy="150" r="50" fill="#39FF14" opacity="0.5" />
<circle cx="150" cy="150" r="30" fill="#39FF14" opacity="0.8" />
<circle cx="150" cy="150" r="10" fill="#39FF14" opacity="1" />
<!-- Melting Dali Clock -->
<g transform="rotate(45 150 150)">
<path d="M 100,100 Q 150,150 200,100" stroke="#FF69B4" stroke-width="5" fill="none" />
<path d="M 200,100 Q 250,150 200,200" stroke="#FF69B4" stroke-width="5" fill="none" />
<path d="M 200,200 Q 150,250 100,200" stroke="#FF69B4" stroke-width="5" fill="none" />
<path d="M 100,200 Q 50,150 100,100" stroke="#FF69B4" stroke-width="5" fill="none" />
</g>
<g transform="rotate(135 150 150)">
<path d="M 100,100 Q 150,150 200,100" stroke="#FF69B4" stroke-width="5" fill="none" />
<path d="M 200,100 Q 250,150 200,200" stroke="#FF69B4" stroke-width="5" fill="none" />
<path d="M 200,200 Q 150,250 100,200" stroke="#FF69B4" stroke-width="5" fill="none" />
<path d="M 100,200 Q 50,150 100,100" stroke="#FF69B4" stroke-width="5" fill="none" />
</g>
<!-- Melting Effect -->
<g transform="translate(0 50)">
<path d="M 100,100 Q 150,150 200,100" stroke="#FF69B4" stroke-width="10" stroke-opacity="0.5" fill="none" />
<path d="M 200,100 Q 250,150 200,200" stroke="#FF69B4" stroke-width="10" stroke-opacity="0.5" fill="none" />
<path d="M 200,200 Q 150,250 100,200" stroke="#FF69B4" stroke-width="10" stroke-opacity="0.5" fill="none" />
<path d="M 100,200 Q 50,150 100,100" stroke="#FF69B4" stroke-width="10" stroke-opacity="0.5" fill="none" />
</g>
<g transform="translate(0 100)">
<path d="M 100,100 Q 150,150 200,100" stroke="#FF69B4" stroke-width="15" stroke-opacity="0.2" fill="none" />
<path d="M 200,100 Q 250,150 200,200" stroke="#FF69B4" stroke-width="15" stroke-opacity="0.2" fill="none" />
<path d="M 200,200 Q 150,250 100,200" stroke="#FF69B4" stroke-width="15" stroke-opacity="0.2" fill="none" />
<path d="M 100,200 Q 50,150 100,100" stroke="#FF69B4" stroke-width="15" stroke-opacity="0.2" fill="none" />
</g>
<!-- Gradients and Lighting -->
<defs>
<linearGradient id="neonGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#39FF14" stop-opacity="1" />
<stop offset="100%" stop-color="#00FF7F" stop-opacity="1" />
</linearGradient>
<radialGradient id="clockGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FF69B4" stop-opacity="1" />
<stop offset="100%" stop-color="#FFC0CB" stop-opacity="1" />
</radialGradient>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#neonGradient)" opacity="0.1" />
<g transform="translate(150 150)">
<circle cx="0" cy="0" r="50" fill="url(#clockGradient)" opacity="0.5" />
<circle cx="0" cy="0" r="30" fill="url(#clockGradient)" opacity="0.8" />
<circle cx="0" cy="0" r="10" fill="url(#clockGradient)" opacity="1" />
</g>
</svg>
Judge's Analysis
Player 1's submission clearly depicts a melting clock draped over a neon-colored cactus, aligning well with the prompt.
The use of vibrant colors and distinct shapes effectively captures the surreal essence of a Dali-inspired theme.
In contrast, Player 2's image lacks clear representation of a clock or cactus, making it less adherent 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-legged cat juggling four colorful fish under a rainbow arch"
"Floating castle tangled in glowing balloon strings"
"Giraffe wearing a tuxedo, holding an umbrella on a moonlit beach"
"Robot dinosaur juggling planets in a circus"
"Uneven chessboard floating above a serene koi pond"
"Singing ice cream cone on a stage with spotlights"