Back

SVG Drawing Match #981

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Dali-esque melting clock atop a digital microchip, surrealism"

SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background Gradient -->
  <defs>
    <linearGradient id="bgGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#1e3c72"/>
      <stop offset="100%" stop-color="#2a5298"/>
    </linearGradient>
    <linearGradient id="clockGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#ff9a9e"/>
      <stop offset="100%" stop-color="#fad0c4"/>
    </linearGradient>
    <linearGradient id="chipGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#bbb"/>
      <stop offset="100%" stop-color="#eee"/>
    </linearGradient>
    <pattern id="circuitPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <path d="M0 5 L10 5" stroke="#888" stroke-width="0.5"/>
      <path d="M5 0 L5 10" stroke="#888" stroke-width="0.5"/>
    </pattern>
  </defs>
  <!-- Background -->
  <rect width="300" height="300" fill="url(#bgGradient)" />
  <!-- Microchip Base -->
  <rect x="75" y="180" width="150" height="80" rx="10" ry="10" fill="url(#chipGradient)" stroke="#555" stroke-width="2"/>
  <!-- Microchip Circuits -->
  <g fill="none" stroke="#333" stroke-width="1">
    <path d="M80,190 L80,250" />
    <path d="M90,190 L90,250" />
    <path d="M100,190 L100,250" />
    <path d="M110,190 L110,250" />
    <path d="M120,190 L120,250" />
    <path d="M130,190 L130,250" />
    <path d="M140,190 L140,250" />
    <path d="M150,190 L150,250" />
    <path d="M160,190 L160,250" />
    <path d="M170,190 L170,250" />
    <path d="M180,190 L180,250" />
    <path d="M190,190 L190,250" />
    <path d="M200,190 L200,250" />
    <path d="M210,190 L210,250" />
    <path d="M220,190 L220,250" />
    <path d="M230,190 L230,250" />
    <path d="M75,200 H225" />
    <path d="M75,220 H225" />
  </g>
  <!-- Melting Clock -->
  <g transform="translate(150, 150)">
    <!-- Clock Body -->
    <ellipse cx="0" cy="0" rx="60" ry="40" fill="url(#clockGradient)" stroke="#e27d60" stroke-width="2"/>
    <!-- Clock Face -->
    <circle cx="0" cy="0" r="20" fill="#ffffff" opacity="0.7" />
    <!-- Clock Hands -->
    <line x1="0" y1="0" x2="0" y2="-10" stroke="#333" stroke-width="2">
      <animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="60s" repeatCount="indefinite"/>
    </line>
    <line x1="0" y1="0" x2="8" y2="0" stroke="#333" stroke-width="2">
      <animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="20s" repeatCount="indefinite"/>
    </line>
    <!-- Melting Drips -->
    <path d="M-40,20 C-35,30 -25,35 -20,40" fill="none" stroke="#e27d60" stroke-width="4" />
    <path d="M40,20 C35,30 25,35 20,40" fill="none" stroke="#e27d60" stroke-width="4" />
    <path d="M-20,40 C-15,50 -5,55 0,60" fill="none" stroke="#e27d60" stroke-width="4" />
    <path d="M20,40 C25,50 35,55 40,60" fill="none" stroke="#e27d60" stroke-width="4" />
  </g>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#1a1a1a;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4a4a4a;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#ffd700;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ffd700;stop-opacity:0" />
    </linearGradient>
    <linearGradient id="grad3" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#8b008b;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4b0082;stop-opacity:1" />
    </linearGradient>
  </defs>

  <!-- Background -->
  <rect width="300" height="300" fill="url(#grad3)" />

  <!-- Digital Microchip -->
  <g transform="translate(100,150)" opacity="0.8">
    <rect x="0" y="0" width="100" height="50" fill="#4a4a4a" rx="5" />
    <rect x="10" y="10" width="80" height="30" fill="url(#grad1)" rx="3" />
    <path d="M0 0 L10 5 L0 10 M10 0 L20 5 L10 10 M20 0 L30 5 L20 10" fill="#666" />
    <circle cx="50" cy="25" r="2" fill="#fff" />
    <circle cx="75" cy="25" r="2" fill="#fff" />
    <circle cx="25" cy="25" r="2" fill="#fff" />
  </g>

  <!-- Melting Clock -->
  <g transform="translate(150,100)" opacity="0.9">
    <path d="M0 0 Q 0 50, 25 100 Q 50 50, 100 0 Q 120 -40, 70 -50 Q 20 -40, 0 0" fill="url(#grad2)" />
    <path d="M50 120 Q 60 130, 50 140 Q 40 130, 50 120" fill="#ffd700" />
    <path d="M50 140 Q 40 150, 50 160 Q 60 150, 50 140" fill="#ffd700" />
    <circle cx="50" cy="100" r="40" stroke="#666" stroke-width="2" fill="none" />
    <path d="M50 60 Q 40 50, 50 40 Q 60 50, 50 60" fill="#666" />
    <path d="M50 140 Q 40 130, 50 120 Q 60 130, 50 140" fill="#666" />
  </g>

  <!-- Surreal Elements -->
  <g transform="translate(0,0)" opacity="0.5">
    <circle cx="150" cy="150" r="20" fill="#4b0082" />
    <circle cx="150" cy="150" r="10" fill="#8b008b" />
    <path d="M100 50 Q 120 40, 140 50 Q 160 40, 180 50" fill="#4b0082" />
  </g>

</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O1-mini (2024-09-12) Player 1

Judge's Analysis

    Player 1's image more effectively captures the essence of a Dali-esque melting clock atop a digital microchip.

    The clock's melting form and placement on a recognizable chip are clear and conceptually aligned with the surrealism prompt.

    Player 2's submission, while visually interesting, lacks the clarity and direct reference to the prompt's elements, making it less effective in meeting the criteria.

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
30
Player 2
16
Rectangles

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

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

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

Player 1
2
Player 2
3

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
6

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
2
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
1
Player 2
3

Complexity Metrics

Path Commands

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

Player 1
48
Player 2
29
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
4
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

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