Back

SVG Drawing Match #543

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Fire-breathing snail racing against a comet under a starry sky"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" style="stop-color: #000033;"/>
      <stop offset="100%" style="stop-color: #000000;"/>
    </linearGradient>
    <radialGradient id="fireGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color: #FF6347;"/>
      <stop offset="100%" style="stop-color: #FFD700;"/>
    </radialGradient>
    <pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="2" fill="white" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <g transform="translate(50,250)">
    <path d="M 0 0 Q 50 50 100 0 T 200 0" stroke="none" fill="url(#fireGradient)" />
  </g>
  <g transform="translate(100,200)">
    <circle cx="0" cy="0" r="10" fill="url(#fireGradient)" />
  </g>
  <g transform="translate(150,150)">
    <path d="M 0 0 A 30 30 0 1 1 0 -30 A 30 30 0 1 1 0 0" stroke="none" fill="darkorange" />
    <circle cx="0" cy="0" r="10" fill="orange" />
    <path d="M -20 0 C -20 10 -10 20 0 20 C 10 20 20 10 20 0 C 20 -10 10 -20 0 -20 Z" stroke="none" fill="yellow" />
  </g>
  <g transform="translate(200,100)">
    <path d="M 0 0 L 50 0 Q 60 5 50 10 L 0 10 Q -10 5 0 0 Z" stroke="none" fill="silver" />
    <line x1="0" y1="5" x2="50" y2="5" stroke="silver" stroke-width="2" />
  </g>
  <g transform="translate(100,100)">
    <circle cx="0" cy="0" r="5" fill="white" />
    <line x1="0" y1="0" x2="50" y2="0" stroke="white" stroke-width="2" />
  </g>
  <rect x="0" y="0" width="300" height="300" fill="url(#starPattern)" opacity="0.1" />
</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="snailBody" gradientTransform="rotate(90)">
      <stop offset="0%" stop-color="#ffcc66"/>
      <stop offset="100%" stop-color="#ff9966"/>
    </linearGradient>
    <linearGradient id="shellGradient" gradientTransform="rotate(90)">
      <stop offset="0%" stop-color="#663399"/>
      <stop offset="100%" stop-color="#ff6699"/>
    </linearGradient>
    <linearGradient id="fireGradient" gradientTransform="rotate(90)">
      <stop offset="0%" stop-color="#ff4500"/>
      <stop offset="100%" stop-color="#ff9500"/>
    </linearGradient>
    <radialGradient id="starGradient">
      <stop offset="0%" stop-color="#ffffff" stop-opacity="0.9"/>
      <stop offset="100%" stop-color="#ffd700" stop-opacity="0"/>
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="#001f3f"/>
  <g transform="translate(50, 150) scale(0.6)">
    <path d="M20 15 Q15 10 20 5 Q25 0 30 5 Q35 10 30 15 Q25 20 20 15" fill="url(#snailBody)"/>
    <path d="M10 15 Q0 40 20 50 Q40 40 30 15" fill="url(#shellGradient)"/>
    <path d="M30 15 Q45 5 50 10 Q55 15 50 20 Q45 25 30 15" fill="url(#fireGradient)" style="filter:url(#filterGlow)" opacity="0.9"/>
    <circle cx="35" cy="5" r="3" fill="black"/>
  </g>
  <g transform="translate(175, 80) scale(1.5)">
    <path d="M-50,0 C-70,-10 -80,15 -50,30 C-30,40 -10,40 0,25 C10,10 0,-10 -50,0 Z" fill="#ffcc00" opacity="0.75"/>
    <path d="M-80,10 Q-70,-20 -50,0 Q-30,10 -20,0 Q-10,-10 -50,-40 Q-80,10" fill="#ffa500" opacity="0.75"/>
    <path d="M-100,0 Q-90,-20 -70,-10 Q-50,-25 -30,-10 Q-10,10 -60,30" fill="url(#fireGradient)" opacity="0.5"/>
  </g>
  <g class="stars">
    <circle cx="30" cy="20" r="1.5" fill="url(#starGradient)"/>
    <circle cx="60" cy="50" r="2" fill="url(#starGradient)"/>
    <circle cx="150" cy="70" r="1" fill="url(#starGradient)"/>
    <circle cx="230" cy="30" r="1.8" fill="url(#starGradient)"/>
    <circle cx="75" cy="100" r="1.2" fill="url(#starGradient)"/>
    <circle cx="120" cy="150" r="1.6" fill="url(#starGradient)"/>
  </g>
</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 submission is more visually appealing and creatively represents the idea of a 'fire-breathing snail racing against a comet under a starry sky.' The abstract forms and the use of colors effectively convey motion and the cosmic theme.

    Player 1's image, while colorful, lacks the clarity and dynamic composition found in Player 2's work.

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
12
Player 2
14
Rectangles

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

Player 1
2
Player 2
1
Circles

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

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

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

Player 1
5
Player 2
3

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2
12

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
5
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
17
Player 2
26
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
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

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