Back

SVG Drawing Match #2393

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A surreal tree with clocks as leaves growing in a desert."

SVG by o4-mini high (2025-04-16)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#ff9a9e"/>
      <stop offset="100%" stop-color="#fad0c4"/>
    </linearGradient>
    <linearGradient id="sandGrad" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#f6d365"/>
      <stop offset="100%" stop-color="#fda085"/>
    </linearGradient>
    <linearGradient id="trunkGrad" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#8b4513"/>
      <stop offset="100%" stop-color="#a0522d"/>
    </linearGradient>
    <radialGradient id="clockFace" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="100%" stop-color="#e0e0e0"/>
    </radialGradient>
    <radialGradient id="sunGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffe47a"/>
      <stop offset="100%" stop-color="#ffae00"/>
    </radialGradient>
    <symbol id="clockSymbol" viewBox="-50 -50 100 100">
      <circle cx="0" cy="0" r="45" fill="url(#clockFace)" stroke="#333" stroke-width="2"/>
      <g>
        <line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(0)"/>
        <line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(30)"/>
        <line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(60)"/>
        <line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(90)"/>
        <line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(120)"/>
        <line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(150)"/>
        <line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(180)"/>
        <line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(210)"/>
        <line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(240)"/>
        <line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(270)"/>
        <line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(300)"/>
        <line x1="0" y1="-40" x2="0" y2="-45" stroke="#333" stroke-width="2" transform="rotate(330)"/>
      </g>
      <line x1="0" y1="0" x2="0" y2="-25" stroke="#333" stroke-width="3" transform="rotate(60)"/>
      <line x1="0" y1="0" x2="0" y2="-35" stroke="#333" stroke-width="2" transform="rotate(180)"/>
      <circle cx="0" cy="0" r="3" fill="#333"/>
    </symbol>
  </defs>
  <rect width="300" height="300" fill="url(#skyGrad)"/>
  <circle cx="260" cy="50" r="30" fill="url(#sunGrad)" opacity="0.8"/>
  <path d="M0,250 C50,230 100,260 150,240 C200,220 250,260 300,240 L300,300 L0,300 Z" fill="url(#sandGrad)"/>
  <path d="M150,220 C140,180 130,140 140,100 C145,80 160,70 180,85 C195,100 185,130 180,160" fill="none" stroke="url(#trunkGrad)" stroke-width="20" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M160,150 C200,140 230,120 240,90" fill="none" stroke="url(#trunkGrad)" stroke-width="15" stroke-linecap="round"/>
  <path d="M140,140 C100,130 80,100 90,70" fill="none" stroke="url(#trunkGrad)" stroke-width="15" stroke-linecap="round"/>
  <use href="#clockSymbol" transform="translate(180,160) rotate(20) scale(0.7)"/>
  <use href="#clockSymbol" transform="translate(240,90) rotate(-30) scale(0.8)"/>
  <use href="#clockSymbol" transform="translate(90,70) rotate(15) scale(0.6)"/>
  <use href="#clockSymbol" transform="translate(160,100) rotate(-45) scale(0.5)"/>
</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="300" gradientUnits="userSpaceOnUse">
      <stop stop-color="#1a3e6b" offset="0"/>
      <stop stop-color="#4d7eb8" offset="1"/>
    </linearGradient>
    <linearGradient id="groundGradient" x1="0" y1="200" x2="300" y2="300" gradientUnits="userSpaceOnUse">
      <stop stop-color="#8b4513" offset="0"/>
      <stop stop-color="#4a2b0d" offset="1"/>
    </linearGradient>
    <path id="clockFace" d="M50,50 L75,50 L100,75 L100,100 L100,125 L90,100 L50,100 L10,100 L0,75 L0,50 L25,50 L50,50 Z"/>
  </defs>

  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <rect x="0" y="200" width="300" height="100" fill="url(#groundGradient)"/>

  <g transform="translate(150,200)">
    <!-- Tree trunk -->
    <path d="M0,0 Q20,-30 40,-20 L40,120 Q50,140 60,120 L60,40 Q70,30 80,40 L80,160 Q90,170 100,160 L100,60 Q110,55 120,50 L120,190" 
          fill="none" stroke="#4a2b0d" stroke-width="8" stroke-linecap="round"/>
    
    <!-- Tree branches -->
    <path d="M0,50 Q30,60 60,40 Q90,20 120,30" fill="none" stroke="#8b4513" stroke-width="6" stroke-linecap="round"/>
    <path d="M0,70 Q40,80 80,70 Q120,60 160,70" fill="none" stroke="#8b4513" stroke-width="6" stroke-linecap="round"/>
    
    <!-- Clocks as leaves -->
    <g id="clockGroup">
      <circle cx="50" cy="50" r="40" fill="url(#skyGradient)" stroke="#4d7eb8" stroke-width="2"/>
      <line x1="50" y1="30" x2="50" y2="70" stroke="#4d7eb8" stroke-width="2"/>
      <line x1="30" y1="50" x2="70" y2="50" stroke="#4d7eb8" stroke-width="2"/>
      <circle cx="50" cy="50" r="45" fill="none" stroke="#4d7eb8" stroke-width="1"/>
      <path d="M50,50 L55,45 L50,50 L45,45" fill="#4d7eb8"/>
    </g>

    <!-- Place clocks on branches -->
    <g transform="translate(60,-30)">
      <use href="#clockGroup" transform="rotate(15)"/>
    </g>
    <g transform="translate(100,0)">
      <use href="#clockGroup" transform="rotate(-30)"/>
    </g>
    <g transform="translate(140,-50)">
      <use href="#clockGroup" transform="rotate(45)"/>
    </g>
    <g transform="translate(80,100)">
      <use href="#clockGroup" transform="rotate(-15)"/>
    </g>
    <g transform="translate(160,80)">
      <use href="#clockGroup" transform="rotate(30)"/>
    </g>

    <!-- Floating clocks -->
    <g transform="translate(200,100)" opacity="0.8">
      <use href="#clockGroup" transform="rotate(180)"/>
    </g>
    <g transform="translate(100,250)" opacity="0.6">
      <use href="#clockGroup" transform="rotate(45)"/>
    </g>
    <g transform="translate(50,280)" opacity="0.4">
      <use href="#clockGroup" transform="rotate(-45)"/>
    </g>
  </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 is more visually appealing and adheres better to the prompt.

    The clocks are prominently featured as leaves, and the desert background is clearly represented with warm tones, enhancing the surreal theme.

    Player 2's submission lacks clarity in execution, with the clocks less distinguishable and the tree less defined against the darker background, which diminishes the overall impact and adherence to 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
22
Player 2
11
Rectangles

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

Player 1
1
Player 2
2
Circles

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

Player 1
3
Player 2
2
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
14
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
4
Player 2
5
Groups

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

Player 1
1
Player 2
10

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
18
Player 2
7

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
4

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
18
Player 2
17

Complexity Metrics

Path Commands

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

Player 1
14
Player 2
34
Max Group Nesting

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

Player 1
Player 2
1
Defs Elements

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

Player 1
6
Player 2
3
Use Elements

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

Player 1
4
Player 2
8

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