Back

SVG Drawing Match #1480

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Time-traveling squirrel with a cosmic pocket watch in a futuristic forest"

SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background: Futuristic Forest -->
  <rect x="0" y="0" width="300" height="300" fill="#120543" />
  <!-- Stars in the Night Sky -->
  <circle cx="150" cy="150" r="120" fill="none" stroke="#FFF" stroke-width="1" />
  <circle cx="180" cy="180" r="90" fill="none" stroke="#FFF" stroke-width="0.8" />
  <circle cx="90" cy="220" r="100" fill="none" stroke="#FFF" stroke-width="0.6" />
  <!-- Cosmic Pocket Watch -->
  <circle cx="150" cy="150" r="45" fill="#494846" />
  <circle cx="150" cy="150" r="40" fill="#272521" />
  <circle cx="150" cy="150" r="5" fill="#FFF" />
  <line x1="150" y1="150" x2="200" y2="200" stroke="#FFF" stroke-width="1" />
  <line x1="150" y1="150" x2="175" y2="100" stroke="#FFF" stroke-width="0.8" />
  <line x1="150" y1="150" x2="100" y2="175" stroke="#FFF" stroke-width="0.8" />
  <line x1="150" y1="150" x2="100" y2="200" stroke="#FFF" stroke-width="0.8" />
  <line x1="150" y1="150" x2="200" y2="125" stroke="#FFF" stroke-width="0.8" />
  <line x1="150" y1="150" x2="125" y2="100" stroke="#FFF" stroke-width="0.8" />
  <!-- Time-Traveling Squirrel -->
  <circle cx="100" cy="100" r="20" fill="#E29478" />
  <ellipse cx="100" cy="100" rx="15" ry="10" fill="#E2B64F" />
  <path d="M90,110 Q100,135 110,110" fill="none" stroke="#5B361B" stroke-width="2" />
  <path d="M95,95 Q100,85 105,95" fill="none" stroke="#5B361B" stroke-width="1" />
  <path d="M95,105 Q100,115 105,105" fill="none" stroke="#5B361B" stroke-width="1" />
  <!-- Vision of the Future -->
  <rect x="50" y="190" width="200" height="100" fill="#0C4E54" opacity="0.7" />
  <text x="150" y="230" font-family="Arial" font-size="16" fill="#FFF" text-anchor="middle">FUTURE</text>
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background gradient -->
  <defs>
    <radialGradient id="forestGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:rgb(34,193,195);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(253,187,45);stop-opacity:1" />
    </radialGradient>
    <linearGradient id="timeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(255, 255, 255);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(0, 0, 128);stop-opacity:1" />
    </linearGradient>
    <linearGradient id="squirrelGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:rgb(139,69,19);" />
      <stop offset="100%" style="stop-color:rgb(205,133,63);" />
    </linearGradient>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="url(#forestGradient)" />

  <!-- Futuristic Trees -->
  <g opacity="0.7">
    <polygon points="140,300 160,100 180,300" fill="rgb(60,179,113)" />
    <polygon points="80,300 100,120 120,300" fill="rgb(32,178,170)" />
    <polygon points="200,300 220,80 240,300" fill="rgb(106,90,205)" />
  </g>

  <!-- Cosmic Pocket Watch -->
  <circle cx="150" cy="150" r="50" fill="url(#timeGradient)" stroke="black" stroke-width="3" />
  <circle cx="150" cy="150" r="5" fill="black" />
  <line x1="150" y1="150" x2="150" y2="110" stroke="black" stroke-width="2" />
  <line x1="150" y1="150" x2="190" y2="150" stroke="black" stroke-width="2" />
  <ellipse cx="150" cy="45" rx="20" ry="10" fill="url(#timeGradient)" opacity="0.5" />

  <!-- Time-traveling Squirrel -->
  <g transform="translate(70,70)">
    <ellipse cx="150" cy="150" rx="20" ry="30" fill="url(#squirrelGradient)" />
    <circle cx="140" cy="130" r="8" fill="white" />
    <circle cx="160" cy="130" r="8" fill="white" />
    <circle cx="140" cy="130" r="3" fill="black" />
    <circle cx="160" cy="130" r="3" fill="black" />
    <path d="M150,180 Q140,210 150,240 Q160,210 150,180 Z" fill="url(#squirrelGradient)" />
    <path d="M165,190 Q165,130 220,180 Q165,210 165,190 Z" fill="url(#squirrelGradient)" opacity="0.8" />
  </g>

  <!-- Starry Accents -->
  <g opacity="0.6">
    <circle cx="40" cy="260" r="3" fill="white" />
    <circle cx="260" cy="40" r="3" fill="white" />
    <circle cx="230" cy="200" r="3" fill="white" />
    <circle cx="90" cy="50" r="3" fill="white" />
    <circle cx="270" cy="270" r="3" fill="white" />
  </g>
</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 image better captures the whimsical and futuristic elements of the prompt with its vivid colors and abstract representation of a forest.

    The cosmic pocket watch is central and visually appealing, while the squirrel is creatively integrated.

    Player 1's image, though conceptually interesting, lacks the same level of visual appeal and clarity in depicting the time-traveling theme.

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
19
Player 2
21
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
7
Player 2
11
Ellipses

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

Player 1
1
Player 2
2
Lines

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

Player 1
6
Player 2
2
Polygons

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

Player 1
Player 2
3
Paths

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

Player 1
3
Player 2
2
Groups

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

Player 1
Player 2
3

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
12
Player 2
3

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
8
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
Player 2
1

Complexity Metrics

Path Commands

The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.

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