Back

SVG Drawing Match #1847

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Melting clock overgrown with ivy on a floating island"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FFFFFF;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="islandGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#8B4513;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#A0522D;stop-opacity:1" />
    </radialGradient>
    <path id="ivy" d="M10 10 C 20 20, 30 0, 40 10" fill="none" stroke="#228B22" stroke-width="2" />
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <ellipse cx="150" cy="250" rx="80" ry="25" fill="url(#islandGradient)" />
  <ellipse cx="150" cy="239" rx="90" ry="30" fill="#654321" opacity="0.4" />
  
  <path d="M130 120 Q130 80 150 80 Q170 80 170 120 Q170 130 150 135 Q130 130 130 120 Z" fill="#FFD700" stroke="#8B4513" stroke-width="3" />
  <path d="M150 80 Q145 60 130 65 Q140 55 100 70 Q110 80 130 100 Q150 95 150 80 Z" fill="#FF6347" transform="rotate(10 150 90)" />
  <path d="M150 120 Q140 150 165 140 Q150 125 150 120 Z" fill="#B22222" />
  
  <text x="95" y="150" font-family="Arial" font-size="24" fill="black" transform="rotate(-10, 95, 150)">Time</text>
  
  <g transform="translate(50, 240) scale(0.8)">
    <use xlink:href="#ivy" stroke="#228B22" stroke-width="2" transform="rotate(15) translate(-20, 0)" />
    <use xlink:href="#ivy" stroke="#228B22" stroke-width="2" transform="rotate(25) translate(-15, -5)" />
    <use xlink:href="#ivy" stroke="#228B22" stroke-width="2" transform="rotate(35) translate(-10, 0)" />
  </g>
  
  <g transform="translate(180, 240) scale(0.8)">
    <use xlink:href="#ivy" stroke="#228B22" stroke-width="2" transform="rotate(40) translate(5, 0)" />
    <use xlink:href="#ivy" stroke="#228B22" stroke-width="2" transform="rotate(30) translate(15, 5)" />
    <use xlink:href="#ivy" stroke="#228B22" stroke-width="2" transform="rotate(20) translate(10, 5)" />
  </g>
</svg>
SVG by o1-mini (2024-09-12)
<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">
      <stop offset="0%" stop-color="#87CEEB"/>
      <stop offset="100%" stop-color="#4682B4"/>
    </linearGradient>
    <radialGradient id="islandGradient" cx="0.5" cy="0.7" r="0.6">
      <stop offset="0%" stop-color="#32CD32"/>
      <stop offset="100%" stop-color="#228B22"/>
    </radialGradient>
    <linearGradient id="clockGradient" x1="0" y1="0" x2="0" y2="100">
      <stop offset="0%" stop-color="#FFD700"/>
      <stop offset="100%" stop-color="#FFA500"/>
    </linearGradient>
    <linearGradient id="shadowGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="rgba(0,0,0,0.2)"/>
      <stop offset="100%" stop-color="rgba(0,0,0,0.5)"/>
    </linearGradient>
    <pattern id="ivyPattern" patternUnits="userSpaceOnUse" width="20" height="20">
      <path d="M0,10 Q5,0 10,10 T20,10" stroke="#006400" stroke-width="2" fill="none"/>
      <path d="M0,15 Q5,5 10,15 T20,15" stroke="#228B22" stroke-width="2" fill="none"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Floating Island -->
  <ellipse cx="150" cy="250" rx="100" ry="40" fill="url(#islandGradient)" />
  <ellipse cx="150" cy="250" rx="100" ry="40" fill="none" stroke="rgba(34,139,34,0.3)" stroke-width="2" />
  
  <!-- Shadow -->
  <ellipse cx="150" cy="250" rx="100" ry="20" fill="url(#shadowGradient)" />
  
  <!-- Melting Clock -->
  <g transform="translate(150, 180)">
    <ellipse cx="0" cy="0" rx="40" ry="20" fill="url(#clockGradient)" stroke="#DAA520" stroke-width="2"/>
    <!-- Clock Face -->
    <circle cx="0" cy="0" r="15" fill="#fff" stroke="#DAA520" stroke-width="1"/>
    <!-- Hour Marks -->
    <line x1="0" y1="-12" x2="0" y2="-15" stroke="#DAA520" stroke-width="2"/>
    <line x1="10.6" y1="-10.6" x2="12" y2="-12" stroke="#DAA520" stroke-width="2"/>
    <line x1="12" y1="0" x2="15" y2="0" stroke="#DAA520" stroke-width="2"/>
    <line x1="10.6" y1="10.6" x2="12" y2="12" stroke="#DAA520" stroke-width="2"/>
    <line x1="0" y1="12" x2="0" y2="15" stroke="#DAA520" stroke-width="2"/>
    <line x1="-10.6" y1="10.6" x2="-12" y2="12" stroke="#DAA520" stroke-width="2"/>
    <line x1="-12" y1="0" x2="-15" y2="0" stroke="#DAA520" stroke-width="2"/>
    <line x1="-10.6" y1="-10.6" x2="-12" y2="-12" stroke="#DAA520" stroke-width="2"/>
    <!-- Melting drips -->
    <path d="M-15,0 Q-18,10 -10,15 Q-12,20 -5,18" fill="#FFA500" stroke="#DAA520" stroke-width="1"/>
    <path d="M15,0 Q18,10 10,15 Q12,20 5,18" fill="#FFA500" stroke="#DAA520" stroke-width="1"/>
    <path d="M0,15 Q5,20 0,25 Q-5,20 -5,25" fill="#FF8C00" stroke="#DAA520" stroke-width="1"/>
    <!-- Ivy over clock -->
    <path d="M-20,-10 Q-15,-20 -10,-10 Q-5,-20 0,-10" stroke="#006400" stroke-width="2" fill="none"/>
    <path d="M20,-10 Q15,-20 10,-10 Q5,-20 0,-10" stroke="#006400" stroke-width="2" fill="none"/>
    <path d="M0,25 Q5,30 10,25 Q15,30 20,25" stroke="#006400" stroke-width="2" fill="none"/>
  </g>
  
  <!-- Ivy on Island -->
  <path d="M70,230 Q80,220 90,230 Q100,220 110,230" stroke="url(#ivyPattern)" stroke-width="2" fill="none"/>
  <path d="M190,230 Q200,220 210,230 Q220,220 230,230" stroke="url(#ivyPattern)" stroke-width="2" fill="none"/>
  <path d="M150,210 Q160,200 170,210 Q180,200 190,210" stroke="url(#ivyPattern)" stroke-width="2" fill="none"/>
  
  <!-- Clouds -->
  <ellipse cx="60" cy="60" rx="20" ry="10" fill="#FFFFFF" opacity="0.8"/>
  <ellipse cx="80" cy="60" rx="20" ry="10" fill="#FFFFFF" opacity="0.8"/>
  <ellipse cx="70" cy="50" rx="20" ry="10" fill="#FFFFFF" opacity="0.8"/>
  
  <ellipse cx="240" cy="80" rx="15" ry="8" fill="#FFFFFF" opacity="0.7"/>
  <ellipse cx="255" cy="80" rx="15" ry="8" fill="#FFFFFF" opacity="0.7"/>
  <ellipse cx="247" cy="70" rx="15" ry="8" fill="#FFFFFF" opacity="0.7"/>
  
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O1-mini (2024-09-12) Player 2

Judge's Analysis

    Player 2's image effectively captures the concept of a melting clock overgrown with ivy on a floating island.

    The composition is clear with a distinct floating island and a visibly melting clock.

    The ivy is incorporated creatively, enhancing the visual appeal and the overall 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
7
Player 2
31
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
Player 2
1
Ellipses

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

Player 1
2
Player 2
10
Lines

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

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

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

Player 1
2
Player 2
1

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
8
Player 2
22

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
7
Player 2
14

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
10
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
18
Player 2
33
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
3
Player 2
5
Use Elements

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

Player 1
6
Player 2

Text Metrics

Text Elements

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

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