Back

SVG Drawing Match #518

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Surreal jellyfish cityscape floating above a nocturnal desert"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="gradientSky" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#2c3e50;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#34495e;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="gradientDesert" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#ecf0f1;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#bdc3c7;stop-opacity:1" />
    </linearGradient>
    <pattern id="jellyfishPattern" patternUnits="userSpaceOnUse" width="50" height="50">
      <circle cx="25" cy="25" r="15" fill="rgba(82, 182, 218, 0.8)" />
      <circle cx="25" cy="25" r="5" fill="rgba(82, 182, 218, 0.3)" />
    </pattern>
    <filter id="glow">
      <feGaussianBlur in="SourceAlpha" stdDeviation="5" />
      <feFlood flood-color="cyan" />
      <feComposite in2="SourceAlpha" operator="in" />
      <feMerge>
        <feMergeNode />
        <feMergeNode in="SourceGraphic" />
      </feMerge>
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#gradientSky)" />
  <rect y="200" width="300" height="100" fill="url(#gradientDesert)" />
  <g transform="translate(50 150)">
    <path d="M25 0 Q0 30 25 60 Q50 30 25 0" fill="url(#jellyfishPattern)" filter="url(#glow)" />
    <path d="M25 0 C35 -10 60 -10 80 0 C90 10 80 20 70 30 Q50 10 30 30 Q20 20 25 0" fill="url(#jellyfishPattern)" filter="url(#glow)" />
    <path d="M30 30 C35 40 48 40 50 30 Q55 20 50 10 Q35 20 30 30" fill="url(#jellyfishPattern)" filter="url(#glow)" />
    <rect fill="rgba(121, 134, 203, 0.5)" x="20" y="60" width="20" height="40" />
  </g>
  <g transform="translate(150 100)">
    <path d="M20 0 Q0 25 20 50 Q40 25 20 0" fill="url(#jellyfishPattern)" filter="url(#glow)" />
    <path d="M20 0 C30 -10 50 -10 60 0 C70 10 60 20 55 30 Q40 10 30 30 Q25 20 20 0" fill="url(#jellyfishPattern)" filter="url(#glow)" />
    <path d="M30 30 C35 40 50 40 52 30 Q54 20 52 10 Q40 20 30 30" fill="url(#jellyfishPattern)" filter="url(#glow)" />
    <rect fill="rgba(255, 89, 94, 0.3)" x="15" y="60" width="10" height="30" />
  </g>
  <g transform="translate(220 150)">
    <path d="M30 0 Q0 20 30 40 Q60 20 30 0" fill="url(#jellyfishPattern)" filter="url(#glow)" />
    <path d="M30 0 C40 -10 70 -10 80 0 C90 10 80 20 75 30 Q60 10 45 30 Q30 20 30 0" fill="url(#jellyfishPattern)" filter="url(#glow)" />
    <path d="M40 30 C45 35 60 35 58 30 Q56 25 58 20 Q45 25 40 30" fill="url(#jellyfishPattern)" filter="url(#glow)" />
  </g>
</svg>
SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <radialGradient id="skyGradient" cx="0.5" cy="0.2" r="0.8" fx="0.5" fy="0.1">
      <stop offset="0%" stop-color="#0a081a"/>
      <stop offset="100%" stop-color="#1a1a2e"/>
    </radialGradient>
    <linearGradient id="jellyfishGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ff00cc"/>
      <stop offset="50%" stop-color="#cc00ff"/>
      <stop offset="100%" stop-color="#6600cc"/>
    </linearGradient>
    <pattern id="starPattern" x="0" y="0" width="0.05" height="0.05">
      <circle cx="0.025" cy="0.025" r="0.01" fill="#ffffff"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <rect width="300" height="100" y="200" fill="#332211"/>
  <g transform="translate(150, 100)">
    <ellipse cx="0" cy="0" rx="50" ry="30" fill="url(#jellyfishGradient)" opacity="0.8"/>
    <path d="M-50,30 Q0,50 50,30 Q0,70 -50,30" fill="none" stroke="#cc00ff" stroke-width="2" stroke-linejoin="round"/>
    <circle cx="0" cy="-20" r="10" fill="#ffffff" opacity="0.6"/>
    <path d="M-40,10 Q0,30 40,10 Q0,50 -40,10" fill="none" stroke="#ff00cc" stroke-width="2" stroke-linejoin="round"/>
  </g>
  <g transform="translate(50, 80)">
    <ellipse cx="0" cy="0" rx="40" ry="25" fill="url(#jellyfishGradient)" opacity="0.8"/>
    <path d="M-40,25 Q0,45 40,25 Q0,65 -40,25" fill="none" stroke="#cc00ff" stroke-width="2" stroke-linejoin="round"/>
    <circle cx="0" cy="-15" r="8" fill="#ffffff" opacity="0.6"/>
    <path d="M-30,5 Q0,25 30,5 Q0,45 -30,5" fill="none" stroke="#ff00cc" stroke-width="2" stroke-linejoin="round"/>
  </g>
  <g transform="translate(250, 120)">
    <ellipse cx="0" cy="0" rx="30" ry="20" fill="url(#jellyfishGradient)" opacity="0.8"/>
    <path d="M-30,20 Q0,40 30,20 Q0,60 -30,20" fill="none" stroke="#cc00ff" stroke-width="2" stroke-linejoin="round"/>
    <circle cx="0" cy="-10" r="6" fill="#ffffff" opacity="0.6"/>
    <path d="M-20,0 Q0,20 20,0 Q0,40 -20,0" fill="none" stroke="#ff00cc" stroke-width="2" stroke-linejoin="round"/>
  </g>
  <rect width="300" height="300" fill="url(#starPattern)" opacity="0.8"/>
  <g transform="translate(150, 250)">
    <ellipse cx="0" cy="0" rx="100" ry="40" fill="#332211" opacity="0.8"/>
    <path d="M-100,40 Q0,60 100,40 Q0,80 -100,40" fill="none" stroke="#553322" stroke-width="3" stroke-linejoin="round"/>
    <path d="M-80,10 Q0,30 80,10 Q0,50 -80,10" fill="none" stroke="#553322" stroke-width="3" stroke-linejoin="round"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek V3 Player 2

Judge's Analysis

    Player 2's image captures the surreal and vibrant essence of a floating cityscape with the use of glowing jellyfish forms against a dark desert background, effectively conveying the nocturnal aspect.

    The color palette and composition are more striking and cohesive, enhancing the visual appeal and creativity.

    Player 1's submission lacks clear representation of the theme and is less visually engaging.

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

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

Player 1
4
Player 2
3
Circles

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

Player 1
2
Player 2
4
Ellipses

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

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

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

Player 1
3
Player 2
4

Visual Effects Metrics

Gradients

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

Player 1
2
Player 2
2
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
8

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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

Complexity Metrics

Path Commands

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

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