Back

SVG Drawing Match #2744

May 10, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A floating island with a single tree, roots dangling into the sky below."

SVG by o4-mini high (2025-04-16)
<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 by Gemini Pro 1.5
<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>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini high (2025-04-16) Player 1

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

Total Shapes

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

Player 1
33
Player 2
14
Rectangles

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

Player 1
1
Player 2
1
Circles

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

Player 1
16
Player 2
6
Ellipses

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

Player 1
Player 2
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
16
Player 2
7
Groups

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

Player 1
7
Player 2
2

Visual Effects Metrics

Gradients

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

Player 1
5
Player 2
1
Patterns

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

Player 1
Player 2
Filters

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

Player 1
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
Player 2
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
7
Player 2
10

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
7

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
52
Player 2
29
Max Group Nesting

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

Player 1
2
Player 2
Defs Elements

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

Player 1
6
Player 2
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