Back

SVG Drawing Match #2660

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A cat wearing a spacesuit, floating inside a cosmic fishbowl."

SVG by o4-mini high (2025-04-16)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <radialGradient id="bgGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#1b0030"/>
      <stop offset="100%" stop-color="#0a0012"/>
    </radialGradient>
    <radialGradient id="cosmicGrad" cx="50%" cy="50%" r="80%">
      <stop offset="0%" stop-color="#4b006e"/>
      <stop offset="50%" stop-color="#2d004f"/>
      <stop offset="100%" stop-color="#0a001f"/>
    </radialGradient>
    <linearGradient id="suitGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#eef2f5"/>
      <stop offset="100%" stop-color="#b0b8c1"/>
    </linearGradient>
    <radialGradient id="helmetGrad" cx="50%" cy="50%" r="50%">
      <stop offset="10%" stop-color="#ffffff" stop-opacity="0.8"/>
      <stop offset="70%" stop-color="#aac4ff" stop-opacity="0.3"/>
      <stop offset="100%" stop-color="#001f5b" stop-opacity="0.2"/>
    </radialGradient>
    <linearGradient id="bowlGlassGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ffffff" stop-opacity="0.4"/>
      <stop offset="100%" stop-color="#aac4ff" stop-opacity="0.1"/>
    </linearGradient>
    <radialGradient id="fishGrad" cx="30%" cy="30%" r="60%">
      <stop offset="0%" stop-color="#ffddc1"/>
      <stop offset="100%" stop-color="#ff9f9f"/>
    </radialGradient>
    <symbol id="fish" viewBox="0 0 20 10">
      <path d="M2,5 Q7,0 12,5 Q7,10 2,5 Z" fill="url(#fishGrad)"/>
      <polygon points="12,5 18,2 18,8" fill="url(#fishGrad)"/>
    </symbol>
  </defs>

  <!-- background -->
  <rect width="300" height="300" fill="url(#bgGrad)"/>

  <!-- fishbowl -->
  <ellipse cx="150" cy="170" rx="120" ry="100" fill="url(#cosmicGrad)" stroke="#ffffff" stroke-opacity="0.3" stroke-width="2"/>
  <ellipse cx="150" cy="170" rx="120" ry="100" fill="none" stroke="url(#bowlGlassGrad)" stroke-width="8"/>

  <!-- stars -->
  <g id="stars">
    <circle cx="120" cy="100" r="2" fill="#fff" fill-opacity="0.8"/>
    <circle cx="180" cy="110" r="1.5" fill="#fff" fill-opacity="0.7"/>
    <circle cx="160" cy="140" r="1.8" fill="#fff" fill-opacity="0.8"/>
    <circle cx="130" cy="160" r="1.2" fill="#fff" fill-opacity="0.6"/>
    <circle cx="90" cy="150" r="1.6" fill="#fff" fill-opacity="0.7"/>
    <circle cx="200" cy="150" r="2" fill="#fff" fill-opacity="0.9"/>
    <circle cx="140" cy="120" r="1.3" fill="#fff" fill-opacity="0.7"/>
    <circle cx="170" cy="130" r="1.5" fill="#fff" fill-opacity="0.8"/>
    <circle cx="110" cy="140" r="1.4" fill="#fff" fill-opacity="0.6"/>
    <circle cx="190" cy="125" r="1.7" fill="#fff" fill-opacity="0.8"/>
    <circle cx="150" cy="100" r="2.5" fill="#fff" fill-opacity="0.9"/>
    <circle cx="125" cy="130" r="1.1" fill="#fff" fill-opacity="0.5"/>
    <circle cx="175" cy="170" r="1.8" fill="#fff" fill-opacity="0.7"/>
    <circle cx="85" cy="140" r="1.2" fill="#fff" fill-opacity="0.6"/>
    <circle cx="210" cy="140" r="1.4" fill="#fff" fill-opacity="0.6"/>
  </g>

  <!-- cosmic fish -->
  <use href="#fish" transform="translate(80,180) scale(2) rotate(-15 10 5)" opacity="0.5"/>
  <use href="#fish" transform="translate(110,190) scale(1.2) rotate(-30 10 5)" opacity="0.5"/>
  <use href="#fish" transform="translate(160,130) scale(1.5) rotate(25 10 5)" opacity="0.6"/>
  <use href="#fish" transform="translate(200,200) scale(1) rotate(10 10 5)" opacity="0.4"/>

  <!-- cat astronaut -->
  <g id="cat" transform="translate(150 150)">
    <!-- helmet -->
    <circle cx="0" cy="0" r="25" fill="url(#helmetGrad)" stroke="#ffffff" stroke-width="2"/>
    <!-- ears -->
    <polygon points="-18,-18 -8,-28 -3,-18" fill="url(#suitGrad)" stroke="#b0b8c1" stroke-width="1"/>
    <polygon points="18,-18 8,-28 3,-18" fill="url(#suitGrad)" stroke="#b0b8c1" stroke-width="1"/>
    <!-- face -->
    <circle cx="-8" cy="-5" r="3" fill="#000"/>
    <circle cx="8" cy="-5" r="3" fill="#000"/>
    <path d="M-5,5 Q0,12 5,5" stroke="#000" stroke-width="1" fill="none"/>
    <line x1="0" y1="12" x2="0" y2="16" stroke="#000" stroke-width="1"/>
    <!-- suit body -->
    <ellipse cx="0" cy="50" rx="20" ry="30" fill="url(#suitGrad)" stroke="#b0b8c1" stroke-width="2"/>
    <!-- suit details -->
    <line x1="-20" y1="30" x2="20" y2="30" stroke="#ccc" stroke-width="2"/>
    <rect x="-10" y="40" width="8" height="6" fill="#ff5f5f" rx="1"/>
    <rect x="2" y="40" width="8" height="6" fill="#5fffc2" rx="1"/>
    <!-- arms -->
    <path d="M-20,50 C-35,60 -35,80 -20,85" stroke="url(#suitGrad)" stroke-width="4" fill="none" stroke-linecap="round"/>
    <path d="M20,50 C35,60 35,80 20,85" stroke="url(#suitGrad)" stroke-width="4" fill="none" stroke-linecap="round"/>
    <!-- tail -->
    <path d="M0,80 C0,110 30,110 30,90 C30,70 10,70 10,80" stroke="#b0b8c1" stroke-width="6" fill="none" stroke-linecap="round"/>
    <!-- hose -->
    <path d="M17,0 C35,15 35,35 12,20" stroke="#ccc" stroke-width="3" fill="none"/>
  </g>

  <!-- glass highlight -->
  <ellipse cx="150" cy="85" rx="90" ry="18" fill="none" stroke="#ffffff" stroke-opacity="0.2" stroke-width="6"/>
</svg>
SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="spaceGradient" cx="50%" cy="50%" r="75%" fx="30%" fy="70%">
      <stop offset="0%" stop-color="#1A2A6C" />
      <stop offset="50%" stop-color="#5C258D" />
      <stop offset="100%" stop-color="#A671E7" />
    </radialGradient>
    <pattern id="starPattern" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="2" cy="2" r="1" fill="white" opacity="0.7" />
      <circle cx="10" cy="8" r="0.5" fill="white" opacity="0.5" />
      <circle cx="18" cy="15" r="1.5" fill="white" opacity="0.9" />
    </pattern>
  </defs>

  <rect width="300" height="300" fill="url(#spaceGradient)" />
  <rect width="300" height="300" fill="url(#starPattern)" />

  <path d="M50 50 A 125 125 0 1 0 250 50 A 125 125 0 1 0 50 50 Z" fill="none" stroke="#8888FF" stroke-width="5" stroke-linecap="round" />

  <circle cx="150" cy="180" r="20" fill="#AAA" />
  <path d="M130 180 A 20 20 0 0 0 170 180" stroke="black" stroke-width="2" stroke-linecap="round" />
  <circle cx="140" cy="170" r="5" fill="black" />
  <circle cx="160" cy="170" r="5" fill="black" />

  <path d="M120 200 L130 220 L170 220 L180 200 Z" fill="white" stroke="black" stroke-width="2" />

  <ellipse cx="150" cy="150" rx="40" ry="50" fill="white" stroke="black" stroke-width="2" />
  <circle cx="135" cy="140" r="8" fill="#FFA500" />
  <circle cx="165" cy="140" r="8" fill="#FFA500" />

  <path d="M145 160 L155 160" stroke="black" stroke-width="3" stroke-linecap="round" />
</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 creative and adheres closely to the prompt by depicting a cat in a spacesuit inside a fishbowl with a cosmic ambiance.

    The design includes clear details such as the cat's spacesuit and floating appearance.

    Player 2's submission is less recognizable as a cat or a cosmic fishbowl and lacks clarity and adherence to the prompt, making Player 1's entry more visually appealing and technically aligned.

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
36
Player 2
15
Rectangles

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

Player 1
3
Player 2
2
Circles

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

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

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

Player 1
3
Player 2
Paths

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

Player 1
6
Player 2
4
Groups

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

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

The number of elements with stroke attributes in the SVG.

Player 1
14
Player 2
5

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
17
Player 2
8

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
5
Player 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
15
Player 2
13
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
7
Player 2
2
Use Elements

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

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