Creative Challenge
"A floating island with a single tree, roots dangling into the sky below."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#a0d8f1"/>
<stop offset="100%" stop-color="#e0f7fa"/>
</linearGradient>
<radialGradient id="sunGlow" cx="50%" cy="50%" r="40%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#ffffc8" stop-opacity="0.6"/>
<stop offset="100%" stop-color="#ffffc8" stop-opacity="0"/>
</radialGradient>
<linearGradient id="islandGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#6caf41"/>
<stop offset="20%" stop-color="#559f3a"/>
<stop offset="60%" stop-color="#8b5a2b"/>
<stop offset="100%" stop-color="#563d23"/>
</linearGradient>
<linearGradient id="trunkGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#8b5a2b"/>
<stop offset="100%" stop-color="#5c3a1b"/>
</linearGradient>
<radialGradient id="leafGradient" cx="50%" cy="50%" r="50%" fx="30%" fy="30%">
<stop offset="0%" stop-color="#a2d149"/>
<stop offset="100%" stop-color="#4e7d31"/>
</radialGradient>
<filter id="dropshadow" height="130%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blur"/>
<feOffset in="blur" dx="0" dy="4" result="offsetBlur"/>
<feMerge>
<feMergeNode in="offsetBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<circle cx="150" cy="150" r="100" fill="url(#sunGlow)"/>
<g filter="url(#dropshadow)">
<path d="M70,150 Q150,100 230,150 L230,180 Q150,240 70,180 Z" fill="url(#islandGradient)"/>
<g>
<path d="M87,140 L90,124 L93,140 Z" fill="#7ec043"/>
<path d="M107,132 L110,119 L113,132 Z" fill="#7ec043"/>
<path d="M124,128 L130,109 L133,128 Z" fill="#7ec043"/>
<path d="M147,101 L150,80 L153,101 Z" fill="#7ec043"/>
<path d="M167,128 L170,111 L173,128 Z" fill="#7ec043"/>
<path d="M187,132 L190,117 L193,132 Z" fill="#7ec043"/>
<path d="M207,140 L210,127 L213,140 Z" fill="#7ec043"/>
</g>
<g>
<path d="M110,180 C105,210 115,230 100,260" stroke="#8b5a2b" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M130,185 C125,215 135,235 120,265" stroke="#8b5a2b" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M150,180 C145,210 155,240 145,280" stroke="#8b5a2b" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M170,185 C165,220 175,250 160,290" stroke="#8b5a2b" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M190,180 C185,205 195,225 185,255" stroke="#8b5a2b" stroke-width="2" fill="none" stroke-linecap="round"/>
</g>
<g>
<path d="M150,140 C147,155 147,165 148,180 L152,180 C153,165 153,155 150,140 Z" fill="url(#trunkGradient)"/>
<path d="M150,150 C140,140 130,130 120,140" stroke="#8b5a2b" stroke-width="4" fill="none" stroke-linecap="round"/>
<path d="M150,155 C160,145 170,135 180,145" stroke="#8b5a2b" stroke-width="4" fill="none" stroke-linecap="round"/>
<g fill="url(#leafGradient)">
<circle cx="120" cy="140" r="8"/>
<circle cx="115" cy="132" r="6"/>
<circle cx="125" cy="135" r="7"/>
<circle cx="130" cy="140" r="5"/>
<circle cx="118" cy="145" r="6"/>
<circle cx="110" cy="138" r="5"/>
</g>
<g fill="url(#leafGradient)">
<circle cx="180" cy="145" r="8"/>
<circle cx="175" cy="137" r="6"/>
<circle cx="185" cy="140" r="7"/>
<circle cx="190" cy="145" r="5"/>
<circle cx="178" cy="150" r="6"/>
<circle cx="170" cy="142" r="5"/>
</g>
<g fill="url(#leafGradient)">
<circle cx="150" cy="130" r="6"/>
<circle cx="145" cy="135" r="5"/>
<circle cx="155" cy="135" r="5"/>
</g>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<radialGradient id="sky" cx="150" cy="300" r="300" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#191970"/>
<stop offset="50%" stop-color="#4682B4"/>
<stop offset="100%" stop-color="#DA70D6"/>
</radialGradient>
<rect width="300" height="300" fill="url(#sky)"/>
<path d="M100 100c0 50 100 50 100 0l-50 -50z" fill="#228B22"/>
<path d="M150 100a50 50 0 0 1 0 100l-50 -50z" fill="#006400"/>
<path d="M100 100a50 50 0 0 0 100 0l-50 -50z" fill="#32CD32"/>
<path id="treeTrunk" d="M150 50v50l10 10v20l-10 10v20l10 5v15" stroke="#8B4513" stroke-width="10" stroke-linecap="round"/>
<g transform="translate(155,5)">
<circle cx="0" cy="50" r="35" fill="#228B22" stroke="#006400" stroke-width="3"/>
<circle cx="-20" cy="20" r="25" fill="#228B22" stroke="#006400" stroke-width="3"/>
<circle cx="20" cy="80" r="30" fill="#228B22" stroke="#006400" stroke-width="3"/>
<circle cx="0" cy="90" r="20" fill="#228B22" stroke="#006400" stroke-width="3"/>
<circle cx="-25" cy="70" r="15" fill="#228B22" stroke="#006400" stroke-width="3"/>
<circle cx="30" cy="40" r="20" fill="#228B22" stroke="#006400" stroke-width="3"/>
</g>
<g id="roots">
<path d="M140 100c-5 5 -10 15 -20 30c-10 15 -15 35 -10 50" stroke="#8B4513" stroke-width="3" stroke-linecap="round" fill="none"/>
<path d="M150 100c0 10 5 25 10 40c5 15 5 30 0 40" stroke="#8B4513" stroke-width="3" stroke-linecap="round" fill="none"/>
<path d="M160 100c5 5 15 10 25 20c10 10 20 25 15 40" stroke="#8B4513" stroke-width="3" stroke-linecap="round" fill="none"/>
</g>
</svg>
Judge's Analysis
Player 1's submission adheres more closely to the prompt, with a clear depiction of a floating island, a single tree, and dangling roots.
The composition is technically more polished, with a balanced layout and a clean design.
While Player 2's submission is creative, it lacks clarity and compositional strength, making it less visually appealing and harder to interpret as a floating island with a single tree.
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
"A cat wearing a spacesuit, floating inside a cosmic fishbowl."
"Two squirrels sword-fighting with giant blades of grass on a toadstool."
"A melting clock dripping off a cactus in a desert sunset."
"A snail racing a rocket on a rainbow road."