Back

SVG Drawing Match #1550

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Astronaut juggling planets in zero gravity"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="gradient1" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#00bfff" />
      <stop offset="100%" stop-color="#0099cc" />
    </linearGradient>
    <linearGradient id="gradient2" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ff4081" />
      <stop offset="100%" stop-color="#f50057" />
    </linearGradient>
    <linearGradient id="gradient3" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ffeb3b" />
      <stop offset="100%" stop-color="#fdd835" />
    </linearGradient>
    <linearGradient id="gradient4" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#64ffda" />
      <stop offset="100%" stop-color="#1de9b6" />
    </linearGradient>
    <linearGradient id="gradient5" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#8e24aa" />
      <stop offset="100%" stop-color="#ce93d8" />
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="url(#gradient1)" />
  <circle cx="100" cy="70" r="30" fill="url(#gradient2)" />
  <circle cx="150" cy="150" r="30" fill="url(#gradient3)" />
  <circle cx="200" cy="70" r="30" fill="url(#gradient4)" />
  <path d="M150 200 Q 120 280 150 260 T 180 260" stroke="white" stroke-width="5" fill="none" />
  <circle cx="150" cy="280" r="20" fill="url(#gradient5)" />
  <path d="M150 250 a 20 20 0 0 1 -20 -20 a 20 20 0 0 1 20 -20 a 20 20 0 0 1 20 20 a 20 20 0 0 1 -20 20" stroke="white" stroke-width="5" fill="none" />
  <circle cx="150" cy="250" r="15" fill="url(#gradient2)" />
  <path d="M130 100 a 20 20 0 0 1 40 0" stroke="white" stroke-width="5" fill="none" />
  <circle cx="150" cy="100" r="20" fill="url(#gradient3)" />
  <path d="M150 200 a 20 20 0 0 1 0 40" stroke="white" stroke-width="5" fill="none" />
  <circle cx="150" cy="200" r="20" fill="url(#gradient4)" />
  <path d="M150 100 a 20 20 0 0 1 0 -40" stroke="white" stroke-width="5" fill="none" />
  <circle cx="150" cy="60" r="20" fill="url(#gradient5)" />
</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="0.5" cy="0.5" r="0.75" fx="0.25" fy="0.25">
      <stop offset="0%" stop-color="#0b3d91" />
      <stop offset="100%" stop-color="#050a20" />
    </radialGradient>
    <radialGradient id="planetGradient" cx="0.3" cy="0.3" r="0.7">
      <stop offset="0%" stop-color="#ff9f1a" />
      <stop offset="100%" stop-color="#f15a24" />
    </radialGradient>
    <radialGradient id="planetGradientTwo" cx="0.3" cy="0.3" r="0.7">
      <stop offset="0%" stop-color="#14d5da" />
      <stop offset="100%" stop-color="#0096c7" />
    </radialGradient>
    <radialGradient id="planetGradientThree" cx="0.3" cy="0.3" r="0.7">
      <stop offset="0%" stop-color="#bf3c3c" />
      <stop offset="100%" stop-color="#c04e4e" />
    </radialGradient>
    <radialGradient id="astronautVisor" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#cccccc" />
      <stop offset="100%" stop-color="#ffffff" />
    </radialGradient>
  </defs>
  <rect width="100%" height="100%" fill="url(#spaceGradient)" />
  <g transform="translate(150, 150)">
    <circle cx="0" cy="0" r="35" fill="none" stroke="white" stroke-dasharray="4 4" />
    <circle cx="-60" cy="-30" r="18" fill="url(#planetGradient)" />
    <circle cx="60" cy="-40" r="20" fill="url(#planetGradientTwo)" />
    <circle cx="0" cy="60" r="16" fill="url(#planetGradientThree)" />
    <path d="M-5,0 A5,5 0 0,0 5,0" fill="transparent" stroke="white" />
    <rect x="-15" y="10" width="30" height="40" rx="8" ry="8" fill="white" />
    <ellipse cx="0" cy="40" rx="20" ry="5" fill="#e6e6e6" />
    <path d="M-10,10 L-15,-20 L15,-20 L10,10 Z" fill="#e6e6e6" />
    <circle cx="0" cy="-25" r="12" fill="#f0f0f0" />
    <ellipse cx="0" cy="-25" rx="10" ry="10" fill="url(#astronautVisor)" />
    <circle cx="-15" cy="-25" r="3" fill="#3498db" />
    <circle cx="15" cy="-25" r="3" fill="#3498db" />
  </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 submission clearly represents the concept of an astronaut juggling planets in zero gravity.

    The astronaut is recognizable, and the planets are depicted with a sense of motion and balance.

    The technical quality and compositional strength make it visually appealing and more closely aligned with the prompt compared to Player 1's abstract submission.

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
14
Player 2
13
Rectangles

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

Player 1
1
Player 2
2
Circles

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

Player 1
8
Player 2
7
Ellipses

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

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

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

Player 1
5
Player 2
2
Groups

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

Player 1
Player 2
1

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
5
Player 2
2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
14

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
14
Player 2
7
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
5
Player 2
5
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