Back

SVG Drawing Match #1948

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Floating umbrella jellyfish in a starfield sky"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background Starfield -->
  <defs>
    <radialGradient id="skyGradient" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#0A0046" />
      <stop offset="70%" stop-color="#0D0B38" />
      <stop offset="100%" stop-color="#05021F" />
    </radialGradient>
    
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="1.5" result="blur" />
      <feMerge>
        <feMergeNode in="blur" />
        <feMergeNode in="SourceGraphic" />
      </feMerge>
    </filter>
    
    <linearGradient id="jellyfishGrad1" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#FF69B4" stop-opacity="0.7" />
      <stop offset="100%" stop-color="#9370DB" stop-opacity="0.7" />
    </linearGradient>
    
    <linearGradient id="jellyfishGrad2" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#00BFFF" stop-opacity="0.7" />
      <stop offset="100%" stop-color="#1E90FF" stop-opacity="0.7" />
    </linearGradient>
    
    <linearGradient id="jellyfishGrad3" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#7FFFD4" stop-opacity="0.7" />
      <stop offset="100%" stop-color="#00CED1" stop-opacity="0.7" />
    </linearGradient>
    
    <pattern id="stars" width="100" height="100" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="0.8" fill="white" opacity="0.8" />
      <circle cx="30" cy="25" r="0.6" fill="white" opacity="0.7" />
      <circle cx="15" cy="45" r="0.4" fill="white" opacity="0.9" />
      <circle cx="40" cy="60" r="0.7" fill="white" opacity="0.8" />
      <circle cx="70" cy="15" r="0.5" fill="white" opacity="0.7" />
      <circle cx="85" cy="35" r="0.8" fill="white" opacity="0.9" />
      <circle cx="55" cy="70" r="0.6" fill="white" opacity="0.8" />
      <circle cx="90" cy="90" r="0.7" fill="white" opacity="0.7" />
      <circle cx="22" cy="85" r="0.5" fill="white" opacity="0.9" />
    </pattern>
  </defs>
  
  <!-- Sky Background -->
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <rect width="300" height="300" fill="url(#stars)" opacity="0.9" />
  
  <!-- Larger Stars -->
  <circle cx="50" cy="30" r="1.2" fill="white" filter="url(#glow)" />
  <circle cx="120" cy="70" r="1.4" fill="white" filter="url(#glow)" />
  <circle cx="200" cy="40" r="1.3" fill="white" filter="url(#glow)" />
  <circle cx="250" cy="90" r="1.5" fill="white" filter="url(#glow)" />
  <circle cx="180" cy="220" r="1.2" fill="white" filter="url(#glow)" />
  <circle cx="75" cy="170" r="1.4" fill="white" filter="url(#glow)" />
  <circle cx="265" cy="180" r="1.3" fill="white" filter="url(#glow)" />
  
  <!-- Umbrella Jellyfish 1 -->
  <g transform="translate(70, 90) rotate(-5)">
    <ellipse cx="0" cy="0" rx="25" ry="20" fill="url(#jellyfishGrad1)" opacity="0.9" />
    <path d="M -25,0 Q -20,15 -15,35" stroke="#FF69B4" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M -18,0 Q -15,20 -8,40" stroke="#FF69B4" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M -10,0 Q -5,20 0,45" stroke="#FF69B4" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M 0,0 Q 5,25 8,50" stroke="#FF69B4" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M 10,0 Q 15,20 18,45" stroke="#FF69B4" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M 18,0 Q 20,15 25,40" stroke="#FF69B4" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M 25,0 Q 28,10 30,35" stroke="#FF69B4" stroke-width="0.7" fill="none" opacity="0.8" />
    <circle cx="0" cy="-5" r="3" fill="#FF69B4" opacity="0.7" />
    <path d="M -10,-10 Q 0,-25 10,-10" stroke="#FF69B4" stroke-width="1.5" fill="none" />
  </g>
  
  <!-- Umbrella Jellyfish 2 -->
  <g transform="translate(200, 140) rotate(10)">
    <ellipse cx="0" cy="0" rx="30" ry="22" fill="url(#jellyfishGrad2)" opacity="0.9" />
    <path d="M -30,0 Q -25,20 -20,45" stroke="#1E90FF" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M -22,0 Q -18,25 -12,55" stroke="#1E90FF" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M -15,0 Q -8,30 -5,60" stroke="#1E90FF" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M -5,0 Q 0,35 5,65" stroke="#1E90FF" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M 5,0 Q 10,30 15,60" stroke="#1E90FF" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M 15,0 Q 20,25 25,55" stroke="#1E90FF" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M 25,0 Q 30,20 35,45" stroke="#1E90FF" stroke-width="0.7" fill="none" opacity="0.8" />
    <circle cx="0" cy="-7" r="4" fill="#1E90FF" opacity="0.7" />
    <path d="M -12,-12 Q 0,-30 12,-12" stroke="#1E90FF" stroke-width="1.5" fill="none" />
  </g>
  
  <!-- Umbrella Jellyfish 3 -->
  <g transform="translate(120, 190) rotate(-8)">
    <ellipse cx="0" cy="0" rx="20" ry="15" fill="url(#jellyfishGrad3)" opacity="0.9" />
    <path d="M -20,0 Q -17,15 -12,30" stroke="#00CED1" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M -14,0 Q -11,18 -6,35" stroke="#00CED1" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M -7,0 Q -4,20 0,40" stroke="#00CED1" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M 0,0 Q 3,22 6,42" stroke="#00CED1" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M 7,0 Q 10,20 14,40" stroke="#00CED1" stroke-width="0.7" fill="none" opacity="0.8" />
    <path d="M 14,0 Q 17,15 20,35" stroke="#00CED1" stroke-width="0.7" fill="none" opacity="0.8" />
    <circle cx="0" cy="-4" r="2.5" fill="#00CED1" opacity="0.7" />
    <path d="M -8,-8 Q 0,-20 8,-8" stroke="#00CED1" stroke-width="1.5" fill="none" />
  </g>
  
  <!-- Shooting Stars -->
  <path d="M 290,30 L 260,45" stroke="white" stroke-width="1" opacity="0.8">
    <animate attributeName="opacity" values="0.8;0.1;0.8" dur="4s" repeatCount="indefinite" />
  </path>
  <path d="M 30,200 L 60,220" stroke="white" stroke-width="1" opacity="0.6">
    <animate attributeName="opacity" values="0.6;0.1;0.6" dur="5s" repeatCount="indefinite" />
  </path>
  
  <!-- Little Glowing Particles -->
  <circle cx="85" cy="110" r="0.5" fill="#FF69B4" opacity="0.7">
    <animate attributeName="cy" values="110;115;110" dur="3s" repeatCount="indefinite" />
  </circle>
  <circle cx="210" cy="170" r="0.5" fill="#1E90FF" opacity="0.7">
    <animate attributeName="cy" values="170;175;170" dur="2.5s" repeatCount="indefinite" />
  </circle>
  <circle cx="135" cy="210" r="0.5" fill="#00CED1" opacity="0.7">
    <animate attributeName="cy" values="210;215;210" dur="3.5s" repeatCount="indefinite" />
  </circle>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Starfield background -->
  <defs>
    <radialGradient id="starGlow" cx="150" cy="150" r="150" fx="150" fy="150">
      <stop offset="0" stop-color="#1a1a4a" stop-opacity="1"/>
      <stop offset="1" stop-color="#0a0a2a" stop-opacity="1"/>
    </radialGradient>
    <path id="star" d="M2 0l2 2h2l-2 2-2-2-2 2-2-2v2z"/>
  </defs>
  <rect width="300" height="300" fill="url(#starGlow)"/>
  <g id="stars">
    <use href="#star" x="10" y="10" fill="#fff" opacity="0.5"/>
    <use href="#star" x="50" y="80" fill="#fff" opacity="0.7"/>
    <use href="#star" x="90" y="30" fill="#fff" opacity="0.6"/>
    <use href="#star" x="130" y="60" fill="#fff" opacity="0.8"/>
    <use href="#star" x="170" y="90" fill="#fff" opacity="0.5"/>
    <use href="#star" x="210" y="25" fill="#fff" opacity="0.7"/>
    <use href="#star" x="250" y="45" fill="#fff" opacity="0.6"/>
    <use href="#star" x="290" y="70" fill="#fff" opacity="0.8"/>
  </g>

  <!-- Jellyfish body (umbrella) -->
  <ellipse cx="150" cy="220" rx="80" ry="60" fill="none" stroke="#fff" stroke-width="2" opacity="0.8"/>
  <ellipse cx="150" cy="220" rx="70" ry="50" fill="url(#jellyGradient)"/>
  <defs>
    <radialGradient id="jellyGradient" cx="150" cy="220" r="70" fx="150" fy="220">
      <stop offset="0" stop-color="#ffffff" stop-opacity="0.9"/>
      <stop offset="1" stop-color="#ffffff" stop-opacity="0.2"/>
    </radialGradient>
  </defs>

  <!-- Tentacles -->
  <path d="M150,280 Q160,290 170,280 L170,260 Q165,250 160,245 L160,230 Q155,225 150,220" 
        fill="none" stroke="url(#tentacleGradient1)" stroke-width="4"/>
  <path d="M150,280 Q140,290 130,280 L130,260 Q135,250 140,245 L140,230 Q145,225 150,220" 
        fill="none" stroke="url(#tentacleGradient2)" stroke-width="4"/>
  <path d="M150,280 Q170,270 180,280 L180,240 Q175,230 170,225 L170,210 Q165,205 150,200" 
        fill="none" stroke="url(#tentacleGradient3)" stroke-width="4"/>
  <path d="M150,280 Q130,270 110,280 L110,240 Q115,230 120,225 L120,210 Q125,205 150,200" 
        fill="none" stroke="url(#tentacleGradient4)" stroke-width="4"/>
  <defs>
    <linearGradient id="tentacleGradient1" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0" stop-color="#ff69b4" stop-opacity="1"/>
      <stop offset="1" stop-color="#ff69b4" stop-opacity="0"/>
    </linearGradient>
    <linearGradient id="tentacleGradient2" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0" stop-color="#9a2ecc" stop-opacity="1"/>
      <stop offset="1" stop-color="#9a2ecc" stop-opacity="0"/>
    </linearGradient>
    <linearGradient id="tentacleGradient3" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0" stop-color="#00ffff" stop-opacity="1"/>
      <stop offset="1" stop-color="#00ffff" stop-opacity="0"/>
    </linearGradient>
    <linearGradient id="tentacleGradient4" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0" stop-color="#ffa500" stop-opacity="1"/>
      <stop offset="1" stop-color="#ffa500" stop-opacity="0"/>
    </linearGradient>
  </defs>

  <!-- Jellyfish glow effect -->
  <circle cx="150" cy="220" r="20" fill="none" stroke="#fff" stroke-width="2" opacity="0.3"/>
  <circle cx="150" cy="220" r="30" fill="none" stroke="#fff" stroke-width="1" opacity="0.2"/>

  <!-- Shooting star -->
  <ellipse cx="220" cy="270" rx="10" ry="5" fill="url(#starGradient)"/>
  <defs>
    <linearGradient id="starGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0" stop-color="#fff" stop-opacity="1"/>
      <stop offset="1" stop-color="#fff" stop-opacity="0"/>
    </linearGradient>
  </defs>
  <path d="M210,270 Q220,265 230,270" stroke="#fff" stroke-width="2" opacity="0.7"/>

  <!-- Background glow effect -->
  <circle cx="150" cy="150" r="100" fill="none" stroke="url(#backgroundGlow)" stroke-width="4" opacity="0.1"/>
  <defs>
    <radialGradient id="backgroundGlow" cx="150" cy="150" r="100" fx="150" fy="150">
      <stop offset="0" stop-color="#ffffff" stop-opacity="0.9"/>
      <stop offset="1" stop-color="#ffffff" stop-opacity="0"/>
    </radialGradient>
  </defs>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 1

Judge's Analysis

    Player 1's submission effectively captures the theme of 'Floating umbrella jellyfish in a starfield sky' by depicting colorful jellyfish with a clear, identifiable design floating amidst a starry background.

    The composition is visually appealing and adheres closely to the prompt, combining creativity with technical precision.

    In contrast, Player 2's image is more abstract and less immediately recognizable as jellyfish, making it less successful in fulfilling 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
52
Player 2
13
Rectangles

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

Player 1
2
Player 2
1
Circles

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

Player 1
22
Player 2
3
Ellipses

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

Player 1
3
Player 2
3
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
25
Player 2
6
Groups

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

Player 1
3
Player 2
1

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
25
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
8

Interactivity Metrics

Animations

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

Player 1
5
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
3
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
50
Player 2
32
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
6
Player 2
9
Use Elements

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

Player 1
Player 2
8

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