Back

SVG Drawing Match #2392

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A tree growing upside down, its roots reaching for the sky."

SVG by GPT-4.1 nano (2025-04-14)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Gradient Definitions -->
  <defs>
    <!-- Gradient for the roots -->
    <linearGradient id="rootsGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#4CAF50"/>
      <stop offset="100%" stop-color="#2E7D32"/>
    </linearGradient>
    <!-- Gradient for the foliage -->
    <linearGradient id="foliageGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#FF9800"/>
      <stop offset="100%" stop-color="#F57C00"/>
    </linearGradient>
    <!-- Gradient for the sky -->
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#81D4FA"/>
      <stop offset="100%" stop-color="#0288D1"/>
    </linearGradient>
    <!-- Gradient for the ground -->
    <linearGradient id="groundGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#A1887F"/>
      <stop offset="100%" stop-color="#6D4C41"/>
    </linearGradient>
  </defs>
  
  <!-- Sky Background -->
  <rect width="300" height="300" fill="url(#skyGradient)" />

  <!-- Upside-down Roots -->
  <g id="roots" stroke="url(#rootsGradient)" stroke-width="8" stroke-linecap="round">
    <!-- Main Root Stem -->
    <path d="M150,300 Q140,250 130,200" fill="none"/>
    <path d="M150,300 Q160,250 170,200" fill="none"/>
    <path d="M130,200 Q120,150 110,100" fill="none"/>
    <path d="M170,200 Q180,150 190,100" fill="none"/>
    <!-- Connecting Roots -->
    <path d="M110,100 Q100,50 100,0" fill="none"/>
    <path d="M190,100 Q200,50 200,0" fill="none"/>
  </g>
  
  <!-- Roots' Tips reaching 'up' towards the sky -->
  <circle cx="100" cy="0" r="10" fill="url(#rootsGradient)" opacity="0.8"/>
  <circle cx="200" cy="0" r="12" fill="url(#rootsGradient)" opacity="0.8"/>

  <!-- Tree Trunk (Upside-down) -->
  <rect x="145" y="100" width="10" height="100" fill="#8D6E63" rx="3" ry="3" />

  <!-- Canopy / Foliage (Upside-down) -->
  <g id="foliage" fill="url(#foliageGradient)" stroke="#2E7D32" stroke-width="2">
    <!-- Larger Central Foliage -->
    <ellipse cx="150" cy="80" rx="50" ry="30"/>
    <!-- Smaller branches -->
    <ellipse cx="100" cy="70" rx="30" ry="15"/>
    <ellipse cx="200" cy="70" rx="30" ry="15"/>
    <ellipse cx="125" cy="50" rx="20" ry="10"/>
    <ellipse cx="175" cy="50" rx="20" ry="10"/>
  </g>

  <!-- Artistic Touch: Abstract Sky Elements -->
  <circle cx="80" cy="40" r="5" fill="#FFF176" opacity="0.7"/>
  <circle cx="220" cy="60" r="4" fill="#FFC107" opacity="0.7"/>
  <circle cx="150" cy="30" r="3" fill="#FFD54F" opacity="0.7"/>

  <!-- Artistic Ground (inverted to connect roots) -->
  <ellipse cx="150" cy="310" rx="300" ry="50" fill="url(#groundGradient)" opacity="0.9"/>

</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<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%" style="stop-color:#1a0f3c;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff69b4;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="rootGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#8b4513;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4a2c0f;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="leafGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#e74c3c;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#b3375a;stop-opacity:1" />
    </linearGradient>
    <pattern id="leafPattern" x="0" y="0" width="100%" height="100%" patternUnits="userSpaceOnUse">
      <circle cx="50%" cy="50%" r="20" fill="url(#leafGradient)" />
    </pattern>
  </defs>

  <rect width="100%" height="100%" fill="url(#skyGradient)" />

  <!-- Stars -->
  <g id="stars">
    <circle cx="50" cy="50" r="1" fill="white" opacity="0.5" />
    <circle cx="150" cy="80" r="1" fill="white" opacity="0.5" />
    <circle cx="250" cy="30" r="1" fill="white" opacity="0.5" />
    <circle cx="120" cy="150" r="1" fill="white" opacity="0.5" />
    <circle cx="180" cy="250" r="1" fill="white" opacity="0.5" />
    <circle cx="220" cy="120" r="1" fill="white" opacity="0.5" />
  </g>

  <!-- Roots -->
  <g id="roots" transform="translate(150,250)">
    <path d="M0,0 C50,-50 100,-20 150,0 C200,20 250,-50 300,0 C350,50 300,100 250,150 C200,200 150,200 100,150 C50,100 0,100 -50,150 C-50,200 -100,200 -150,150 C-200,100 -250,0 -300,-50" 
          stroke="url(#rootGradient)" stroke-width="4" fill="none" opacity="0.8" />
    <path d="M0,0 C40,-30 80,-60 120,0 C160,-30 200,-60 240,0 C280,-30 320,-60 360,0" 
          stroke="#4a2c0f" stroke-width="2" fill="none" opacity="0.6" stroke-dasharray="5,5" />
  </g>

  <!-- Trunk -->
  <ellipse cx="150" cy="250" rx="60" ry="30" fill="url(#rootGradient)" opacity="0.8" />

  <!-- Leaves -->
  <g id="leaves">
    <path d="M150,250 C170,220 200,200 230,250 C220,280 170,300 150,250" fill="url(#leafPattern)" opacity="0.7" />
    <path d="M150,250 C130,220 100,200 120,250 C140,280 130,300 150,250" fill="url(#leafPattern)" opacity="0.7" />
    <circle cx="180" cy="180" r="20" fill="url(#leafGradient)" opacity="0.5" />
    <circle cx="120" cy="180" r="20" fill="url(#leafGradient)" opacity="0.5" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4.1 nano (2025-04-14) Player 1

Judge's Analysis

    Player 1's submission adheres more closely to the prompt with a recognizable depiction of an upside-down tree whose roots are reaching upward.

    The composition is clear, using green elements as roots and a bright background for contrast.

    Player 2's submission lacks clarity in representing the concept of a tree and does not effectively convey the idea of roots reaching for the sky, making it less aligned with 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

Total Shapes

The total number of shape elements (rect, circle, ellipse, line, polygon, polyline, path) in the SVG.

Player 1
19
Player 2
15
Rectangles

The number of rectangle elements (rect) in the SVG.

Player 1
2
Player 2
1
Circles

The number of circle elements (circle) in the SVG.

Player 1
5
Player 2
9
Ellipses

The number of ellipse elements (ellipse) in the SVG.

Player 1
6
Player 2
1
Lines

The number of line elements (line) in the SVG.

Player 1
Player 2
Polygons

The number of polygon elements (polygon) in the SVG.

Player 1
Player 2
Paths

The number of path elements (path) in the SVG.

Player 1
6
Player 2
4
Groups

The number of group elements (g) in the SVG.

Player 1
2
Player 2
3

Visual Effects Metrics

Gradients

The number of gradient definitions (linearGradient, radialGradient) in the SVG.

Player 1
4
Player 2
3
Patterns

The number of pattern definitions (pattern) in the SVG.

Player 1
Player 2
1
Filters

The number of filter definitions (filter) in the SVG.

Player 1
Player 2
Masks

The number of mask definitions (mask) in the SVG.

Player 1
Player 2
Clip Paths

The number of clipping path definitions (clipPath) in the SVG.

Player 1
Player 2
Elements with Opacity

The number of elements with opacity attributes in the SVG.

Player 1
6
Player 2
13
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
2
Player 2
2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
12
Player 2
2

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
Player 2
1

Complexity Metrics

Path Commands

The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.

Player 1
12
Player 2
18
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
Player 2
Defs Elements

The number of elements defined within the defs element in the SVG.

Player 1
4
Player 2
4
Use Elements

The number of use elements (use) in the SVG.

Player 1
Player 2

Text Metrics

Text Elements

The number of text elements (text) in the SVG.

Player 1
Player 2

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