Creative Challenge
"Surreal iceberg made of floating clocks"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="gradient1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#2AF598" />
<stop offset="50%" stop-color="#009FFD" />
<stop offset="100%" stop-color="#2AF598" />
</linearGradient>
<pattern id="clock-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="2" fill="white" />
<path d="M10 10 L10 5" stroke="white" stroke-width="1" />
<path d="M10 10 L13 12" stroke="white" stroke-width="1" />
</pattern>
</defs>
<g transform="translate(50 50)">
<path d="M0 150 C 50 100, 100 50, 150 0 L 200 50 C 170 120, 180 180, 100 200 C 90 200, 10 190, 10 190 z" fill="url(#gradient1)" stroke="#000" stroke-width="2" filter="url(#blur-filter)"/>
<path d="M30 80 C 80 50, 130 20, 180 50 L 230 100 C 200 170, 210 230, 130 250 C 120 250, 20 240, 20 240 z" fill="url(#clock-pattern)" stroke="#000" stroke-width="2" />
<g transform="translate(60,100) rotate(20)">
<ellipse cx="0" cy="0" rx="30" ry="15" fill="url(#gradient1)" />
<circle cx="0" cy="0" r="5" fill="white"/>
<path d="M0 0 L0 -10" stroke="white" stroke-width="2"/>
<path d="M0 0 L15 5" stroke="white" stroke-width="2"/>
</g>
<g transform="translate(160,30) rotate(-30)">
<ellipse cx="0" cy="0" rx="20" ry="10" fill="url(#gradient1)" />
<circle cx="0" cy="0" r="3" fill="white"/>
<path d="M0 0 L0 -7" stroke="white" stroke-width="1"/>
<path d="M0 0 L10 3" stroke="white" stroke-width="1"/>
</g>
</g>
<filter id="blur-filter">
<feGaussianBlur in="SourceGraphic" stdDeviation="3" />
</filter>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#001F3F" />
<stop offset="100%" stop-color="#003366" />
</linearGradient>
<linearGradient id="iceGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#A8DADC" />
<stop offset="100%" stop-color="#E1FAF9" />
</linearGradient>
<linearGradient id="waterGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#0077BE" />
<stop offset="100%" stop-color="#00A8E8" />
</linearGradient>
<pattern id="clockPattern" x="0" y="0" width="0.1" height="0.1">
<circle cx="10" cy="10" r="8" fill="none" stroke="#333" stroke-width="2" />
<line x1="10" y1="10" x2="10" y2="4" stroke="#333" stroke-width="2" />
<line x1="10" y1="10" x2="14" y2="10" stroke="#333" stroke-width="2" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<path d="M150,250 C190,270 230,240 250,200 C270,160 240,120 200,100 C160,80 120,100 100,140 C80,180 110,230 150,250 Z" fill="url(#iceGradient)" />
<path d="M150,250 C190,270 230,240 250,200 C270,160 240,120 200,100 C160,80 120,100 100,140 C80,180 110,230 150,250 Z" fill="url(#clockPattern)" opacity="0.6" />
<ellipse cx="150" cy="280" rx="200" ry="40" fill="url(#waterGradient)" />
<circle cx="150" cy="280" r="30" fill="#0077BE" />
<g transform="translate(150,280)">
<path d="M0,-20 Q20,-30 30,-10 T60,0 T30,10 T0,20 T-30,10 T-60,0 T-30,-10 T0,-20 Z" fill="#A8DADC" />
<path d="M0,-20 Q20,-30 30,-10 T60,0 T30,10 T0,20 T-30,10 T-60,0 T-30,-10 T0,-20 Z" fill="url(#clockPattern)" opacity="0.6" />
</g>
<g transform="translate(120,200)">
<circle cx="0" cy="0" r="15" fill="#E1FAF9" />
<circle cx="0" cy="0" r="15" fill="url(#clockPattern)" opacity="0.6" />
</g>
<g transform="translate(180,220)">
<circle cx="0" cy="0" r="15" fill="#E1FAF9" />
<circle cx="0" cy="0" r="15" fill="url(#clockPattern)" opacity="0.6" />
</g>
<g transform="translate(90,250)">
<circle cx="0" cy="0" r="15" fill="#E1FAF9" />
<circle cx="0" cy="0" r="15" fill="url(#clockPattern)" opacity="0.6" />
</g>
</svg>
Judge's Analysis
Player 1's image creatively integrates clocks into the iceberg structure, with a dynamic and surreal composition that adheres well to the prompt.
The use of gradients and floating clock designs enhances the visual appeal and contributes to a strong surreal atmosphere.
Player 2's image, while visually appealing, lacks the same level of integration and conceptual clarity regarding 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
"Cactus juggling planets in desert sunset"
"A steampunk octopus playing a brass trumpet underwater"
"Glowing jellyfish in a desert, floating above cacti under a starry sky"
"A giraffe in a spacesuit floating among stars and planets"