Back

SVG Drawing Match #1142

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Glowing jellyfish floating over a futuristic cityscape at twilight"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="jellyfishGlow" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="rgba(255, 255, 200, 0.8)" />
      <stop offset="100%" stop-color="rgba(255, 100, 150, 0)" />
    </radialGradient>
    <linearGradient id="twilightSky" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#034f84" />
      <stop offset="100%" stop-color="#21094e" />
    </linearGradient>
    <linearGradient id="cityLights" x1="0%" y1="100%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#ff6f61" />
      <stop offset="100%" stop-color="#f7ce68" />
    </linearGradient>
    <pattern id="cityWindows" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="4" height="4" fill="url(#cityLights)" />
    </pattern>
    <linearGradient id="jellyfishBody" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#f645f2" />
      <stop offset="100%" stop-color="#f8c0d8" />
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="url(#twilightSky)" />
  <g style="mix-blend-mode: screen;">
    <circle cx="150" cy="80" r="40" fill="url(#jellyfishGlow)" />
    <ellipse cx="150" cy="85" rx="30" ry="20" fill="url(#jellyfishBody)" />
    <path d="M140 105 C130 150, 170 150, 160 105" fill="none" stroke="#f645f2" stroke-width="2" />
    <path d="M150 105 C140 160, 160 160, 150 105" fill="none" stroke="#f8c0d8" stroke-width="2" />
    <path d="M160 105 C150 150, 180 150, 170 105" fill="none" stroke="#f645f2" stroke-width="2" />
  </g>
  <g>
    <rect x="30" y="200" width="40" height="100" fill="url(#cityWindows)" />
    <rect x="90" y="180" width="60" height="120" fill="url(#cityWindows)" />
    <rect x="170" y="220" width="50" height="80" fill="url(#cityWindows)" />
    <rect x="240" y="190" width="40" height="110" fill="url(#cityWindows)" />
  </g>
  <circle cx="220" cy="50" r="50" fill="url(#jellyfishGlow)" />
  <ellipse cx="220" cy="55" rx="40" ry="25" fill="url(#jellyfishBody)" />
  <path d="M210 75 C200 120, 240 120, 230 75" fill="none" stroke="#f645f2" stroke-width="2" />
  <path d="M220 75 C210 130, 230 130, 220 75" fill="none" stroke="#f8c0d8" stroke-width="2" />
  <path d="M230 75 C220 120, 250 120, 240 75" fill="none" stroke="#f645f2" stroke-width="2" />
</svg>
SVG by o3-mini high (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="twilightGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#2c3e50"/>
      <stop offset="50%" stop-color="#34495e"/>
      <stop offset="100%" stop-color="#000428"/>
    </linearGradient>
    <radialGradient id="jellyfishGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#6C5CE7"/>
      <stop offset="100%" stop-color="#00cec9"/>
    </radialGradient>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="3" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
    <filter id="neonGlow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="2" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#twilightGradient)"/>
  <!-- Stars in the twilight sky -->
  <circle cx="30" cy="30" r="1.5" fill="#ffffff"/>
  <circle cx="80" cy="40" r="1" fill="#ffffff"/>
  <circle cx="140" cy="20" r="1.5" fill="#ffffff"/>
  <circle cx="200" cy="35" r="1" fill="#ffffff"/>
  <circle cx="250" cy="25" r="1.5" fill="#ffffff"/>
  <!-- Futuristic Cityscape -->
  <g id="cityscape">
    <rect x="10" y="220" width="20" height="80" fill="#1e272e" stroke="#00cec9" stroke-width="1" filter="url(#neonGlow)"/>
    <rect x="40" y="210" width="15" height="90" fill="#1e272e" stroke="#00cec9" stroke-width="1" filter="url(#neonGlow)"/>
    <rect x="60" y="200" width="30" height="100" fill="#1e272e" stroke="#ff7675" stroke-width="1" filter="url(#neonGlow)"/>
    <rect x="100" y="230" width="10" height="70" fill="#1e272e" stroke="#00cec9" stroke-width="1" filter="url(#neonGlow)"/>
    <rect x="115" y="190" width="25" height="110" fill="#1e272e" stroke="#00cec9" stroke-width="1" filter="url(#neonGlow)"/>
    <rect x="145" y="215" width="20" height="85" fill="#1e272e" stroke="#ff7675" stroke-width="1" filter="url(#neonGlow)"/>
    <rect x="170" y="200" width="25" height="100" fill="#1e272e" stroke="#00cec9" stroke-width="1" filter="url(#neonGlow)"/>
    <rect x="200" y="220" width="15" height="80" fill="#1e272e" stroke="#00cec9" stroke-width="1" filter="url(#neonGlow)"/>
    <rect x="220" y="210" width="20" height="90" fill="#1e272e" stroke="#ff7675" stroke-width="1" filter="url(#neonGlow)"/>
    <rect x="245" y="205" width="20" height="95" fill="#1e272e" stroke="#00cec9" stroke-width="1" filter="url(#neonGlow)"/>
  </g>
  <!-- Glowing Jellyfish Floating Over the Cityscape -->
  <g id="jellyfish" filter="url(#glow)">
    <ellipse cx="150" cy="90" rx="20" ry="15" fill="url(#jellyfishGradient)" stroke="#dfe6e9" stroke-width="1.5"/>
    <path d="M 138 105 C 133 120, 128 140, 136 170" stroke="#81ecec" stroke-width="2" fill="none" stroke-linecap="round"/>
    <path d="M 144 105 C 142 120, 145 140, 143 170" stroke="#81ecec" stroke-width="2" fill="none" stroke-linecap="round"/>
    <path d="M 150 105 C 148 115, 152 135, 150 170" stroke="#81ecec" stroke-width="2" fill="none" stroke-linecap="round"/>
    <path d="M 156 105 C 156 120, 157 140, 155 170" stroke="#81ecec" stroke-width="2" fill="none" stroke-linecap="round"/>
    <path d="M 162 105 C 166 120, 168 140, 164 170" stroke="#81ecec" stroke-width="2" fill="none" stroke-linecap="round"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is No winner No winner declared

Judge's Analysis

    Failed to determine a winner: API connection error: Recv failure: Connection was reset

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

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

Player 1
6
Player 2
11
Circles

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

Player 1
2
Player 2
5
Ellipses

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

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

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

Player 1
6
Player 2
5
Groups

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

Player 1
2
Player 2
2

Visual Effects Metrics

Gradients

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

Player 1
4
Player 2
2
Patterns

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

Player 1
1
Player 2
Filters

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
8
Player 2
10

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

Complexity Metrics

Path Commands

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

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