Creative Challenge
"A tree growing upside down with its roots in the sky and leaves touching the ground."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Sky Gradient -->
<radialGradient id="skyGradient" cx="50%" cy="10%" r="100%" fx="50%" fy="10%">
<stop offset="0%" style="stop-color:#D0EFFF; stop-opacity:1" />
<stop offset="25%" style="stop-color:#A0D2DB; stop-opacity:1" />
<stop offset="50%" style="stop-color:#7E9EED; stop-opacity:1" />
<stop offset="75%" style="stop-color:#5E4AE3; stop-opacity:1" />
<stop offset="100%" style="stop-color:#2C0735; stop-opacity:1" />
</radialGradient>
<!-- Nebula Gradients -->
<radialGradient id="nebulaGradient1" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#E0C3FC; stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#E0C3FC; stop-opacity:0" />
</radialGradient>
<radialGradient id="nebulaGradient2" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FBC2EB; stop-opacity:0.7" />
<stop offset="100%" style="stop-color:#FBC2EB; stop-opacity:0" />
</radialGradient>
<!-- Trunk Texture Gradient -->
<linearGradient id="trunkTexture" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#4A3B31;" />
<stop offset="30%" style="stop-color:#6D5C51;" />
<stop offset="50%" style="stop-color:#5D4037;" />
<stop offset="70%" style="stop-color:#6D5C51;" />
<stop offset="100%" style="stop-color:#4A3B31;" />
</linearGradient>
<!-- Root Glow Filter -->
<filter id="rootGlow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3.5" result="blur" />
<feFlood flood-color="#D0EFFF" flood-opacity="0.75" result="floodColor" />
<feComposite in="floodColor" in2="blur" operator="in" result="glowEffect" />
<feMerge>
<feMergeNode in="glowEffect"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<!-- Leaf Gradients -->
<radialGradient id="leafRedGradient" cx="50%" cy="50%" r="60%">
<stop offset="0%" style="stop-color:#FF8B8B;" />
<stop offset="100%" style="stop-color:#C9302C;" />
</radialGradient>
<radialGradient id="leafOrangeGradient" cx="50%" cy="50%" r="60%">
<stop offset="0%" style="stop-color:#FFB07A;" />
<stop offset="100%" style="stop-color:#EEA236;" />
</radialGradient>
<radialGradient id="leafYellowGradient" cx="50%" cy="50%" r="60%">
<stop offset="0%" style="stop-color:#FFFFCD;" />
<stop offset="100%" style="stop-color:#FFD700;" />
</radialGradient>
</defs>
<!-- Background Sky -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Faint Nebula elements -->
<ellipse cx="70" cy="60" rx="120" ry="50" fill="url(#nebulaGradient1)" opacity="0.25" transform="rotate(-25 70 60)"/>
<ellipse cx="230" cy="90" rx="110" ry="60" fill="url(#nebulaGradient2)" opacity="0.2" transform="rotate(20 230 90)"/>
<!-- Stars with twinkling animation -->
<g id="stars">
<circle cx="50" cy="30" r="1.5" fill="white"><animate attributeName="opacity" values="0.9;0.3;0.9" dur="3s" begin="-0.5s" repeatCount="indefinite"/></circle>
<circle cx="200" cy="20" r="1" fill="white"><animate attributeName="opacity" values="0.8;0.2;0.8" dur="4.5s" begin="-1s" repeatCount="indefinite"/></circle>
<circle cx="100" cy="60" r="1.2" fill="white"><animate attributeName="opacity" values="0.85;0.4;0.85" dur="3.5s" begin="0s" repeatCount="indefinite"/></circle>
<circle cx="250" cy="70" r="1.1" fill="white"><animate attributeName="opacity" values="0.7;0.3;0.7" dur="5s" begin="-1.5s" repeatCount="indefinite"/></circle>
<circle cx="150" cy="15" r="2" fill="white"><animate attributeName="opacity" values="0.95;0.5;0.95" dur="2.5s" begin="-0.2s" repeatCount="indefinite"/></circle>
<circle cx="30" cy="80" r="0.8" fill="white"><animate attributeName="opacity" values="0.6;0.2;0.6" dur="4s" begin="-2s" repeatCount="indefinite"/></circle>
<circle cx="280" cy="50" r="1.3" fill="white"><animate attributeName="opacity" values="0.8;0.35;0.8" dur="3.8s" begin="-0.8s" repeatCount="indefinite"/></circle>
<circle cx="120" cy="100" r="0.9" fill="white"><animate attributeName="opacity" values="0.7;0.25;0.7" dur="4.2s" begin="-2.5s" repeatCount="indefinite"/></circle>
<circle cx="180" cy="120" r="1" fill="white"><animate attributeName="opacity" values="0.75;0.3;0.75" dur="3.2s" begin="-1.2s" repeatCount="indefinite"/></circle>
<circle cx="60" cy="130" r="1.4" fill="white"><animate attributeName="opacity" values="0.9;0.4;0.9" dur="5.5s" begin="-3s" repeatCount="indefinite"/></circle>
<circle cx="240" cy="140" r="0.7" fill="white"><animate attributeName="opacity" values="0.6;0.1;0.6" dur="3.0s" begin="-0.1s" repeatCount="indefinite"/></circle>
</g>
<!-- Tree Group -->
<g id="upsideDownTree">
<!-- Roots (top) -->
<g id="roots" filter="url(#rootGlow)">
<path d="M135 78 C130 70, 125 60, 140 55 C155 50, 160 60, 170 70 C175 80, 165 83, 150 83 C135 83, 130 81, 135 78 Z" fill="#9886A9" stroke="#675974" stroke-width="0.5"/>
<path d="M150 58 C160 38, 180 18, 200 -2" stroke="#9886A9" stroke-width="10" fill="none" stroke-linecap="round"/>
<path d="M190 18 C200 8, 215 -7, 230 -12" stroke="#9886A9" stroke-width="5" fill="none" stroke-linecap="round"/>
<path d="M170 43 C190 28, 210 23, 230 8" stroke="#9886A9" stroke-width="6" fill="none" stroke-linecap="round"/>
<path d="M150 58 C140 38, 120 18, 100 -2" stroke="#9886A9" stroke-width="10" fill="none" stroke-linecap="round"/>
<path d="M110 18 C100 8, 85 -7, 70 -12" stroke="#9886A9" stroke-width="5" fill="none" stroke-linecap="round"/>
<path d="M130 43 C110 28, 90 23, 70 8" stroke="#9886A9" stroke-width="6" fill="none" stroke-linecap="round"/>
<path d="M150 60 C150 35, 140 15, 145 -5" stroke="#9886A9" stroke-width="7" fill="none" stroke-linecap="round"/>
<path d="M150 60 C150 35, 160 15, 155 -5" stroke="#9886A9" stroke-width="7" fill="none" stroke-linecap="round"/>
<path d="M120 20 Q110 5, 100 0" stroke="#B4A4C4" stroke-width="3" fill="none" stroke-linecap="round"/>
<path d="M80 10 Q70 -5, 60 -10" stroke="#B4A4C4" stroke-width="3" fill="none" stroke-linecap="round"/>
<path d="M180 20 Q190 5, 200 0" stroke="#B4A4C4" stroke-width="3" fill="none" stroke-linecap="round"/>
<path d="M220 10 Q230 -5, 240 -10" stroke="#B4A4C4" stroke-width="3" fill="none" stroke-linecap="round"/>
<path d="M150 10 Q145 -10, 130 -15" stroke="#B4A4C4" stroke-width="4" fill="none" stroke-linecap="round"/>
<path d="M150 10 Q155 -10, 170 -15" stroke="#B4A4C4" stroke-width="4" fill="none" stroke-linecap="round"/>
</g>
<!-- Trunk -->
<path id="trunk" d="M138 80 Q133 120, 138 215 L162 215 Q167 120, 162 80 Z" fill="url(#trunkTexture)" stroke="#3E2723" stroke-width="0.5"/>
<!-- Branches -->
<g id="branches" stroke-linecap="round">
<path d="M140 205 C125 220, 100 235, 80 260" stroke="url(#trunkTexture)" stroke-width="15" fill="none"/>
<path d="M83 258 C70 270, 60 280, 50 290" stroke="url(#trunkTexture)" stroke-width="9" fill="none"/>
<path d="M160 205 C175 220, 200 235, 220 260" stroke="url(#trunkTexture)" stroke-width="15" fill="none"/>
<path d="M217 258 C230 270, 240 280, 250 290" stroke="url(#trunkTexture)" stroke-width="9" fill="none"/>
<path d="M150 215 C150 235, 145 255, 150 280" stroke="url(#trunkTexture)" stroke-width="13" fill="none"/>
<path d="M150 278 C148 285, 152 288, 150 295" stroke="url(#trunkTexture)" stroke-width="8" fill="none" />
</g>
<!-- Leaves - Densely packed at the bottom -->
<g id="leaves">
<ellipse cx="150" cy="295" rx="60" ry="25" fill="#A9201C" opacity="0.7" transform="rotate(0 150 295)"/>
<ellipse cx="80" cy="290" rx="50" ry="20" fill="#D08020" opacity="0.6" transform="rotate(-5 80 290)"/>
<ellipse cx="220" cy="290" rx="50" ry="20" fill="#C0A000" opacity="0.6" transform="rotate(5 220 290)"/>
<ellipse cx="60" cy="290" rx="28" ry="20" fill="url(#leafRedGradient)" transform="rotate(-20 60 290)"/>
<ellipse cx="80" cy="280" rx="25" ry="18" fill="url(#leafOrangeGradient)" transform="rotate(15 80 280)"/>
<ellipse cx="45" cy="295" rx="22" ry="16" fill="url(#leafYellowGradient)" transform="rotate(10 45 295)"/>
<ellipse cx="95" cy="270" rx="20" ry="15" fill="url(#leafRedGradient)" transform="rotate(30 95 270)"/>
<ellipse cx="70" cy="296" rx="18" ry="12" fill="url(#leafOrangeGradient)" />
<ellipse cx="240" cy="290" rx="28" ry="20" fill="url(#leafRedGradient)" transform="rotate(20 240 290)"/>
<ellipse cx="220" cy="280" rx="25" ry="18" fill="url(#leafOrangeGradient)" transform="rotate(-15 220 280)"/>
<ellipse cx="255" cy="295" rx="22" ry="16" fill="url(#leafYellowGradient)" transform="rotate(-10 255 295)"/>
<ellipse cx="205" cy="270" rx="20" ry="15" fill="url(#leafOrangeGradient)" transform="rotate(-30 205 270)"/>
<ellipse cx="230" cy="296" rx="18" ry="12" fill="url(#leafRedGradient)" />
<ellipse cx="150" cy="295" rx="35" ry="22" fill="url(#leafRedGradient)" />
<ellipse cx="170" cy="288" rx="28" ry="19" fill="url(#leafOrangeGradient)" transform="rotate(25 170 288)"/>
<ellipse cx="130" cy="288" rx="28" ry="19" fill="url(#leafYellowGradient)" transform="rotate(-25 130 288)"/>
<ellipse cx="150" cy="278" rx="22" ry="16" fill="url(#leafRedGradient)" />
<ellipse cx="150" cy="298" rx="25" ry="15" fill="url(#leafYellowGradient)" />
<ellipse cx="105" cy="297" rx="20" ry="13" fill="url(#leafOrangeGradient)" />
<ellipse cx="195" cy="297" rx="20" ry="13" fill="url(#leafYellowGradient)" />
<ellipse cx="25" cy="298" rx="15" ry="10" fill="url(#leafRedGradient)" />
<ellipse cx="275" cy="298" rx="15" ry="10" fill="url(#leafOrangeGradient)" />
<ellipse cx="125" cy="292" rx="18" ry="14" fill="url(#leafYellowGradient)" transform="rotate(8 125 292)"/>
<ellipse cx="175" cy="292" rx="18" ry="14" fill="url(#leafRedGradient)" transform="rotate(-8 175 292)"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Background Gradient -->
<linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#1e3c72"/>
<stop offset="100%" stop-color="#2a5298"/>
</linearGradient>
<!-- Trunk Gradient -->
<linearGradient id="trunkGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#8B5A2B"/>
<stop offset="100%" stop-color="#5D3A1A"/>
</linearGradient>
<!-- Leaf Gradient -->
<radialGradient id="leafGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#76b852"/>
<stop offset="100%" stop-color="#8DC26F"/>
</radialGradient>
<!-- Root Gradient -->
<linearGradient id="rootGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#654321"/>
<stop offset="100%" stop-color="#3e2e1f"/>
</linearGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Trunk -->
<g>
<path d="M150,250 C160,200 140,150 150,100" stroke="url(#trunkGradient)" stroke-width="20" fill="none" stroke-linecap="round" />
</g>
<!-- Roots (Branches) -->
<g>
<path d="M150,100 C130,90 120,80 110,70" stroke="url(#rootGradient)" stroke-width="4" fill="none" stroke-linecap="round" />
<path d="M150,100 C170,90 180,80 190,70" stroke="url(#rootGradient)" stroke-width="4" fill="none" stroke-linecap="round" />
<path d="M150,100 C140,110 130,120 120,130" stroke="url(#rootGradient)" stroke-width="3" fill="none" stroke-linecap="round" />
<path d="M150,100 C160,110 170,120 180,130" stroke="url(#rootGradient)" stroke-width="3" fill="none" stroke-linecap="round" />
</g>
<!-- Leaves -->
<g>
<circle cx="90" cy="250" r="10" fill="url(#leafGradient)" />
<circle cx="120" cy="240" r="8" fill="url(#leafGradient)" />
<circle cx="160" cy="245" r="12" fill="url(#leafGradient)" />
<circle cx="200" cy="235" r="9" fill="url(#leafGradient)" />
<circle cx="130" cy="260" r="7" fill="url(#leafGradient)" />
<circle cx="170" cy="255" r="11" fill="url(#leafGradient)" />
<circle cx="110" cy="270" r="6" fill="url(#leafGradient)" />
<circle cx="190" cy="265" r="10" fill="url(#leafGradient)" />
<circle cx="150" cy="275" r="8" fill="url(#leafGradient)" />
<circle cx="140" cy="280" r="7" fill="url(#leafGradient)" />
<circle cx="160" cy="280" r="7" fill="url(#leafGradient)" />
</g>
<!-- Ground -->
<ellipse cx="150" cy="290" rx="160" ry="10" fill="#4B5320" opacity="0.8" />
</svg>
Judge's Analysis
Player 1's submission is more visually appealing and adheres better to the prompt by clearly depicting roots in the sky and vibrant leaves touching the ground.
The use of color and composition creates a dynamic and imaginative interpretation of the concept.
Player 2's submission, while simpler, lacks detail and creativity in representing the upside-down tree idea effectively.
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 snail racing against a rocket on an endless rainbow road."
"A dragon breathing fire shaped like musical notes."
"A jellyfish wearing a top hat floating over a cityscape at sunset."