Back

SVG Drawing Match #2662

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A rocket blasting off surrounded by dancing jellyfish in space."

SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="rocketGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="red" />
      <stop offset="50%" stop-color="orange" />
      <stop offset="100%" stop-color="yellow" />
    </radialGradient>
    <linearGradient id="jellyfishGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="cyan" stop-opacity="0.8" />
      <stop offset="100%" stop-color="magenta" stop-opacity="0.8" />
    </linearGradient>
    <radialGradient id="spaceGradient" cx="50%" cy="50%" r="75%">
      <stop offset="0%" stop-color="#222" />
      <stop offset="100%" stop-color="#000" />
    </radialGradient>

  </defs>
  <rect width="300" height="300" fill="url(#spaceGradient)" />
    <g transform="translate(150,220) scale(0.8)">
    <path d="M0 -20 L10 -40 L0 -60 L-10 -40 Z" fill="url(#rocketGradient)" />
    <rect x="-5" y="-60" width="10" height="40" fill="white" />
    <polygon points="-15 -60 -5 -70 5 -70 15 -60" fill="orange" />
    <g transform="translate(0 -75)">
      <ellipse cx="0" cy="0" rx="5" ry="2" fill="red" />
      <ellipse cx="0" cy="0" rx="3" ry="1" fill="yellow" />
    </g>
    <g transform="translate(0 -80)">
      <ellipse cx="0" cy="0" rx="7" ry="3" fill="orange" />
        <ellipse cx="0" cy="0" rx="5" ry="2" fill="yellow" />
    </g>

    <animateTransform attributeName="transform" type="translate" from="0,220" to="0,50" dur="3s" repeatCount="indefinite" />
    <animateTransform attributeName="transform" additive="sum" type="scale" values="0.8; 1.2; 0.8" dur="2s" repeatCount="indefinite"/>
  </g>

  <g transform="translate(50,100)">
    <circle cx="0" cy="0" r="20" fill="url(#jellyfishGradient)" />
    <path d="M-5 -20 C -10 -30, -5 -40, 0 -40 C 5 -40, 10 -30, 5 -20" fill="white" opacity="0.5"/>
      <animateTransform attributeName="transform" type="translate" values="50,100; 70,80; 90,120; 50,100" dur="10s" repeatCount="indefinite" />
  </g>

  <g transform="translate(250,50)">
      <circle cx="0" cy="0" r="15" fill="url(#jellyfishGradient)" />
    <path d="M-3 -15 C -6 -20, -3 -25, 0 -25 C 3 -25, 6 -20, 3 -15" fill="white" opacity="0.5"/>
        <animateTransform attributeName="transform" type="translate" values="250,50; 230,70; 270,30; 250,50" dur="8s" repeatCount="indefinite" />
  </g>

  <g transform="translate(180,200)">
      <circle cx="0" cy="0" r="10" fill="url(#jellyfishGradient)" />
    <path d="M-2 -10 C -4 -15, -2 -20, 0 -20 C 2 -20, 4 -15, 2 -10" fill="white" opacity="0.5"/>
        <animateTransform attributeName="transform" type="translate" values="180,200; 160,220; 200,180; 180,200" dur="6s" repeatCount="indefinite" />
  </g>

</svg>
SVG by o4-mini medium (2025-04-16)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <radialGradient id="bgGrad" cx="50%" cy="30%" r="80%" fx="50%" fy="30%">
      <stop offset="0%" stop-color="#03071e"/>
      <stop offset="100%" stop-color="#001845"/>
    </radialGradient>
    <linearGradient id="flameGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#ffe066"/>
      <stop offset="50%" stop-color="#ff6b6b"/>
      <stop offset="100%" stop-color="#880e4f" stop-opacity="0"/>
    </linearGradient>
    <radialGradient id="windowGrad" cx="30%" cy="30%" r="70%">
      <stop offset="0%" stop-color="#a2d2ff"/>
      <stop offset="100%" stop-color="#004e89"/>
    </radialGradient>
    <radialGradient id="jellyGrad" cx="50%" cy="30%" r="50%">
      <stop offset="0%" stop-color="#fca311" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#ff006e" stop-opacity="0.4"/>
    </radialGradient>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="3" result="blur"/>
      <feMerge>
        <feMergeNode in="blur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#bgGrad)"/>
  <g fill="#fff" fill-opacity="0.8">
    <circle cx="20" cy="30" r="1.2"/>
    <circle cx="60" cy="120" r="0.8"/>
    <circle cx="120" cy="30" r="0.8"/>
    <circle cx="200" cy="40" r="1"/>
    <circle cx="250" cy="80" r="0.7"/>
    <circle cx="180" cy="150" r="1.3"/>
    <circle cx="100" cy="200" r="1"/>
    <circle cx="50" cy="230" r="0.6"/>
    <circle cx="260" cy="220" r="1"/>
    <circle cx="150" cy="50" r="0.9"/>
    <circle cx="230" cy="180" r="1.1"/>
    <circle cx="30" cy="150" r="0.7"/>
    <circle cx="275" cy="140" r="0.9"/>
  </g>
  <g transform="translate(150,220)">
    <g id="rocket">
      <path d="M-12,0 L-12,-80 Q-12,-90 0,-100 Q12,-90 12,-80 L12,0 Z" fill="#f1faee" stroke="#a8dadc" stroke-width="2"/>
      <circle cx="0" cy="-50" r="8" fill="url(#windowGrad)" stroke="#fff" stroke-width="2"/>
      <path d="M-12,0 L-20,10 L-20,20 L-12,10 Z" fill="#e63946" stroke="#a8dadc" stroke-width="1"/>
      <path d="M12,0 L20,10 L20,20 L12,10 Z" fill="#e63946" stroke="#a8dadc" stroke-width="1"/>
      <path d="M-6,0 L-6,20 L-6,40 C-6,45 6,45 6,40 L6,20 L6,0 Z" fill="url(#flameGrad)" filter="url(#glow)"/>
    </g>
  </g>
  <g transform="translate(80,80) scale(0.6) rotate(-10)">
    <path d="M0,0 C-20,10 -20,30 0,30 C20,30 20,10 0,0 Z" fill="url(#jellyGrad)" fill-opacity="0.7" filter="url(#glow)"/>
    <path d="M-5,30 C-10,45 -15,60 -10,80" stroke="#fca311" stroke-width="2" fill="none"/>
    <path d="M0,30 C2,50 4,70 2,90" stroke="#fca311" stroke-width="2" fill="none"/>
    <path d="M5,30 C10,50 15,65 10,85" stroke="#fca311" stroke-width="2" fill="none"/>
  </g>
  <g transform="translate(220,60) scale(0.5) rotate(20)">
    <path d="M0,0 C-18,8 -18,25 0,25 C18,25 18,8 0,0 Z" fill="url(#jellyGrad)" fill-opacity="0.7" filter="url(#glow)"/>
    <path d="M-4,25 C-8,38 -12,50 -8,65" stroke="#fca311" stroke-width="1.8" fill="none"/>
    <path d="M0,25 C1,40 2,55 1,70" stroke="#fca311" stroke-width="1.8" fill="none"/>
    <path d="M4,25 C8,38 12,52 8,67" stroke="#fca311" stroke-width="1.8" fill="none"/>
  </g>
  <g transform="translate(60,180) scale(0.7) rotate(30)">
    <path d="M0,0 C-22,12 -22,35 0,35 C22,35 22,12 0,0 Z" fill="url(#jellyGrad)" fill-opacity="0.7" filter="url(#glow)"/>
    <path d="M-6,35 C-12,52 -18,70 -12,90" stroke="#fca311" stroke-width="2" fill="none"/>
    <path d="M0,35 C3,55 6,75 3,95" stroke="#fca311" stroke-width="2" fill="none"/>
    <path d="M6,35 C12,52 18,68 12,88" stroke="#fca311" stroke-width="2" fill="none"/>
  </g>
  <g transform="translate(240,180) scale(0.6) rotate(-25)">
    <path d="M0,0 C-20,10 -20,30 0,30 C20,30 20,10 0,0 Z" fill="url(#jellyGrad)" fill-opacity="0.7" filter="url(#glow)"/>
    <path d="M-5,30 C-10,45 -15,60 -10,80" stroke="#fca311" stroke-width="2" fill="none"/>
    <path d="M0,30 C2,50 4,70 2,90" stroke="#fca311" stroke-width="2" fill="none"/>
    <path d="M5,30 C10,50 15,65 10,85" stroke="#fca311" stroke-width="2" fill="none"/>
  </g>
  <g transform="translate(150,120) scale(0.8) rotate(45)">
    <path d="M0,0 C-24,14 -24,38 0,38 C24,38 24,14 0,0 Z" fill="url(#jellyGrad)" fill-opacity="0.7" filter="url(#glow)"/>
    <path d="M-7,38 C-14,58 -21,80 -14,105" stroke="#fca311" stroke-width="2" fill="none"/>
    <path d="M0,38 C3,60 6,82 3,108" stroke="#fca311" stroke-width="2" fill="none"/>
    <path d="M7,38 C14,58 21,78 14,102" stroke="#fca311" stroke-width="2" fill="none"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini medium (2025-04-16) Player 2

Judge's Analysis

    Player 2's submission demonstrates better creativity and adherence to the prompt, with a visually engaging representation of a rocket surrounded by detailed jellyfish in space.

    The design is technically stronger, with smooth gradients, dynamic composition, and a clearer depiction of the rocket blast-off.

    Player 1's image lacks detail and does not effectively convey the concept of dancing jellyfish in space as described in the prompt.

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
39
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
3
Player 2
14
Ellipses

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

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

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

Player 1
4
Player 2
24
Groups

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

Player 1
6
Player 2
8

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
19

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
8
Player 2
13

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
5
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
6
Player 2
6

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
73
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
1
Player 2
1
Defs Elements

The number of elements defined within the defs element in the SVG.

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