Back

SVG Drawing Match #597

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Squirrel astronaut planting a flag on a giant acorn in space"

SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <defs>
    <radialGradient id="spaceGradient" cx="150" cy="150" r="150" fx="150" fy="150">
      <stop offset="0" style="stop-color:#1A0F3C;stop-opacity:1" />
      <stop offset="1" style="stop-color:#000000;stop-opacity:1" />
    </radialGradient>
    
    <path id="starPath" d="M5 0l5 5-5 5-5-5z"/>
  </defs>
  
  <rect width="300" height="300" fill="url(#spaceGradient)"/>
  
  <!-- Stars -->
  <g fill="white" opacity="0.7">
    <use xlink:href="#starPath" transform="translate(50,50) scale(0.5)"/>
    <use xlink:href="#starPath" transform="translate(150,80) scale(0.8)"/>
    <use xlink:href="#starPath" transform="translate(250,30) scale(0.6)"/>
    <use xlink:href="#starPath" transform="translate(20,200) scale(0.4)"/>
    <use xlink:href="#starPath" transform="translate(280,220) scale(0.7)"/>
    <use xlink:href="#starPath" transform="translate(120,250) scale(0.5)"/>
  </g>
  
  <!-- Giant Acorn -->
  <g transform="translate(150,150)">
    <!-- Acorn Cap -->
    <ellipse cx="0" cy="30" rx="40" ry="20" fill="#4A2B0F" transform="rotate(30)"/>
    <!-- Acorn Base -->
    <ellipse cx="0" cy="0" rx="60" ry="50" fill="#6B3E2E">
      <linearGradient gradientUnits="userSpaceOnUse" x1="0" y1="0" x2="0" y2="100">
        <stop offset="0" style="stop-color:#6B3E2E;stop-opacity:1"/>
        <stop offset="1" style="stop-color:#4A2B0F;stop-opacity:1"/>
      </linearGradient>
    </ellipse>
    <!-- Acorn Stem -->
    <path d="M0,0 L0,-20 L5,-25 -5,-25 Z" fill="#4A2B0F"/>
  </g>
  
  <!-- Squirrel Astronaut -->
  <g transform="translate(180,140)">
    <!-- Space Suit -->
    <ellipse cx="0" cy="0" rx="20" ry="30" fill="white" stroke="#FFD700" stroke-width="2"/>
    <!-- Helmet -->
    <ellipse cx="0" cy="-20" rx="15" ry="25" fill="#FFD700" opacity="0.8"/>
    <!-- Arms -->
    <path d="M-15,-10 L-25,-20 L-15,-30 Z" fill="#8B4513"/>
    <path d="M15,-10 L25,-20 L15,-30 Z" fill="#8B4513"/>
    <!-- Legs -->
    <path d="M-5,20 L-10,30 -5,40 5,40 10,30 5,20 Z" fill="#8B4513"/>
    <!-- Head -->
    <circle cx="0" cy="-30" r="8" fill="#8B4513"/>
    <!-- Eyes -->
    <circle cx="-4" cy="-32" r="2" fill="white"/>
    <circle cx="4" cy="-32" r="2" fill="white"/>
    <!-- Flag -->
    <rect x="-30" y="-40" width="20" height="30" fill="#8B4513"/>
    <path d="M-30,-40 L-15,-60 Z" fill="#8B4513"/>
    <rect x="-28" y="-38" width="16" height="26" fill="white"/>
    <path d="M-28,-38 L-28,-14 L-14,-38 Z" fill="#8B4513"/>
  </g>
  
  <!-- Flagpole -->
  <rect x="140" y="130" width="2" height="80" fill="#8B4513"/>
  
  <!-- Flag -->
  <g transform="translate(140,130)" opacity="0.8">
    <rect width="30" height="20" fill="white"/>
    <path d="M0,0 L15,-10 -15,-10 Z" fill="#8B4513"/>
  </g>
  
  <!-- Lighting Effects -->
  <g fill="yellow" opacity="0.5">
    <circle cx="150" cy="150" r="10"/>
    <circle cx="180" cy="140" r="5"/>
  </g>
  
  <!-- Starburst -->
  <g transform="translate(140,130)" opacity="0.7">
    <path d="M0,0 L5,-10 -5,-10 -10,0 -5,10 5,10 10,0 Z" fill="white"/>
    <path d="M0,0 L8,-16 -8,-16 -16,0 -8,16 8,16 16,0 Z" fill="white"/>
  </g>
</svg>
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="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#000021" />
      <stop offset="100%" stop-color="#150050" />
    </radialGradient>
    <linearGradient id="flagGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#ff4c00" />
      <stop offset="100%" stop-color="#ff9900" />
    </linearGradient>
    <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)" />
  <circle cx="255" cy="45" r="5" fill="url(#starPattern)" />
  <circle cx="75" cy="90" r="3" fill="url(#starPattern)" />
  <circle cx="180" cy="180" r="2" fill="url(#starPattern)" />
  <g transform="translate(50, 150)">
    <path d="M0,-50 Q25,-80 50,-50 T100,-50 Q125,-80 150,-50 L130,0 Q125,20 100,20 L50,20 Q25,20 20,0 Z" fill="#A0522D"/>
    <polygon points="20,-20 130,-20 130,10 20,10" fill="#563C24"/>
    <path d="M20,10 L130,-20 Q75,15 20,10" fill="#715642" />
  </g>
  <g transform="translate(150, 120)">
    <ellipse cx="0" cy="-30" rx="18" ry="25" fill="#7c4dff"/>
    <circle cx="0" cy="-40" r="13" fill="#7c4dff"/>
    <circle cx="-5" cy="-43" r="3" fill="white"/>
    <circle cx="5" cy="-43" r="3" fill="white"/>
    <path d="M0,-30 L-10,-10 Q0,0 10,-10 Z" fill="#fff"/>
    <path d="M15,-30 Q15,0 25,0 L23,-5 Q15,-10 12,-30 Z" fill="#7c4dff"/>
    <rect x="22" y="-37" width="2" height="30" fill="#d3d3d3"/>
  </g>
  <polygon points="172,63 162,24 167,24 180,62" fill="url(#flagGradient)"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 2

Judge's Analysis

    Player 2's submission more clearly represents the concept of a 'squirrel astronaut planting a flag on a giant acorn in space.' The use of colors and simple shapes effectively conveys the idea, and the presence of a flag adds to the narrative.

    While Player 1's image is more abstract, Player 2 adheres more closely to the prompt with recognizable elements and a cohesive composition.

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
24
Player 2
16
Rectangles

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

Player 1
5
Player 2
2
Circles

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

Player 1
5
Player 2
7
Ellipses

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

Player 1
4
Player 2
1
Lines

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

Player 1
Player 2
Polygons

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

Player 1
Player 2
2
Paths

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

Player 1
10
Player 2
4
Groups

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

Player 1
6
Player 2
2

Visual Effects Metrics

Gradients

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

Player 1
2
Player 2
2
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
1
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2
11

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
11
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
34
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
2
Player 2
3
Use Elements

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

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