Back

SVG Drawing Match #1687

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Candelabra jellyfish flying in a night sky"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(15,15,70);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(0,0,20);stop-opacity:1" />
    </linearGradient>
    <radialGradient id="jellyGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:rgba(255,255,255,0.6);" />
      <stop offset="100%" style="stop-color:rgba(0,0,0,0)" />
    </radialGradient>
    <linearGradient id="jellyBody" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:rgba(0,200,255,0.8);" />
      <stop offset="100%" style="stop-color:rgba(0,100,255,0.8);" />
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <circle cx="150" cy="80" r="70" fill="url(#jellyGlow)" />
  <g transform="translate(150, 120)">
    <path d="M-40,-20 C-50,-30 -60,10 -40,20 C-30,30 -10,20 0,0" fill="url(#jellyBody)" />
    <path d="M40,-20 C50,-30 60,10 40,20 C30,30 10,20 0,0" fill="url(#jellyBody)" />
    <circle cx="0" cy="0" r="30" fill="url(#jellyBody)" />
  </g>
  <g transform="rotate(20,150,120)">
    <g transform="translate(150, 150)">
      <path d="M-20,10 C-30,20 -35,40 -20,50 Q0,70 20,50" fill="rgb(0,200,255)" opacity="0.8" />
      <path d="M0,0 C10,10 20,20 0,40 Q-20,60 -40,40" fill="rgb(0,200,255)" opacity="0.6" />
    </g>
    <g transform="translate(100, 150)">
      <path d="M-20,10 C-30,20 -35,40 -20,50 Q0,70 20,50" fill="rgb(0,200,255)" opacity="0.7" />
    </g>
    <g transform="translate(200, 150)">
      <path d="M0,0 C10,10 20,20 0,40 Q-20,60 -40,40" fill="rgb(0,200,255)" opacity="0.5" />
    </g>
  </g>
  <circle cx="150" cy="80" r="12" fill="white" opacity="0.6" />
  <circle cx="200" cy="50" r="3" fill="white" opacity="0.8" />
  <circle cx="180" cy="150" r="2" fill="white" opacity="0.8" />
  <circle cx="70" cy="100" r="1.5" fill="white" opacity="0.8" />
  <circle cx="250" cy="120" r="1.5" fill="white" opacity="0.6" />
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Night Sky Background -->
  <defs>
    <linearGradient id="nightSky" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0" style="stop-color:#0a192f;stop-opacity:1" />
      <stop offset="1" style="stop-color:#172a45;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="jellyGlow" x1="0" y1="0" x2="0" y2="100">
      <stop offset="0" style="stop-color:#e6ffe9;stop-opacity:0.8" />
      <stop offset="1" style="stop-color:#a8fff1;stop-opacity:0" />
    </linearGradient>
    <path id="jellyBell" d="M150,100 Q200,120 200,180 Q220,180 220,160 L220,140 Q220,120 200,120 L200,100 Q200,80 150,100Z" />
  </defs>

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

  <!-- Stars -->
  <g id="stars">
    <circle cx="50" cy="50" r="1" fill="white" />
    <circle cx="80" cy="100" r="1" fill="white" />
    <circle cx="120" cy="70" r="1" fill="white" />
    <circle cx="180" cy="80" r="1" fill="white" />
    <circle cx="250" cy="60" r="1" fill="white" />
  </g>

  <!-- Jellyfish -->
  <g transform="translate(150,150)">
    <!-- Jellyfish Bell -->
    <use href="#jellyBell" fill="none" stroke="#e6ffe9" stroke-width="2" />
    <path d="M0,0 Q20,-20 40,0 Q60,-20 80,0 Q100,-20 120,0 Q140,-20 160,0 Q180,-20 200,0 Q220,-20 240,0 Q260,-20 280,0 Q280,20 260,40 Q240,20 220,40 Q200,20 180,40 Q160,20 140,40 Q120,20 80,40 Q60,20 40,40 Q20,20 0,40 L0,0" 
        transform="rotate(45)" fill="#e6ffe9" opacity="0.5" />
    
    <!-- Tentacles -->
    <g transform="rotate(45)">
      <path d="M0,0 Q50,-20 100,0 Q150,-20 200,0" stroke="#a8fff1" stroke-width="4" opacity="0.7" />
      <path d="M0,0 Q40,-30 80,0 Q120,-30 160,0" stroke="#a8fff1" stroke-width="3" opacity="0.7" />
      <path d="M0,0 Q30,-25 60,0 Q90,-25 120,0" stroke="#a8fff1" stroke-width="2" opacity="0.7" />
    </g>

    <!-- Glow Effects -->
    <circle cx="0" cy="0" r="30" fill="url(#jellyGlow)" />
    <circle cx="0" cy="0" r="20" fill="#e6ffe9" opacity="0.3" />
  </g>

  <!-- Cloud-like Elements -->
  <path d="M50,100 Q60,110 70,100 Q80,90 90,100 Q100,110 110,100" fill="#2d4052" opacity="0.3" />
  <path d="M200,120 Q210,130 220,120 Q230,110 240,120 Q250,130 260,120" fill="#2d4052" opacity="0.3" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 1

Judge's Analysis

    Player 1's submission effectively captures the ethereal and whimsical essence of a 'candelabra jellyfish flying in a night sky' with its use of luminous blue tones and soft, floating shapes.

    The composition is balanced and visually appealing, with a clear representation of both the jellyfish and the starry night sky.

    Player 2's image, while creative, lacks the clarity and detail needed to fully embody the concept as successfully as Player 1's does.

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
15
Rectangles

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

Player 1
1
Player 2
1
Circles

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

Player 1
7
Player 2
7
Ellipses

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

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

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

Player 1
6
Player 2
7
Groups

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

Player 1
5
Player 2
3

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

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
4

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
2
Player 2
4

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
5
Player 2
3

Complexity Metrics

Path Commands

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

Player 1
18
Player 2
41
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
3
Use Elements

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

Player 1
Player 2
1

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