Back

SVG Drawing Match #410

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Glowing jellyfish wearing tiny top hats, drifting through a cosmic starfield"

SVG by o3-mini high (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="jellyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#FF66FF"/>
      <stop offset="100%" stop-color="#6633CC"/>
    </radialGradient>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="4" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
    <radialGradient id="hatGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#555"/>
      <stop offset="100%" stop-color="#000"/>
    </radialGradient>
    <linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#FF66FF"/>
      <stop offset="100%" stop-color="#330066"/>
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="black"/>
  <g fill="white">
    <circle cx="20" cy="30" r="1"/>
    <circle cx="50" cy="60" r="1.2"/>
    <circle cx="80" cy="20" r="0.8"/>
    <circle cx="110" cy="90" r="1"/>
    <circle cx="150" cy="40" r="1"/>
    <circle cx="200" cy="70" r="1.3"/>
    <circle cx="230" cy="20" r="1"/>
    <circle cx="270" cy="80" r="1.1"/>
    <circle cx="280" cy="250" r="1"/>
    <circle cx="40" cy="210" r="1.2"/>
    <circle cx="90" cy="250" r="0.9"/>
    <circle cx="160" cy="280" r="1.1"/>
    <circle cx="220" cy="200" r="1.3"/>
    <circle cx="260" cy="260" r="1"/>
    <circle cx="30" cy="150" r="0.8"/>
    <circle cx="250" cy="150" r="0.9"/>
  </g>
  <!-- Jellyfish 1 (Center) -->
  <g filter="url(#glow)">
    <ellipse cx="150" cy="150" rx="40" ry="30" fill="url(#jellyGradient)" opacity="0.9"/>
    <ellipse cx="150" cy="150" rx="30" ry="20" fill="white" opacity="0.2"/>
    <path d="M140,180 C135,190 130,200 140,210" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
    <path d="M150,180 C148,190 145,205 155,215" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
    <path d="M160,180 C165,190 170,205 168,215" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
    <path d="M130,185 C128,195 125,210 135,220" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
    <path d="M170,185 C172,195 175,210 165,220" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
    <g transform="translate(130,120)">
      <rect x="0" y="0" width="40" height="10" fill="url(#hatGradient)"/>
      <ellipse cx="20" cy="10" rx="22" ry="4" fill="url(#hatGradient)"/>
    </g>
  </g>
  <!-- Jellyfish 2 (Bottom Left) -->
  <g filter="url(#glow)">
    <ellipse cx="70" cy="230" rx="25" ry="18" fill="url(#jellyGradient)" opacity="0.9"/>
    <ellipse cx="70" cy="230" rx="18" ry="12" fill="white" opacity="0.2"/>
    <path d="M62,248 C60,253 58,258 62,263" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
    <path d="M70,248 C70,253 68,259 75,265" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
    <path d="M78,248 C80,253 82,258 78,263" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
    <g transform="translate(55,205)">
      <rect x="0" y="0" width="30" height="6" fill="url(#hatGradient)"/>
      <ellipse cx="15" cy="6" rx="18" ry="3" fill="url(#hatGradient)"/>
    </g>
  </g>
  <!-- Jellyfish 3 (Top Right) -->
  <g filter="url(#glow)">
    <ellipse cx="230" cy="70" rx="30" ry="22" fill="url(#jellyGradient)" opacity="0.9"/>
    <ellipse cx="230" cy="70" rx="22" ry="15" fill="white" opacity="0.2"/>
    <path d="M218,92 C216,98 214,105 220,110" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
    <path d="M230,92 C232,98 235,105 230,110" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
    <path d="M242,92 C244,98 246,105 242,112" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
    <path d="M225,92 C223,98 221,105 225,110" stroke="url(#tentacleGradient)" stroke-width="2" fill="none" stroke-linecap="round"/>
    <g transform="translate(220,30)">
      <rect x="0" y="0" width="20" height="5" fill="url(#hatGradient)"/>
      <ellipse cx="10" cy="5" rx="12" ry="2.5" fill="url(#hatGradient)"/>
    </g>
  </g>
</svg>
SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="starfield" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#0B0B2A"/>
      <stop offset="100%" stop-color="#000012"/>
    </radialGradient>
    <filter id="glow">
      <feGaussianBlur stdDeviation="2" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  
  <rect x="0" y="0" width="300" height="300" fill="url(#starfield)"/>
  
  <!-- Stars -->
  <g fill="#FFF">
    <circle cx="50" cy="50" r="1"/>
    <circle cx="150" cy="30" r="1.5"/>
    <circle cx="250" cy="70" r="1"/>
    <circle cx="80" cy="150" r="1.2"/>
    <circle cx="200" cy="180" r="1"/>
    <circle cx="120" cy="220" r="1.5"/>
    <circle cx="280" cy="250" r="1"/>
    <circle cx="30" cy="280" r="1.2"/>
  </g>

  <!-- First Jellyfish -->
  <g transform="translate(100,120)" filter="url(#glow)">
    <path d="M0,0 Q30,-20 60,0 Q30,20 0,0" fill="#FF69B4" opacity="0.8"/>
    <path d="M10,0 Q30,40 50,0" fill="none" stroke="#FF69B4" stroke-width="2"/>
    <path d="M15,0 Q30,35 45,0" fill="none" stroke="#FF69B4" stroke-width="2"/>
    <path d="M20,0 Q30,30 40,0" fill="none" stroke="#FF69B4" stroke-width="2"/>
    <!-- Top Hat -->
    <rect x="25" y="-25" width="10" height="10" fill="#333"/>
    <rect x="22" y="-15" width="16" height="2" fill="#333"/>
  </g>

  <!-- Second Jellyfish -->
  <g transform="translate(200,180)" filter="url(#glow)">
    <path d="M0,0 Q20,-15 40,0 Q20,15 0,0" fill="#7B68EE" opacity="0.8"/>
    <path d="M5,0 Q20,30 35,0" fill="none" stroke="#7B68EE" stroke-width="2"/>
    <path d="M10,0 Q20,25 30,0" fill="none" stroke="#7B68EE" stroke-width="2"/>
    <path d="M15,0 Q20,20 25,0" fill="none" stroke="#7B68EE" stroke-width="2"/>
    <!-- Top Hat -->
    <rect x="15" y="-20" width="8" height="8" fill="#333"/>
    <rect x="13" y="-12" width="12" height="2" fill="#333"/>
  </g>

  <!-- Sparkles -->
  <g fill="#FFF" opacity="0.8">
    <circle cx="120" cy="100" r="2">
      <animate attributeName="opacity" values="0.8;0.2;0.8" dur="2s" repeatCount="indefinite"/>
    </circle>
    <circle cx="220" cy="160" r="2">
      <animate attributeName="opacity" values="0.8;0.2;0.8" dur="3s" repeatCount="indefinite"/>
    </circle>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini high (2025-01-31) Player 1

Judge's Analysis

    Player 1's image features more defined jellyfish with a glowing effect and visible top hats, which aligns well with the prompt.

    The composition includes multiple jellyfish, enhancing the sense of drifting through a cosmic starfield.

    In contrast, Player 2's submission lacks detail and the jellyfish are less prominent, making Player 1's image more visually appealing and technically superior.

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
41
Player 2
23
Rectangles

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

Player 1
4
Player 2
5
Circles

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

Player 1
16
Player 2
10
Ellipses

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

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

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

Player 1
7
Player 2
4

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
12
Player 2
6

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
7
Player 2
6

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
Player 2
2
Elements with Transform

The number of elements with transform attributes in the SVG.

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