Back

SVG Drawing Match #56

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Luminous jellyfish floating over a futuristic city skyline at twilight"

SVG by o3-mini low (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Define gradients -->
  <defs>
    <radialGradient id="jellyGlow" cx="50%" cy="0%" r="80%" fx="50%" fy="0%">
      <stop offset="0%" stop-color="#a0eaff"/>
      <stop offset="100%" stop-color="#004c8c"/>
    </radialGradient>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#2c3e50"/>
      <stop offset="100%" stop-color="#34495e"/>
    </linearGradient>
    <filter id="blurFilter" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="3" />
    </filter>
    <pattern id="cityPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="10" height="10" fill="none" stroke="#1a1a1a" stroke-width="0.5"/>
    </pattern>
  </defs>

  <!-- Background sky -->
  <rect width="300" height="300" fill="url(#skyGradient)" />

  <!-- Futuristic city skyline -->
  <g id="city" filter="url(#blurFilter)">
    <rect x="0" y="200" width="300" height="100" fill="url(#cityPattern)" />
    <!-- Extra futuristic towers -->
    <rect x="20" y="160" width="15" height="40" fill="#222" />
    <rect x="60" y="140" width="10" height="60" fill="#191919" />
    <rect x="90" y="150" width="20" height="50" fill="#333" />
    <rect x="130" y="130" width="15" height="70" fill="#2b2b2b" />
    <rect x="170" y="120" width="25" height="80" fill="#2a2a2a" />
    <rect x="210" y="140" width="10" height="60" fill="#1f1f1f" />
    <rect x="240" y="155" width="20" height="45" fill="#262626" />
  </g>

  <!-- Luminous jellyfish -->
  <g id="jellyfish" transform="translate(150,90)">
    <!-- Jellyfish bell -->
    <path d="M0,0 
             c-30,0 -40,20 -40,40 
             s10,20 40,20 
             s40,-10 40,-20 
             s-10,-40 -40,-40z" fill="url(#jellyGlow)" opacity="0.9"/>
    <!-- Undulating curves as tentacles -->
    <g stroke="url(#jellyGlow)" stroke-width="2" fill="none" stroke-linecap="round">
      <path d="M-20,40 c-5,15 5,25 0,40" />
      <path d="M-10,40 c-2,10 10,30 5,45" />
      <path d="M0,40 c0,10 0,35 -5,50" />
      <path d="M10,40 c2,10 -10,30 -5,45" />
      <path d="M20,40 c5,15 -5,25 0,40" />
    </g>
    <!-- Inner highlights -->
    <ellipse cx="0" cy="15" rx="12" ry="6" fill="rgba(255,255,255,0.15)" />
  </g>

  <!-- Light rays over the city -->
  <g opacity="0.3">
    <line x1="150" y1="0" x2="150" y2="300" stroke="#a0eaff" stroke-width="1"/>
    <line x1="100" y1="0" x2="100" y2="300" stroke="#a0eaff" stroke-width="0.8"/>
    <line x1="200" y1="0" x2="200" y2="300" stroke="#a0eaff" stroke-width="0.8"/>
    <line x1="50" y1="0" x2="50" y2="300" stroke="#a0eaff" stroke-width="0.5"/>
    <line x1="250" y1="0" x2="250" y2="300" stroke="#a0eaff" stroke-width="0.5"/>
  </g>

  <!-- Additional glowing orbs to emphasize twilight ambiance -->
  <circle cx="80" cy="80" r="5" fill="#fce38a" opacity="0.7" filter="url(#blurFilter)"/>
  <circle cx="220" cy="60" r="8" fill="#f38181" opacity="0.7" filter="url(#blurFilter)"/>
  <circle cx="160" cy="30" r="4" fill="#6a0572" opacity="0.7" filter="url(#blurFilter)"/>
</svg>
SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Futuristic city skyline -->
  <rect x="0" y="150" width="300" height="150" fill="#110033" />
  <rect x="20" y="120" width="30" height="30" fill="#220044" />
  <rect x="60" y="140" width="60" height="40" fill="#330055" />
  <rect x="140" y="90" width="80" height="60" fill="#440066" />
  <rect x="240" y="110" width="40" height="20" fill="#550077" />
  <!-- Luminous jellyfish -->
  <!-- Jellyfish body -->
  <circle cx="150" cy="200" r="40" fill="#88D8B0" />
  <circle cx="150" cy="200" r="30" fill="#AAD8B0" />
  <!-- Tentacles -->
  <path d="M140,220 Q150,260 160,220" fill="none" stroke="#88D8B0" stroke-width="5" />
  <path d="M130,230 Q150,270 170,230" fill="none" stroke="#AAD8B0" stroke-width="5" />
  <path d="M120,240 Q150,280 180,240" fill="none" stroke="#88D8B0" stroke-width="5" />
  <path d="M110,250 Q150,290 190,250" fill="none" stroke="#AAD8B0" stroke-width="5" />
  <path d="M100,260 Q150,300 200,260" fill="none" stroke="#88D8B0" stroke-width="5" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini low (2025-01-31) Player 1

Judge's Analysis

    Player 1's submission captures the essence of the prompt more effectively by depicting a clear jellyfish floating above a recognizable city skyline at twilight.

    The use of gradients and color contrast adds to the visual appeal and enhances the futuristic ambiance.

    Player 2's image, while creative, lacks clarity and the skyline is not as distinguishable, making it less effective in adhering to 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
25
Player 2
12
Rectangles

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

Player 1
10
Player 2
5
Circles

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

Player 1
3
Player 2
2
Ellipses

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

Player 1
1
Player 2
Lines

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

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

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
7
Player 2
5

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
16
Player 2
7

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
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
16
Player 2
10
Max Group Nesting

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

Player 1
1
Player 2
Defs Elements

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

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