Back

SVG Drawing Match #724

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Floating island with a clock tower, roots dangling like time's threads"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Gradient Definitions -->
  <defs>
    <radialGradient id="skyGradient" cx="50%" cy="0%" r="100%">
      <stop offset="0%" stop-color="#d2e1f7" />
      <stop offset="100%" stop-color="#4A80B6" />
    </radialGradient>
    <linearGradient id="islandGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#92C57A" />
      <stop offset="100%" stop-color="#6A7E54" />
    </linearGradient>
    <linearGradient id="towerGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#DDD5C7" />
      <stop offset="100%" stop-color="#A6967E" />
    </linearGradient>
    <linearGradient id="rootGradient" x1="50%" y1="0%" x2="50%" y2="100%">
      <stop offset="0%" stop-color="#756B47" />
      <stop offset="100%" stop-color="#4B3D26" />
    </linearGradient>
    <pattern id="brickPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <rect width="10" height="10" fill="#A6967E" />
      <path d="M0,0 L0,10 M0,0 L10,0 M10,0 L10,10 M0,10 L10,10" stroke="#886A50" stroke-width="0.5" />
      <path d="M0,5 L5,5 M5,0 L5,10" stroke="#776353" stroke-width="0.5" />
    </pattern>
  </defs>
  
  <!-- Sky Background -->
  <rect width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Island -->
  <ellipse cx="150" cy="170" rx="100" ry="40" fill="url(#islandGradient)" filter="url(#f1)" />
  
  <!-- Clock Tower -->
  <g transform="translate(130, 65)">
    <rect width="40" height="100" fill="url(#towerGradient)" stroke="#886A50" stroke-width="2" />
    <rect width="40" height="100" fill="url(#brickPattern)" />
    <circle cx="20" cy="20" r="18" fill="#CCC" stroke="#886A50" stroke-width="2" />
    <line x1="20" y1="20" x2="20" y2="5" stroke="#442F29" stroke-width="2" />
    <line x1="20" y1="20" x2="30" y2="20" stroke="#442F29" stroke-width="2" />
  </g>
  
  <!-- Roots -->
  <path d="M150 190 Q140 210, 148 230 T135 280" stroke="url(#rootGradient)" stroke-width="3" fill="none" />
  <path d="M150 190 Q160 210, 152 230 T165 280" stroke="url(#rootGradient)" stroke-width="3" fill="none" />
  <path d="M148 230 Q155 250, 150 270 T140 300" stroke="url(#rootGradient)" stroke-width="2" fill="none" />
  <path d="M152 230 Q145 250, 150 270 T160 300" stroke="url(#rootGradient)" stroke-width="2" fill="none" />

  <!-- Filter for Island Drop Shadow -->
  <filter id="f1" x="-100%" y="-100%" width="300%" height="300%">
    <feDropShadow dx="0" dy="2" stdDeviation="3" flood-color="#000" flood-opacity="0.2" />
  </filter>
</svg>
SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Sky and Clouds -->
  <rect x="0" y="0" width="300" height="150" fill="url(#skyGradient)"/>
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0" stop-color="#87CEEB"/>
      <stop offset="1" stop-color="#ADD8E6"/>
    </linearGradient>
  </defs>
  <circle cx="100" cy="50" r="20" fill="#FFFFFF" opacity="0.5"/>
  <circle cx="200" cy="70" r="30" fill="#FFFFFF" opacity="0.5"/>
  <circle cx="250" cy="40" r="15" fill="#FFFFFF" opacity="0.5"/>

  <!-- Island -->
  <rect x="120" y="150" width="60" height="40" rx="10" fill="#228B22" opacity="0.7"/>
  <rect x="130" y="160" width="40" height="20" rx="5" fill="#228B22" opacity="0.7"/>
  <circle cx="150" cy="170" r="10" fill="#228B22" opacity="0.7"/>

  <!-- Clock Tower -->
  <rect x="140" y="180" width="20" height="60" rx="5" fill="#666666"/>
  <circle cx="150" y="220" r="10" fill="#666666"/>
  <line x1="140" y1="230" x2="160" y2="230" stroke="#666666" stroke-width="2"/>
  <line x1="145" y1="240" x2="155" y2="240" stroke="#666666" stroke-width="2"/>
  <circle cx="150" y="250" r="5" fill="#666666"/>

  <!-- Roots -->
  <path d="M 150 170 C 140 180, 130 190, 120 200" stroke="#228B22" stroke-width="2" fill="none"/>
  <path d="M 150 170 C 160 180, 170 190, 180 200" stroke="#228B22" stroke-width="2" fill="none"/>
  <path d="M 150 170 C 145 185, 140 200, 135 215" stroke="#228B22" stroke-width="2" fill="none"/>
  <path d="M 150 170 C 155 185, 160 200, 165 215" stroke="#228B22" stroke-width="2" fill="none"/>
  <path d="M 150 170 C 140 190, 130 210, 120 230" stroke="#228B22" stroke-width="2" fill="none"/>
  <path d="M 150 170 C 160 190, 170 210, 180 230" stroke="#228B22" stroke-width="2" fill="none"/>

  <!-- Time's Threads -->
  <path d="M 120 200 C 110 210, 100 220, 90 230" stroke="#666666" stroke-width="1" fill="none"/>
  <path d="M 180 200 C 190 210, 200 220, 210 230" stroke="#666666" stroke-width="1" fill="none"/>
  <path d="M 135 215 C 125 225, 115 235, 105 245" stroke="#666666" stroke-width="1" fill="none"/>
  <path d="M 165 215 C 175 225, 185 235, 195 245" stroke="#666666" stroke-width="1" fill="none"/>
  <path d="M 120 230 C 110 240, 100 250, 90 260" stroke="#666666" stroke-width="1" fill="none"/>
  <path d="M 180 230 C 190 240, 200 250, 210 260" stroke="#666666" stroke-width="1" fill="none"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 1

Judge's Analysis

    Player 1's submission better captures the concept of a 'floating island with a clock tower, roots dangling like time's threads' through the clear depiction of a clock tower atop a green island with roots extending downward.

    The composition is straightforward, with a cohesive color scheme and clear representation of the prompt.

    Player 2's image lacks clarity in depicting the clock tower and the floating island concept, making it less effective in conveying the theme.

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
14
Player 2
24
Rectangles

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

Player 1
4
Player 2
4
Circles

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

Player 1
1
Player 2
6
Ellipses

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

Player 1
1
Player 2
Lines

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

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

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

Player 1
1
Player 2

Visual Effects Metrics

Gradients

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

Player 1
4
Player 2
1
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
10
Player 2
14

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
12
Player 2
5

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

Complexity Metrics

Path Commands

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

Player 1
24
Player 2
24
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
5
Player 2
1
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