Back

SVG Drawing Match #1890

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Melting clock draped over a tree branch"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="treeGradient" x1="0%" y1="100%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#8B4513; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#5C4033; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="clockGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FFD700; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FF8C00; stop-opacity:1" />
    </radialGradient>
  </defs>
  <rect width="100%" height="100%" fill="#e0f7fa"/>
  
  <!-- Tree -->
  <path d="M130 180 Q100 150 110 130 Q130 110 150 130 Q160 150 130 180" fill="url(#treeGradient)" />
  <path d="M122 160 L118 165 L130 165 L126 160 Q125 157 122 160" fill="url(#treeGradient)" />
  
  <!-- Branch -->
  <path d="M100 130 Q70 120 90 140 Q110 160 100 130" fill="#8B4513" />
  
  <!-- Melting clock -->
  <path d="M150 140 Q155 170 140 180 Q160 180 165 140 Q152 145 150 140" fill="url(#clockGradient)" />
  <circle cx="150" cy="150" r="5" fill="#000" />
  <circle cx="152" cy="145" r="1.5" fill="#fff" />
  <circle cx="148" cy="145" r="1.5" fill="#fff" />
  <path d="M150 150 L150 140" stroke="#000" stroke-width="2" />
  <path d="M150 150 L158 155" stroke="#000" stroke-width="2" />
  <path d="M150 150 L144 155" stroke="#000" stroke-width="2" />
  <path d="M150 150 L155 160" stroke="#000" stroke-width="2" />
  <path d="M150 150 L145 165" stroke="#000" stroke-width="2" />

  <!-- Additional details for melting effect -->
  <path d="M145 170 Q140 175 145 180 Q150 175 145 170" fill="#FFF" opacity="0.5" />
  <path d="M160 160 L165 165 Q160 170 155 165 L160 160" fill="#FFF" opacity="0.5" />
  
</svg>
SVG by o1-mini (2024-09-12)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="branchGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#8B5A2B; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#A0522D; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="clockGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#FFD700; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FFA500; stop-opacity:1" />
    </radialGradient>
    <linearGradient id="shadowGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:rgba(0,0,0,0.2); stop-opacity:0" />
      <stop offset="100%" style="stop-color:rgba(0,0,0,0.5); stop-opacity:1" />
    </linearGradient>
    <pattern id="woodPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <path d="M0,0 L10,0" stroke="#654321" stroke-width="1" />
      <path d="M0,2 L10,2" stroke="#5A3E21" stroke-width="0.5" />
      <path d="M0,4 L10,4" stroke="#654321" stroke-width="1" />
      <path d="M0,6 L10,6" stroke="#5A3E21" stroke-width="0.5" />
      <path d="M0,8 L10,8" stroke="#654321" stroke-width="1" />
    </pattern>
  </defs>
  <!-- Background -->
  <rect width="100%" height="100%" fill="url(#shadowGradient)" />
  <!-- Tree Branch -->
  <path d="M50,200 C80,150 220,150 250,200 L240,210 C210,160 90,160 60,210 Z" fill="url(#branchGradient)" stroke="#5A3E21" stroke-width="2"/>
  <!-- Melting Clock Base -->
  <ellipse cx="150" cy="120" rx="50" ry="30" fill="url(#clockGradient)" stroke="#DAA520" stroke-width="2"/>
  <!-- Clock Face -->
  <circle cx="150" cy="120" r="25" fill="none" stroke="#8B4513" stroke-width="2"/>
  <!-- Clock Numbers -->
  <text x="150" y="110" text-anchor="middle" font-size="5" fill="#000">12</text>
  <text x="165" y="125" text-anchor="middle" font-size="5" fill="#000">3</text>
  <text x="150" y="140" text-anchor="middle" font-size="5" fill="#000">6</text>
  <text x="135" y="125" text-anchor="middle" font-size="5" fill="#000">9</text>
  <!-- Melting Drips -->
  <path d="M140,130 C142,140 148,140 150,135 C152,130 148,125 150,125" fill="url(#clockGradient)" stroke="#DAA520" stroke-width="1"/>
  <path d="M160,130 C162,145 168,145 170,135 C172,125 168,120 170,120" fill="url(#clockGradient)" stroke="#DAA520" stroke-width="1"/>
  <!-- Clock Hands -->
  <line x1="150" y1="120" x2="150" y2="110" stroke="#8B0000" stroke-width="2" stroke-linecap="round"/>
  <line x1="150" y1="120" x2="160" y2="120" stroke="#00008B" stroke-width="2" stroke-linecap="round"/>
  <!-- Shadow under Clock -->
  <ellipse cx="150" cy="160" rx="40" ry="5" fill="rgba(0,0,0,0.2)" blur="2"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is No winner No winner declared

Judge's Analysis

    Failed to determine a winner: API connection error: Recv failure: Connection was reset

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
15
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
3
Player 2
1
Ellipses

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

Player 1
Player 2
2
Lines

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

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

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

Player 1
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
5
Player 2
12

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
4
Player 2
8

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

Complexity Metrics

Path Commands

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

Player 1
33
Player 2
21
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
2
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
4

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