Creative Challenge
"An ant surfing on a leaf down a stream."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="waterGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#73d2ff"/>
<stop offset="100%" stop-color="#2b65ec"/>
</linearGradient>
<linearGradient id="leafGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#8dd33f"/>
<stop offset="100%" stop-color="#3e8b3d"/>
</linearGradient>
<filter id="dropShadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="2" dy="2" stdDeviation="2" flood-color="#000" flood-opacity="0.4"/>
</filter>
</defs>
<!-- background water -->
<rect width="300" height="300" fill="url(#waterGradient)"/>
<!-- waves -->
<path d="M0,140 Q50,120 100,140 T200,140 T300,140 L300,160 L0,160 Z" fill="#ecfaff" opacity="0.5"/>
<path d="M0,160 Q50,180 100,160 T200,160 T300,160 L300,180 L0,180 Z" fill="#b3e0ff" opacity="0.4"/>
<!-- splashes -->
<circle cx="220" cy="200" r="3" fill="#ecfaff" opacity="0.6"/>
<circle cx="230" cy="195" r="2" fill="#ecfaff" opacity="0.5"/>
<circle cx="210" cy="205" r="2.5" fill="#ecfaff" opacity="0.5"/>
<!-- leaf -->
<path d="M70,200 C60,180 120,150 200,140 C220,170 240,200 180,220 C140,240 100,230 70,200 Z"
fill="url(#leafGradient)" stroke="#39752e" stroke-width="2" filter="url(#dropShadow)"/>
<!-- leaf veins -->
<path d="M140,180 L100,155" stroke="#3e8b3d" stroke-width="1"/>
<path d="M140,180 L160,150" stroke="#3e8b3d" stroke-width="1"/>
<path d="M140,180 L180,180" stroke="#3e8b3d" stroke-width="1"/>
<path d="M140,180 L160,210" stroke="#3e8b3d" stroke-width="1"/>
<path d="M140,180 L110,210" stroke="#3e8b3d" stroke-width="1"/>
<!-- ant -->
<g transform="translate(140,180) rotate(-20)">
<circle cx="-20" cy="-10" r="8" fill="#2b1b10"/>
<circle cx="-8" cy="0" r="10" fill="#2b1b10"/>
<ellipse cx="14" cy="10" rx="12" ry="8" fill="#2b1b10"/>
<path d="M-26,-16 C-40,-30 -50,-10 -34,-12" stroke="#2b1b10" stroke-width="2" fill="none"/>
<path d="M-26,-16 C-10,-30 0,-10 -16,-12" stroke="#2b1b10" stroke-width="2" fill="none"/>
<path d="M-10,2 L-20,12" stroke="#2b1b10" stroke-width="2"/>
<path d="M-2,4 L-10,18" stroke="#2b1b10" stroke-width="2"/>
<path d="M10,8 L0,22" stroke="#2b1b10" stroke-width="2"/>
<path d="M-10,6 L-20,20" stroke="#2b1b10" stroke-width="2"/>
<path d="M-2,8 L-8,24" stroke="#2b1b10" stroke-width="2"/>
<path d="M10,12 L2,28" stroke="#2b1b10" stroke-width="2"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="grad-water" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#44a0e6" stop-opacity="1" />
<stop offset="50%" stop-color="#87ceeb" stop-opacity="1" />
<stop offset="100%" stop-color="#4682b4" stop-opacity="1" />
</linearGradient>
<radialGradient id="grad-sun" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#ffd700" stop-opacity="1" />
<stop offset="50%" stop-color="#ffa500" stop-opacity="1" />
<stop offset="100%" stop-color="#ff8c00" stop-opacity="1" />
</radialGradient>
<pattern id="wave" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<path d="M 0 5 C 1.5 7 3.5 7 5 5 C 6.5 3 8.5 3 10 5 Z" fill="#fff" opacity="0.5" />
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#grad-water)" rx="10" />
<path d="M 150 100 L 200 150 L 250 100 Z" fill="#0f0" opacity="0.5" />
<ellipse cx="175" cy="75" rx="50" ry="25" fill="#0f0" opacity="0.5" />
<path d="M 100 150 C 120 100 180 100 200 150 L 220 180 Z" fill="#663300" opacity="0.75" />
<circle cx="220" cy="180" r="10" fill="#663300" opacity="0.75" />
<path d="M 170 120 L 170 180 L 200 220 Z" fill="#ff0" opacity="0.75" />
<path d="M 180 140 L 200 160 L 220 140 Z" fill="#ff0" opacity="0.75" />
<circle cx="140" cy="100" r="20" fill="url(#grad-sun)" opacity="0.75" />
<path d="M 150 80 C 160 70 170 70 180 80 Z" fill="#fff" opacity="0.5" />
<path d="M 160 90 C 170 80 180 80 190 90 Z" fill="#fff" opacity="0.5" />
<rect x="0" y="250" width="300" height="50" fill="url(#wave)" opacity="0.5" />
<path d="M 50 280 L 70 260 L 90 280 Z" fill="#fff" opacity="0.5" />
<path d="M 120 280 L 140 260 L 160 280 Z" fill="#fff" opacity="0.5" />
<path d="M 230 280 L 250 260 L 270 280 Z" fill="#fff" opacity="0.5" />
<path d="M 260 270 L 280 250 L 300 270 Z" fill="#fff" opacity="0.5" />
<g transform="translate(200 150) scale(0.5)">
<path d="M 0 0 L 20 30 L 40 0 Z" fill="#663300" opacity="0.75" />
<circle cx="30" cy="15" r="5" fill="#663300" opacity="0.75" />
<path d="M 10 10 L 30 20 L 50 10 Z" fill="#ff0" opacity="0.75" />
<path d="M 20 20 L 40 30 L 60 20 Z" fill="#ff0" opacity="0.75" />
</g>
</svg>
Judge's Analysis
Player 1's submission clearly represents the idea of an ant surfing on a leaf down a stream.
The ant and leaf are identifiable, and the subtle wave details add context to the scene.
Player 2's abstract approach lacks clarity and adherence to the prompt, making it difficult to interpret the intended subject matter.
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
"Tree growing out of a coffee cup under a starry night sky."
"A giraffe painting the moon with a roller from atop a tall ladder."
"A cat wearing a top hat, balancing on a unicycle under a starry sky."