Back

SVG Drawing Match #2239

May 08, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Cat astronaut planting a flag on a cheese moon."

SVG by o4-mini high (2025-04-16)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <radialGradient id="bgGrad" cx="50%" cy="50%" r="80%">
      <stop offset="0%" stop-color="#2a003d"/>
      <stop offset="100%" stop-color="#000000"/>
    </radialGradient>
    <radialGradient id="cheeseGrad" cx="30%" cy="30%" r="70%">
      <stop offset="0%" stop-color="#fff25b"/>
      <stop offset="50%" stop-color="#f9e040"/>
      <stop offset="100%" stop-color="#f1c40f"/>
    </radialGradient>
    <linearGradient id="flagGrad" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#e74c3c"/>
      <stop offset="100%" stop-color="#3498db"/>
    </linearGradient>
    <linearGradient id="suitGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#ecf0f1"/>
      <stop offset="50%" stop-color="#bdc3c7"/>
      <stop offset="100%" stop-color="#ecf0f1"/>
    </linearGradient>
    <radialGradient id="visorGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffffff" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#89c4f4" stop-opacity="0.5"/>
    </radialGradient>
    <linearGradient id="bootGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#95a5a6"/>
      <stop offset="100%" stop-color="#7f8c8d"/>
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="url(#bgGrad)"/>
  <g fill="#ffffff" opacity="0.8">
    <circle cx="20" cy="20" r="1"/>
    <circle cx="60" cy="40" r="1.5"/>
    <circle cx="25" cy="80" r="1"/>
    <circle cx="100" cy="30" r="1"/>
    <circle cx="250" cy="50" r="1"/>
    <circle cx="210" cy="10" r="1.2"/>
    <circle cx="180" cy="70" r="1"/>
    <circle cx="290" cy="20" r="1"/>
    <circle cx="156" cy="150" r="1"/>
    <circle cx="80" cy="120" r="1.2"/>
    <circle cx="230" cy="100" r="1"/>
    <circle cx="55" cy="200" r="1"/>
    <circle cx="285" cy="140" r="1"/>
    <circle cx="140" cy="75" r="1"/>
    <circle cx="170" cy="25" r="1"/>
  </g>
  <circle cx="200" cy="230" r="80" fill="url(#cheeseGrad)" stroke="#d4a200" stroke-width="2"/>
  <circle cx="160" cy="190" r="12" fill="#f1c40f"/>
  <circle cx="220" cy="180" r="8" fill="#f1c40f"/>
  <circle cx="180" cy="250" r="10" fill="#f1c40f"/>
  <circle cx="240" cy="240" r="6" fill="#f1c40f"/>
  <circle cx="200" cy="200" r="5" fill="#f1c40f"/>
  <g>
    <line x1="133.4" y1="153.4" x2="133.4" y2="113.4" stroke="#888" stroke-width="2"/>
    <path d="M133.4,113.4 L173.4,123.4 L133.4,133.4 Z" fill="url(#flagGrad)" stroke="#444" stroke-width="1"/>
  </g>
  <g transform="translate(133.4,153.4)">
    <ellipse cx="0" cy="0" rx="14" ry="6" fill="black" fill-opacity="0.2"/>
    <ellipse cx="0" cy="-25" rx="12" ry="18" fill="url(#suitGrad)" stroke="#555" stroke-width="1"/>
    <rect x="-8" y="-15" width="16" height="6" fill="#aaa" stroke="#666" stroke-width="0.5"/>
    <circle cx="-5" cy="-12" r="2" fill="#e74c3c"/>
    <circle cx="5" cy="-12" r="2" fill="#3498db"/>
    <circle cx="0" cy="-50" r="10" fill="url(#suitGrad)" stroke="#555" stroke-width="1"/>
    <polygon points="-6,-60 -2,-60 -4,-68" fill="url(#suitGrad)" stroke="#555" stroke-width="1"/>
    <polygon points="6,-60 2,-60 4,-68" fill="url(#suitGrad)" stroke="#555" stroke-width="1"/>
    <ellipse cx="0" cy="-50" rx="7" ry="5" fill="url(#visorGrad)" stroke="#2c3e50" stroke-width="1"/>
    <circle cx="2" cy="-53" r="1.5" fill="#fff" opacity="0.7"/>
    <path d="M-8,-28 C-18,-18 -18,-8 -10,-5" stroke="#555" stroke-width="1.5" fill="url(#suitGrad)"/>
    <path d="M8,-28 C18,-18 18,-8 10,-5" stroke="#555" stroke-width="1.5" fill="url(#suitGrad)"/>
    <circle cx="-10" cy="-5" r="3" fill="url(#suitGrad)" stroke="#555" stroke-width="1"/>
    <circle cx="10" cy="-5" r="3" fill="url(#suitGrad)" stroke="#555" stroke-width="1"/>
    <path d="M-5,-7 C-7,2 -4,5 -4,1" stroke="#555" stroke-width="1.5" fill="url(#bootGrad)"/>
    <path d="M5,-7 C7,2 4,5 4,1" stroke="#555" stroke-width="1.5" fill="url(#bootGrad)"/>
    <ellipse cx="-4" cy="2" rx="3" ry="2" fill="url(#bootGrad)" stroke="#444"/>
    <ellipse cx="4" cy="2" rx="3" ry="2" fill="url(#bootGrad)" stroke="#444"/>
  </g>
</svg>
SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Cheese moon -->
  <circle cx="150" cy="150" r="120" fill="url(#cheeseGradient)" />
  
  <!-- Cat astronaut -->
  <g transform="translate(120, 120) scale(0.8)">
    <circle cx="75" cy="50" r="40" fill="#FFD700" />
    <ellipse cx="75" cy="90" rx="30" ry="20" fill="#FFD700" />
    <path d="M55 67 L50 82 L60 82 Z" fill="#000" />
    <path d="M95 67 L90 82 L100 82 Z" fill="#000" />
    <path d="M60 115 Q75 125 90 115" fill="none" stroke="#000" stroke-width="2" />
    <line x1="75" y1="115" x2="75" y2="135" stroke="#000" stroke-width="2" />
  </g>
  
  <!-- Flag -->
  <g transform="translate(200, 80) rotate(-30)">
    <rect x="0" y="0" width="80" height="10" fill="#FFF" />
    <polygon points="80,0 100,5 80,10" fill="#DC143C" />
  </g>
  
  <!-- Gradient for the cheese moon -->
  <defs>
    <radialGradient id="cheeseGradient" cx="0.5" cy="0.5" r="0.5" fx="0.25" fy="0.25">
      <stop offset="0%" stop-color="#FFD700" />
      <stop offset="100%" stop-color="#FFB90F" />
    </radialGradient>
  </defs>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini high (2025-04-16) Player 1

Judge's Analysis

    Player 1's image adheres more closely to the prompt, showing a recognizable cat astronaut in space approaching a cheese moon, which adds both narrative and creativity.

    In contrast, Player 2's submission is abstract and lacks clear representation of the cat astronaut or a flag.

    Player 1's composition is also more visually appealing and technically refined.

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
42
Player 2
9
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
27
Player 2
2
Ellipses

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

Player 1
5
Player 2
1
Lines

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

Player 1
1
Player 2
1
Polygons

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

Player 1
2
Player 2
1
Paths

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

Player 1
5
Player 2
3
Groups

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

Player 1
3
Player 2
2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
17
Player 2
2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
21
Player 2
5

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