Back

SVG Drawing Match #680

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Surreal clock melting over a crescent moon under a starry sky"

SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#00032b;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#001a4a;stop-opacity:1"/>
    </linearGradient>
    <radialGradient id="clockGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#ff6b6b;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#ffa857;stop-opacity:1"/>
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <g transform="translate(150,150)">
    <path d="M0,-60 Q30,-30 60,0 Q30,30 -30,60 Q-60,30 -90,0 Q-30,-30 0,-60" fill="none" stroke="#ff9f43" stroke-width="4" stroke-linecap="round"/>
    <circle r="60" fill="none" stroke="#ff9f43" stroke-width="4"/>
    <path d="M0,0 L20,20 L-20,20 Z" transform="rotate(30)" fill="#ff9f43"/>
    <path d="M0,0 L10,10 L-10,10 Z" transform="rotate(-10)" fill="#ff9f43"/>
    <path d="M0,0 L5,5 L-5,5 Z" transform="rotate(45)" fill="#ff9f43"/>
    <g transform="translate(0,70)">
      <circle r="20" fill="#ffd700"/>
      <path d="M0,0 Q20,10 40,0 Q20,-10 0,0" fill="#ffed88"/>
    </g>
  </g>
  <g transform="translate(100,180)">
    <path d="M0,0 Q30,10 60,0 Q30,-10 0,0" fill="#ffed88"/>
    <path d="M0,0 Q20,10 40,0 Q20,-10 0,0" fill="#ffd700"/>
  </g>
  <g transform="translate(200,180)">
    <path d="M0,0 Q30,10 60,0 Q30,-10 0,0" fill="#ffed88"/>
    <path d="M0,0 Q20,10 40,0 Q20,-10 0,0" fill="#ffd700"/>
  </g>
  <g transform="translate(150,100)">
    <circle r="10" fill="#fff"/>
    <circle r="5" fill="#fff"/>
  </g>
  <g transform="translate(130,170)">
    <path d="M0,0 Q20,10 40,0 Q20,-10 0,0" fill="#ffed88"/>
  </g>
  <g transform="translate(170,170)">
    <path d="M0,0 Q20,10 40,0 Q20,-10 0,0" fill="#ffed88"/>
  </g>
  <g transform="translate(140,160)">
    <path d="M0,0 Q20,10 40,0 Q20,-10 0,0" fill="#ffd700"/>
  </g>
  <g transform="translate(180,160)">
    <path d="M0,0 Q20,10 40,0 Q20,-10 0,0" fill="#ffd700"/>
  </g>
  <g transform="translate(150,140)">
    <circle r="5" fill="#fff"/>
  </g>
  <g transform="translate(150,150)">
    <circle r="15" fill="none" stroke="#ffed88" stroke-width="2"/>
  </g>
  <g transform="translate(150,120)">
    <circle r="10" fill="#ffed88"/>
  </g>
  <g transform="translate(160,120)">
    <circle r="8" fill="#ffd700"/>
  </g>
  <g transform="translate(140,120)">
    <circle r="8" fill="#ffd700"/>
  </g>
  <g transform="translate(150,110)">
    <circle r="12" fill="#ffed88"/>
  </g>
  <g transform="translate(150,100)">
    <circle r="14" fill="#ffd700"/>
  </g>
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color: #FFF8C4; stop-opacity: 1" />
      <stop offset="100%" style="stop-color: #FDEFA7; stop-opacity: 0" />
    </radialGradient>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color: #0A0A5F; stop-opacity: 1" />
      <stop offset="100%" style="stop-color: #1C1C3F; stop-opacity: 1" />
    </linearGradient>
    <clipPath id="moonClip">
      <circle cx="150" cy="150" r="80" />
    </clipPath>
  </defs>

  <!-- Starry Sky Background -->
  <rect width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Stars -->
  <g fill="#FFFFD8" opacity="0.8">
    <circle cx="30" cy="40" r="2" />
    <circle cx="90" cy="60" r="1.5" />
    <circle cx="260" cy="50" r="2.5" />
    <circle cx="200" cy="10" r="1" />
    <circle cx="180" cy="80" r="1.5" />
    <circle cx="240" cy="140" r="2" />
    <circle cx="50" cy="220" r="1.5" />
    <circle cx="280" cy="190" r="1" />
    <circle cx="100" cy="260" r="2" />
  </g>

  <!-- Crescent Moon -->
  <circle cx="150" cy="150" r="80" fill="url(#moonGradient)" clip-path="url(#moonClip)" />

  <!-- Melting Clock -->
  <path d="M130 200 Q150 180, 170 200 Q185 225, 200 210 Q220 190, 240 220 Q230 240, 210 250 Q170 270, 150 250 Q140 245, 130 230 Z" fill="#D1C4E9" stroke="#917EDB" stroke-width="3" />
  
  <!-- Clock Hands -->
  <line x1="143" y1="225" x2="163" y2="213" stroke="#4A2C77" stroke-width="2" />
  <line x1="143" y1="225" x2="133" y2="235" stroke="#4A2C77" stroke-width="2" />

  <!-- Clock Numbers -->
  <text x="150" y="210" font-family="Arial" font-size="10" fill="#4A2C77" transform="rotate(-45 150,210)">12</text>
  <text x="155" y="245" font-family="Arial" font-size="10" fill="#4A2C77" transform="rotate(-15 150,250)">6</text>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 2

Judge's Analysis

    Player 2's image better captures the concept of a surreal melting clock over a crescent moon with a clear depiction of time elements, against a starry sky.

    The visual appeal is enhanced by the glow effect and the accurate portrayal of a melting clock shape, making it more cohesive and aligned with 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
25
Player 2
15
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
11
Player 2
11
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
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
13
Player 2
1
Groups

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

Player 1
16
Player 2
1

Visual Effects Metrics

Gradients

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

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

The number of elements with opacity attributes in the SVG.

Player 1
Player 2
1
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
3
Player 2
3

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
4
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
19
Player 2
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
44
Player 2
8
Max Group Nesting

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

Player 1
1
Player 2
Defs Elements

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

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