Back

SVG Drawing Match #1717

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Cyberpunk jellyfish floating over a neon city skyline"

SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#1a1a2e" />
      <stop offset="100%" stop-color="#16213e" />
    </linearGradient>
    <linearGradient id="cityGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#0f0c29" />
      <stop offset="100%" stop-color="#302b63" />
    </linearGradient>
    <radialGradient id="jellyfishGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#ff00ff" />
      <stop offset="100%" stop-color="#00ffff" />
    </radialGradient>
    <pattern id="neonGrid" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <line x1="0" y1="0" x2="10" y2="0" stroke="#00ff00" stroke-width="0.5" />
      <line x1="0" y1="0" x2="0" y2="10" stroke="#00ff00" stroke-width="0.5" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <rect x="0" y="200" width="300" height="100" fill="url(#cityGradient)" />
  <rect x="0" y="200" width="300" height="100" fill="url(#neonGrid)" />
  <g transform="translate(150, 100)">
    <ellipse cx="0" cy="0" rx="50" ry="30" fill="url(#jellyfishGradient)" />
    <path d="M -50 30 Q 0 50 50 30 Q 0 70 -50 30 Z" fill="#ff00ff" opacity="0.8" />
    <path d="M -40 30 Q 0 40 40 30 Q 0 50 -40 30 Z" fill="#00ffff" opacity="0.8" />
    <path d="M -30 30 Q 0 35 30 30 Q 0 40 -30 30 Z" fill="#ffffff" opacity="0.8" />
    <line x1="-50" y1="30" x2="-60" y2="50" stroke="#00ffff" stroke-width="2" />
    <line x1="50" y1="30" x2="60" y2="50" stroke="#00ffff" stroke-width="2" />
    <line x1="-40" y1="30" x2="-50" y2="60" stroke="#ff00ff" stroke-width="2" />
    <line x1="40" y1="30" x2="50" y2="60" stroke="#ff00ff" stroke-width="2" />
    <line x1="-30" y1="30" x2="-40" y2="70" stroke="#ffffff" stroke-width="2" />
    <line x1="30" y1="30" x2="40" y2="70" stroke="#ffffff" stroke-width="2" />
  </g>
  <g transform="translate(0, 200)">
    <rect x="10" y="10" width="20" height="50" fill="#00ffff" />
    <rect x="40" y="0" width="20" height="60" fill="#ff00ff" />
    <rect x="70" y="20" width="20" height="40" fill="#00ffff" />
    <rect x="100" y="10" width="20" height="50" fill="#ff00ff" />
    <rect x="130" y="0" width="20" height="60" fill="#00ffff" />
    <rect x="160" y="20" width="20" height="40" fill="#ff00ff" />
    <rect x="190" y="10" width="20" height="50" fill="#00ffff" />
    <rect x="220" y="0" width="20" height="60" fill="#ff00ff" />
    <rect x="250" y="20" width="20" height="40" fill="#00ffff" />
  </g>
</svg>
SVG by DeepSeek R1
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="sky" x1="150" y1="0" x2="150" y2="300">
      <stop offset="0%" stop-color="#001219"/>
      <stop offset="100%" stop-color="#0a1a2f"/>
    </linearGradient>
    <radialGradient id="jellyGlow" cx="50%" cy="50%" r="50%">
      <stop offset="70%" stop-color="#7d12ff" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#300a60" stop-opacity="0"/>
    </radialGradient>
    <filter id="neon">
      <feGaussianBlur stdDeviation="2" result="glow"/>
      <feComposite operator="atop" in="glow" in2="SourceGraphic"/>
    </filter>
  </defs>

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

  <!-- Cityscape -->
  <g transform="translate(0 220)">
    <path d="M0 80 Q50 40 100 80 T200 60 L300 80 V300H0Z" fill="#151d3a"/>
    <path d="M-20 80 Q30 20 80 60 T180 40 L280 60 V300H-20Z" fill="#1a2552" opacity="0.7"/>
    <g filter="url(#neon)" stroke="#4df7ff" stroke-width="0.8">
      <rect x="40" y="40" width="8" height="20" fill="none"/>
      <rect x="120" y="30" width="8" height="25" fill="none"/>
      <rect x="200" y="35" width="8" height="22" fill="none"/>
    </g>
  </g>

  <!-- Jellyfish -->
  <g transform="translate(150 100)">
    <g filter="url(#neon)">
      <path d="M-30 0a30 50 0 1 0 60 0" fill="url(#jellyGlow)"/>
      <path d="M-25 0q25-40 50 0" stroke="#ff61e6" stroke-width="3" fill="none" stroke-linejoin="round"/>
    </g>
    
    <!-- Tentacles -->
    <g stroke="#9d4eff" stroke-width="1.5" stroke-linecap="round" opacity="0.8">
      <path d="M-20 20q-10 30-15 50" stroke-dasharray="4 3"/>
      <path d="M0 25q5 35 0 55"/>
      <path d="M20 20q10 30 15 50" stroke-dasharray="4 3"/>
    </g>

    <!-- Cyber patterns -->
    <g stroke="#00f3ff" stroke-width="0.7" opacity="0.6">
      <path d="M-15 -5l5 5-5 5" />
      <path d="M5 -5l5 5-5 5" />
      <circle cx="0" cy="-10" r="3" fill="none" stroke-dasharray="2 1"/>
    </g>
  </g>

  <!-- Holographic particles -->
  <g fill="#00f7ff" opacity="0.4">
    <circle cx="80" cy="150" r="1.2"/>
    <circle cx="220" cy="180" r="1.5"/>
    <circle cx="170" cy="90" r="1"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek R1 Player 2

Judge's Analysis

    Player 2's submission more effectively captures the cyberpunk aesthetic with a moody, atmospheric quality and a clear representation of a jellyfish floating above a city skyline.

    The use of color and composition is more creative, adhering closely to the prompt.

    Player 1's image, while vibrant, lacks the depth and detail that evoke a neon cityscape and a cyberpunk feel.

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
24
Player 2
17
Rectangles

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

Player 1
12
Player 2
4
Circles

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

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

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

Player 1
2
Player 2
7

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
8
Player 2
4

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
8
Player 2
11

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

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

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