Back

SVG Drawing Match #2419

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"An astronaut roasting marshmallows over a campfire on the Moon."

SVG by o4-mini high (2025-04-16)
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="earthGradient" cx="50%" cy="50%" r="60%">
      <stop offset="0%" stop-color="#6bc0e4"/>
      <stop offset="70%" stop-color="#1e528e"/>
      <stop offset="100%" stop-color="#0b2447"/>
    </radialGradient>
    <radialGradient id="fireGradient" cx="50%" cy="40%" r="60%">
      <stop offset="0%" stop-color="#fff59d"/>
      <stop offset="30%" stop-color="#ffb74d"/>
      <stop offset="60%" stop-color="#f57c00"/>
      <stop offset="100%" stop-color="#d84315"/>
    </radialGradient>
    <radialGradient id="helmetGradient" cx="30%" cy="30%" r="80%">
      <stop offset="0%" stop-color="#aadbff" stop-opacity="0.9"/>
      <stop offset="60%" stop-color="#4a6572" stop-opacity="0.6"/>
      <stop offset="100%" stop-color="#000d1a" stop-opacity="0.3"/>
    </radialGradient>
    <pattern id="craterPattern" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="8" fill="#b0b0b0"/>
      <circle cx="30" cy="25" r="6" fill="#999"/>
      <circle cx="20" cy="30" r="5" fill="#aaa"/>
    </pattern>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="2" result="blur"/>
      <feMerge>
        <feMergeNode in="blur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  <!-- Starry sky -->
  <rect width="300" height="300" fill="#000114"/>
  <g fill="white" opacity="0.8">
    <circle cx="20" cy="20" r="1.2"/>
    <circle cx="50" cy="60" r="1"/>
    <circle cx="80" cy="30" r="0.8"/>
    <circle cx="120" cy="70" r="1"/>
    <circle cx="160" cy="50" r="0.6"/>
    <circle cx="200" cy="80" r="1"/>
    <circle cx="240" cy="40" r="1"/>
    <circle cx="280" cy="60" r="0.7"/>
    <circle cx="250" cy="20" r="1"/>
    <circle cx="300" cy="10" r="0.6"/>
    <circle cx="180" cy="30" r="1"/>
    <circle cx="90" cy="10" r="0.9"/>
    <circle cx="140" cy="20" r="0.7"/>
    <circle cx="60" cy="90" r="1"/>
    <circle cx="30" cy="70" r="0.8"/>
  </g>
  <!-- Earth in background -->
  <circle cx="70" cy="50" r="40" fill="url(#earthGradient)"/>
  <!-- Moon surface -->
  <ellipse cx="150" cy="260" rx="200" ry="80" fill="#ccc"/>
  <ellipse cx="150" cy="260" rx="200" ry="80" fill="url(#craterPattern)" opacity="0.5"/>
  <!-- Campfire -->
  <g id="campfire">
    <!-- logs -->
    <rect x="130" y="245" width="40" height="6" fill="#6d4c41" transform="rotate(25 150 248)"/>
    <rect x="130" y="245" width="40" height="6" fill="#5d4037" transform="rotate(-25 140 248)"/>
    <!-- flames -->
    <g filter="url(#glow)">
      <path d="M150,245 C145,230 155,230 150,245 C152,235 148,235 150,245 Z"
            fill="url(#fireGradient)"/>
      <path d="M150,248 C144,233 156,233 150,248 C153,240 147,240 150,248 Z"
            fill="orange" opacity="0.8"/>
    </g>
  </g>
  <!-- Astronaut -->
  <g id="astronaut">
    <!-- legs -->
    <path d="M210,260 L205,280" stroke="#888" stroke-width="4" stroke-linecap="round"/>
    <path d="M230,260 L235,280" stroke="#888" stroke-width="4" stroke-linecap="round"/>
    <!-- body -->
    <rect x="205" y="225" width="30" height="40" fill="#fff" stroke="#aaa" stroke-width="2" rx="4" ry="4"/>
    <!-- backpack -->
    <rect x="205" y="228" width="8" height="30" fill="#ddd" stroke="#aaa" stroke-width="1" rx="2"/>
    <rect x="227" y="228" width="8" height="30" fill="#ddd" stroke="#aaa" stroke-width="1" rx="2"/>
    <!-- arms -->
    <path d="M205,240 Q190,255 201,260" fill="none" stroke="#888" stroke-width="5" stroke-linecap="round"/>
    <path d="M235,240 L155,255" stroke="#888" stroke-width="3" stroke-linecap="round"/>
    <!-- marshmallow -->
    <circle cx="155" cy="255" r="4" fill="#fff"/>
    <circle cx="155" cy="255" r="2" fill="#ffe6ac"/>
    <!-- helmet -->
    <ellipse cx="220" cy="210" rx="15" ry="15" fill="#fff" stroke="#aaa" stroke-width="2"/>
    <ellipse cx="220" cy="210" rx="13" ry="13" fill="url(#helmetGradient)" stroke="#888" stroke-width="1"/>
    <!-- visor reflection -->
    <circle cx="215" cy="205" r="3" fill="#fff" opacity="0.6"/>
    <!-- patch on arm -->
    <rect x="210" y="238" width="8" height="6" fill="#e53935" rx="1" ry="1" transform="rotate(15 214 241)"/>
  </g>
</svg>
SVG by o3-mini high (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="spaceGrad" cx="50%" cy="50%" r="70%">
      <stop offset="0%" stop-color="#0d0d1a"/>
      <stop offset="100%" stop-color="#000"/>
    </radialGradient>
    <linearGradient id="moonGroundGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#999"/>
      <stop offset="100%" stop-color="#666"/>
    </linearGradient>
    <radialGradient id="flameGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffff99"/>
      <stop offset="50%" stop-color="#ffcc33"/>
      <stop offset="100%" stop-color="#ff3300"/>
    </radialGradient>
    <radialGradient id="mallowGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="100%" stop-color="#dddddd"/>
    </radialGradient>
    <linearGradient id="suitGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#cccccc"/>
      <stop offset="100%" stop-color="#888888"/>
    </linearGradient>
    <radialGradient id="visorGrad" cx="40%" cy="40%" r="50%">
      <stop offset="0%" stop-color="#aaf"/>
      <stop offset="100%" stop-color="#55f"/>
    </radialGradient>
    <linearGradient id="woodGrad" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#8b4513"/>
      <stop offset="100%" stop-color="#a0522d"/>
    </linearGradient>
  </defs>
  
  <!-- Space Background -->
  <rect width="300" height="300" fill="url(#spaceGrad)"/>
  
  <!-- Stars -->
  <g id="stars">
    <circle cx="20" cy="20" r="1" fill="#fff"/>
    <circle cx="50" cy="40" r="1" fill="#fff"/>
    <circle cx="80" cy="10" r="1.2" fill="#fff"/>
    <circle cx="200" cy="30" r="1" fill="#fff"/>
    <circle cx="250" cy="25" r="1.5" fill="#fff"/>
    <circle cx="280" cy="50" r="1" fill="#fff"/>
    <circle cx="220" cy="70" r="1" fill="#fff"/>
    <circle cx="60" cy="80" r="0.8" fill="#fff"/>
    <circle cx="130" cy="30" r="1" fill="#fff"/>
    <circle cx="160" cy="60" r="1.2" fill="#fff"/>
  </g>
  
  <!-- Moon Surface -->
  <ellipse cx="150" cy="290" rx="170" ry="30" fill="url(#moonGroundGrad)"/>
  <circle cx="200" cy="285" r="4" fill="#888" opacity="0.5"/>
  <circle cx="100" cy="289" r="3" fill="#777" opacity="0.5"/>
  
  <!-- Campfire (Logs and Flame) -->
  <g id="campfire">
    <rect x="130" y="247" width="40" height="4" fill="url(#woodGrad)" transform="rotate(25,150,249)"/>
    <rect x="130" y="247" width="40" height="4" fill="url(#woodGrad)" transform="rotate(-25,150,249)"/>
    <path d="M150,240 C140,230 138,215 150,205 Q150,200 155,205 C167,215 165,230 150,240 Z" fill="url(#flameGrad)"/>
  </g>
  
  <!-- Astronaut Roasting Marshmallow -->
  <g id="astronaut" transform="translate(90,220)">
    <!-- Backpack -->
    <ellipse cx="-4" cy="0" rx="3" ry="5" fill="#777" opacity="0.8"/>
    <!-- Torso -->
    <rect x="-6" y="-7" width="12" height="15" fill="url(#suitGrad)" stroke="#aaa" stroke-width="1" rx="2"/>
    <!-- Helmet -->
    <circle cx="0" cy="-15" r="8" fill="url(#suitGrad)" stroke="#aaa" stroke-width="1"/>
    <circle cx="0" cy="-15" r="5" fill="url(#visorGrad)" opacity="0.7"/>
    <!-- Right Arm Holding Stick -->
    <line x1="6" y1="-3" x2="20" y2="-15" stroke="#aaa" stroke-width="2" stroke-linecap="round"/>
    <!-- Roasting Marshmallow -->
    <circle cx="20" cy="-15" r="3" fill="url(#mallowGrad)" stroke="#ccc" stroke-width="0.5"/>
    <!-- Left Arm -->
    <line x1="-6" y1="-3" x2="-16" y2="-7" stroke="#aaa" stroke-width="2" stroke-linecap="round"/>
    <!-- Legs -->
    <line x1="-3" y1="8" x2="-3" y2="18" stroke="#aaa" stroke-width="2" stroke-linecap="round"/>
    <line x1="3" y1="8" x2="3" y2="18" stroke="#aaa" stroke-width="2" stroke-linecap="round"/>
  </g>
</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 submission is more detailed and adheres closely to the prompt, showing an astronaut actively roasting a marshmallow over a campfire.

    The inclusion of the Moon's surface texture and a visible planet enhances the scene's creativity and visual appeal.

    Player 2's image, while clean and minimalistic, lacks the same level of interactivity and detail in depicting the concept.

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

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

Player 1
7
Player 2
4
Circles

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

Player 1
22
Player 2
15
Ellipses

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

Player 1
4
Player 2
2
Lines

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

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

The number of elements with stroke attributes in the SVG.

Player 1
9
Player 2
7

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
24
Player 2
20

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
3
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
16
Player 2
5
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
7
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