Back

SVG Drawing Match #1035

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Melting clock with butterfly wings in pop art style"

SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#FFC0CB" />
  
  <!-- Clock body with melting effect -->
  <circle cx="150" cy="150" r="120" fill="#FFD700" />
  <path d="M150,30
           Q170,60 180,90
           Q160,75 150,110
           Q140,75 120,90
           Q130,60 150,30" fill="#FF8C00" />
  
  <!-- Butterfly wings -->
  <path d="M90,150
           C60,180 90,220 90,180
           Q70,200 60,180
           Q40,180 60,150
           Q50,120 90,150" fill="#EE82EE" />
  <path d="M210,150
           C240,180 210,220 210,180
           Q230,200 240,180
           Q260,180 240,150
           Q250,120 210,150" fill="#FFA07A" />
  
  <!-- Clock hands -->
  <line x1="150" y1="150" x2="200" y2="140" stroke="black" stroke-width="3" />
  <line x1="150" y1="150" x2="100" y2="140" stroke="black" stroke-width="3" />
</svg>
SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="clockGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#ffea00;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff007f;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="wingGradient" x1="0%" y1="100%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#00d1ff;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff88e0;stop-opacity:1" />
    </linearGradient>
  </defs>
  <g transform="translate(100 100)">
    <path d="M0,0 Q-40,-40 -70,-10 Q-100,20 -70,70 Q-40,100 0,70 Q40,100 70,70 Q100,20 70,-10 Q40,-40 0,0" 
          fill="url(#wingGradient)" opacity="0.9" />
    <path d="M0,0 Q30,-30 60,-10 Q90,10 60,60 Q30,80 0,60 Q-30,80 -60,60 Q-90,10 -60,-10 Q-30,-30 0,0" 
          fill="url(#wingGradient)" opacity="0.7" transform="translate(0, -20)"/>
    <ellipse cx="0" cy="0" rx="50" ry="80" fill="url(#clockGradient)" stroke="black" stroke-width="3" />
    <text x="-15" y="-20" font-family="Arial" font-size="20" fill="white">12:00</text>
    <rect x="-5" y="0" width="10" height="50" fill="black" transform="rotate(90)"/>
    <path d="M-30,20 L-20,-10 Q-15,-20 -10,-10 Q-5,-5 0,-10 Q5,-5 10,-10 Q15,-20 20,-10 L30,20" 
          fill="white" filter="url(#glow)" />
  </g>
  <circle cx="150" cy="150" r="120" fill="none" stroke="#fffd74" stroke-width="5" opacity="0.5" />
  <circle cx="150" cy="150" r="90" fill="none" stroke="#ff007f" stroke-width="3" opacity="0.7" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o mini (2024-07-18) Player 2

Judge's Analysis

    Player 2's image captures the melting effect and incorporates butterfly wings with vibrant colors, adhering more closely to the pop art style.

    The composition is dynamic with overlapping elements and a bright color palette, enhancing its visual appeal and creativity.

    Player 1's image, however, lacks the melting clock concept and has a simpler composition, making it less relevant 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
7
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
1
Player 2
2
Ellipses

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

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

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

Player 1
Player 2
1

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
2
Player 2
3

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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

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