Back

SVG Drawing Match #2195

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Frog in space suit playing guitar on a comet"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="spaceGradient" cx="0.5" cy="0.5" r="0.8">
      <stop offset="0%" stop-color="#000428"/>
      <stop offset="100%" stop-color="#004e92"/>
    </radialGradient>
    <radialGradient id="frogBodyGradient" cx="0.5" cy="0.5" r="0.8">
      <stop offset="0%" stop-color="#8EE000"/>
      <stop offset="100%" stop-color="#4CAF50"/>
    </radialGradient>
    <radialGradient id="cometGradient" cx="0.5" cy="0.5" r="0.8">
      <stop offset="0%" stop-color="#FAFCFC"/>
      <stop offset="100%" stop-color="#C9CBCD"/>
    </radialGradient>
    <radialGradient id="suitGradient" cx="0.5" cy="0.5" r="0.8">
      <stop offset="0%" stop-color="#CCCCCC"/>
      <stop offset="100%" stop-color="#999999"/>
    </radialGradient>
    <pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="1" cy="1" r="1" fill="white" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#spaceGradient)" />
  <rect width="300" height="300" fill="url(#starPattern)" opacity="0.5" />
  <g transform="translate(100,150)">
    <!-- Comet -->
    <ellipse cx="0" cy="0" rx="80" ry="40" fill="url(#cometGradient)" />
    <!-- Frog -->
    <g transform="translate(-30,-20)">
      <circle cx="0" cy="0" r="20" fill="url(#frogBodyGradient)" />
      <circle cx="-8" cy="-4" r="3" fill="#FFFFFF" />
      <circle cx="8" cy="-4" r="3" fill="#FFFFFF" />
      <circle cx="-8" cy="-4" r="1.5" fill="#000000" />
      <circle cx="8" cy="-4" r="1.5" fill="#000000" />
    </g>
    <!-- Space Suit -->
    <g transform="translate(-30,10)">
      <ellipse cx="0" cy="0" rx="25" ry="30" fill="url(#suitGradient)" stroke="#666666" stroke-width="2"/>
      <ellipse cx="0" cy="-35" rx="20" ry="10" fill="none" stroke="#666666" stroke-width="2" />
    </g>
    <!-- Guitar -->
    <g transform="translate(35,0) rotate(-15)">
      <rect x="0" y="-3" width="40" height="6" fill="#8B4513"/>
      <rect x="0" y="-10" width="18" height="20" fill="#D2691E" rx="10" ry="10" />
      <line x1="7" y1="-10" x2="7" y2="10" stroke="#000000" stroke-width="1"/>
      <line x1="11" y1="-10" x2="11" y2="10" stroke="#000000" stroke-width="1"/>
      <line x1="15" y1="-10" x2="15" y2="10" stroke="#000000" stroke-width="1"/>
    </g>
    <!-- Antennae -->
    <line x1="-20" y1="-30" x2="-30" y2="-50" stroke="#000000" stroke-width="1.5" />
    <circle cx="-30" cy="-50" r="3" fill="#FF0000" />
  </g>
</svg>
SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background Gradient -->
  <defs>
    <radialGradient id="bgGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#1e3c72" />
      <stop offset="100%" stop-color="#2a5298" />
    </radialGradient>
    <linearGradient id="cometGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#ffffff" />
      <stop offset="100%" stop-color="#ffdd00" />
    </linearGradient>
    <linearGradient id="spacesuitGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#cccccc" />
      <stop offset="100%" stop-color="#999999" />
    </linearGradient>
    <linearGradient id="guitarGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#8b4513" />
      <stop offset="100%" stop-color="#d2b48c" />
    </linearGradient>
    <radialGradient id="helmetGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#e0e0e0" />
      <stop offset="100%" stop-color="#a0a0a0" />
    </radialGradient>
    <pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="1" fill="#ffffff"/>
    </pattern>
  </defs>

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

  <!-- Stars -->
  <rect width="300" height="300" fill="url(#starPattern)" opacity="0.2" />

  <!-- Comet -->
  <ellipse cx="150" cy="250" rx="60" ry="20" fill="url(#cometGradient)" />
  <path d="M90,250 Q70,240 50,230 Q70,220 50,210 Q70,200 90,190 Q110,200 130,190 Q150,200 170,190 Q190,200 210,190 Q230,200 250,210 Q230,220 250,230 Q230,240 210,250 L90,250 Z" fill="url(#cometGradient)" opacity="0.7"/>

  <!-- Space Suit Body -->
  <g transform="translate(150, 180)">
    <circle r="30" fill="url(#spacesuitGradient)" stroke="#444" stroke-width="2"/>
    <!-- Helmet -->
    <circle r="15" fill="url(#helmetGradient)" stroke="#333" stroke-width="1" cx="0" cy="-25"/>
    <!-- Eyes -->
    <circle r="3" fill="#000" cx="-5" cy="-28"/>
    <circle r="3" fill="#000" cx="5" cy="-28"/>
    <!-- Arms -->
    <path d="M-30,0 C-40,-10 -40,10 -30,10" fill="none" stroke="#444" stroke-width="2" />
    <path d="M30,0 C40,-10 40,10 30,10" fill="none" stroke="#444" stroke-width="2" />
    <!-- Legs -->
    <path d="M-10,30 Q-10,40 -20,40" fill="none" stroke="#444" stroke-width="2"/>
    <path d="M10,30 Q10,40 20,40" fill="none" stroke="#444" stroke-width="2"/>
  </g>

  <!-- Guitar -->
  <g transform="translate(150, 180)">
    <ellipse cx="40" cy="-5" rx="15" ry="25" fill="url(#guitarGradient)" stroke="#654321" stroke-width="2"/>
    <rect x="40" y="-25" width="5" height="50" fill="#654321" />
    <circle cx="40" cy="-30" r="2" fill="#000" />
    <circle cx="40" cy="25" r="2" fill="#000" />
    <!-- Strings -->
    <line x1="40" y1="-20" x2="40" y2="20" stroke="#fff" stroke-width="0.5"/>
    <line x1="43" y1="-20" x2="43" y2="20" stroke="#fff" stroke-width="0.5"/>
    <line x1="37" y1="-20" x2="37" y2="20" stroke="#fff" stroke-width="0.5"/>
  </g>

  <!-- Frog Body -->
  <g transform="translate(150, 150)">
    <ellipse rx="15" ry="10" fill="#4caf50" />
    <!-- Eyes -->
    <circle cx="-5" cy="-5" r="3" fill="#fff"/>
    <circle cx="5" cy="-5" r="3" fill="#fff"/>
    <circle cx="-5" cy="-5" r="1" fill="#000"/>
    <circle cx="5" cy="-5" r="1" fill="#000"/>
    <!-- Mouth -->
    <path d="M-5,5 Q0,10 5,5" stroke="#000" stroke-width="1" fill="none"/>
  </g>

</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 better adheres to the prompt by clearly depicting a frog in a space suit holding a guitar on a comet.

    The composition is more visually appealing with balanced elements and a more evident setting.

    Player 1's image lacks clarity in depicting the guitar and does not effectively convey the scene on a comet.

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
18
Player 2
26
Rectangles

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

Player 1
4
Player 2
3
Circles

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

Player 1
7
Player 2
11
Ellipses

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

Player 1
3
Player 2
3
Lines

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

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

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

Player 1
4
Player 2
3

Visual Effects Metrics

Gradients

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

Player 1
4
Player 2
5
Patterns

The number of pattern definitions (pattern) in the SVG.

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2
11

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
14
Player 2
16

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
4
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
Player 2
22
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
5
Player 2
6
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