Back

SVG Drawing Match #2783

May 25, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Towering jellyfish floating above a city skyline at sunset."

SVG by Claude Opus 4 Thinking (2025-05-14)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="sunset" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1" />
      <stop offset="30%" style="stop-color:#FFE66D;stop-opacity:1" />
      <stop offset="60%" style="stop-color:#FF8E53;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4A4E69;stop-opacity:1" />
    </linearGradient>
    
    <radialGradient id="jellyglow1" cx="50%" cy="30%" r="50%">
      <stop offset="0%" style="stop-color:#FFB6D9;stop-opacity:0.8" />
      <stop offset="50%" style="stop-color:#F8B7CD;stop-opacity:0.6" />
      <stop offset="100%" style="stop-color:#DDA9E3;stop-opacity:0.3" />
    </radialGradient>
    
    <radialGradient id="jellyglow2" cx="50%" cy="30%" r="50%">
      <stop offset="0%" style="stop-color:#B8E3FF;stop-opacity:0.8" />
      <stop offset="50%" style="stop-color:#A8DADC;stop-opacity:0.6" />
      <stop offset="100%" style="stop-color:#91A8D0;stop-opacity:0.3" />
    </radialGradient>
    
    <filter id="glow">
      <feGaussianBlur stdDeviation="3" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
    
    <filter id="blur">
      <feGaussianBlur in="SourceGraphic" stdDeviation="0.5"/>
    </filter>
  </defs>
  
  <rect width="300" height="300" fill="url(#sunset)"/>
  
  <g id="cityscape">
    <rect x="0" y="220" width="30" height="80" fill="#2C2C54" opacity="0.9"/>
    <rect x="25" y="200" width="25" height="100" fill="#40407A" opacity="0.9"/>
    <rect x="45" y="210" width="35" height="90" fill="#2C2C54" opacity="0.9"/>
    <rect x="75" y="190" width="20" height="110" fill="#474787" opacity="0.9"/>
    <rect x="90" y="225" width="40" height="75" fill="#2C2C54" opacity="0.9"/>
    <rect x="125" y="195" width="30" height="105" fill="#40407A" opacity="0.9"/>
    <rect x="150" y="215" width="25" height="85" fill="#2C2C54" opacity="0.9"/>
    <rect x="170" y="180" width="35" height="120" fill="#474787" opacity="0.9"/>
    <rect x="200" y="205" width="30" height="95" fill="#2C2C54" opacity="0.9"/>
    <rect x="225" y="190" width="40" height="110" fill="#40407A" opacity="0.9"/>
    <rect x="260" y="210" width="40" height="90" fill="#2C2C54" opacity="0.9"/>
    
    <rect x="30" y="205" width="4" height="4" fill="#FFE66D" opacity="0.8"/>
    <rect x="38" y="205" width="4" height="4" fill="#FFE66D" opacity="0.8"/>
    <rect x="55" y="215" width="4" height="4" fill="#FFE66D" opacity="0.8"/>
    <rect x="63" y="215" width="4" height="4" fill="#FFE66D" opacity="0.8"/>
    <rect x="180" y="185" width="4" height="4" fill="#FFE66D" opacity="0.8"/>
    <rect x="188" y="185" width="4" height="4" fill="#FFE66D" opacity="0.8"/>
    <rect x="180" y="193" width="4" height="4" fill="#FFE66D" opacity="0.8"/>
    <rect x="235" y="195" width="4" height="4" fill="#FFE66D" opacity="0.8"/>
  </g>
  
  <g id="jellyfish1" transform="translate(80, 50)">
    <ellipse cx="0" cy="0" rx="40" ry="45" fill="url(#jellyglow1)" filter="url(#glow)"/>
    <path d="M-40,0 Q-40,20 -30,40 Q-20,45 -10,40 Q0,45 10,40 Q20,45 30,40 Q40,20 40,0" 
          fill="url(#jellyglow1)" opacity="0.6"/>
    <path d="M-30,40 Q-25,60 -20,80 Q-15,85 -10,80 Q-5,90 0,100" 
          stroke="#FFB6D9" stroke-width="2" fill="none" opacity="0.6" filter="url(#blur)"/>
    <path d="M-10,40 Q-5,65 0,85 Q5,90 10,85 Q15,95 20,105" 
          stroke="#DDA9E3" stroke-width="2" fill="none" opacity="0.6" filter="url(#blur)"/>
    <path d="M10,40 Q15,70 20,90 Q25,95 30,90" 
          stroke="#FFB6D9" stroke-width="2" fill="none" opacity="0.6" filter="url(#blur)"/>
    <path d="M30,40 Q35,55 40,70 Q45,75 50,70" 
          stroke="#F8B7CD" stroke-width="2" fill="none" opacity="0.6" filter="url(#blur)"/>
    <circle cx="-10" cy="-5" r="3" fill="#FFFFFF" opacity="0.8"/>
    <circle cx="10" cy="-5" r="3" fill="#FFFFFF" opacity="0.8"/>
  </g>
  
  <g id="jellyfish2" transform="translate(200, 80) scale(0.8)">
    <ellipse cx="0" cy="0" rx="35" ry="40" fill="url(#jellyglow2)" filter="url(#glow)"/>
    <path d="M-35,0 Q-35,18 -25,35 Q-18,40 -8,35 Q0,40 8,35 Q18,40 25,35 Q35,18 35,0" 
          fill="url(#jellyglow2)" opacity="0.6"/>
    <path d="M-25,35 Q-20,55 -15,75 Q-10,80 -5,75 Q0,85 5,95" 
          stroke="#B8E3FF" stroke-width="2" fill="none" opacity="0.6" filter="url(#blur)"/>
    <path d="M-8,35 Q-3,60 2,80 Q7,85 12,80" 
          stroke="#A8DADC" stroke-width="2" fill="none" opacity="0.6" filter="url(#blur)"/>
    <path d="M8,35 Q13,65 18,85 Q23,90 28,85" 
          stroke="#91A8D0" stroke-width="2" fill="none" opacity="0.6" filter="url(#blur)"/>
    <path d="M25,35 Q30,50 35,65" 
          stroke="#B8E3FF" stroke-width="2" fill="none" opacity="0.6" filter="url(#blur)"/>
    <circle cx="-8" cy="-5" r="3" fill="#FFFFFF" opacity="0.8"/>
    <circle cx="8" cy="-5" r="3" fill="#FFFFFF" opacity="0.8"/>
  </g>
  
  <g id="jellyfish3" transform="translate(150, 30) scale(1.2)">
    <ellipse cx="0" cy="0" rx="45" ry="50" fill="url(#jellyglow1)" filter="url(#glow)" opacity="0.5"/>
    <path d="M-45,0 Q-45,25 -35,45 Q-25,50 -15,45 Q0,50 15,45 Q25,50 35,45 Q45,25 45,0" 
          fill="url(#jellyglow1)" opacity="0.4"/>
    <path d="M-35,45 Q-30,70 -25,95 Q-20,100 -15,95 Q-10,105 -5,115" 
          stroke="#FFB6D9" stroke-width="3" fill="none" opacity="0.5" filter="url(#blur)"/>
    <path d="M-15,45 Q-10,75 -5,100 Q0,105 5,100 Q10,110 15,120" 
          stroke="#F8B7CD" stroke-width="3" fill="none" opacity="0.5" filter="url(#blur)"/>
    <path d="M15,45 Q20,80 25,105 Q30,110 35,105" 
          stroke="#DDA9E3" stroke-width="3" fill="none" opacity="0.5" filter="url(#blur)"/>
    <path d="M35,45 Q40,65 45,85" 
          stroke="#FFB6D9" stroke-width="3" fill="none" opacity="0.5" filter="url(#blur)"/>
    <circle cx="-12" cy="-8" r="4" fill="#FFFFFF" opacity="0.7"/>
    <circle cx="12" cy="-8" r="4" fill="#FFFFFF" opacity="0.7"/>
  </g>
  
  <circle cx="50" cy="40" r="1" fill="#FFFFFF" opacity="0.8"/>
  <circle cx="250" cy="50" r="1" fill="#FFFFFF" opacity="0.8"/>
  <circle cx="100" cy="20" r="1" fill="#FFFFFF" opacity="0.8"/>
  <circle cx="200" cy="30" r="1" fill="#FFFFFF" opacity="0.8"/>
  <circle cx="150" cy="15" r="1" fill="#FFFFFF" opacity="0.8"/>
</svg>
SVG by Claude Sonnet 4 Thinking (2025-05-14)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="sunsetSky" cx="30%" cy="85%" r="80%">
      <stop offset="0%" stop-color="#FFD700"/>
      <stop offset="25%" stop-color="#FF8C00"/>
      <stop offset="50%" stop-color="#FF6347"/>
      <stop offset="75%" stop-color="#9932CC"/>
      <stop offset="100%" stop-color="#191970"/>
    </radialGradient>
    
    <radialGradient id="jellyfishBell1" cx="50%" cy="20%" r="80%">
      <stop offset="0%" stop-color="#E0F6FF" stop-opacity="0.4"/>
      <stop offset="40%" stop-color="#87CEEB" stop-opacity="0.7"/>
      <stop offset="80%" stop-color="#4169E1" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#191970" stop-opacity="0.9"/>
    </radialGradient>
    
    <radialGradient id="jellyfishBell2" cx="50%" cy="25%" r="75%">
      <stop offset="0%" stop-color="#F0E6FF" stop-opacity="0.3"/>
      <stop offset="35%" stop-color="#DDA0DD" stop-opacity="0.6"/>
      <stop offset="70%" stop-color="#9370DB" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#4B0082" stop-opacity="0.9"/>
    </radialGradient>
    
    <radialGradient id="biolumGlow" cx="50%" cy="50%" r="60%">
      <stop offset="0%" stop-color="#00FFFF" stop-opacity="0.9"/>
      <stop offset="50%" stop-color="#0080FF" stop-opacity="0.5"/>
      <stop offset="100%" stop-color="#0080FF" stop-opacity="0"/>
    </radialGradient>
    
    <linearGradient id="tentacleGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#87CEEB" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#4169E1" stop-opacity="0.3"/>
    </linearGradient>
    
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="3" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  
  <!-- Sunset sky -->
  <rect width="300" height="300" fill="url(#sunsetSky)"/>
  
  <!-- Sun -->
  <circle cx="80" cy="260" r="20" fill="#FFD700" opacity="0.9" filter="url(#glow)"/>
  
  <!-- City skyline -->
  <g id="cityscape">
    <rect x="0" y="220" width="28" height="80" fill="#1a1a1a"/>
    <rect x="28" y="200" width="35" height="100" fill="#2f2f2f"/>
    <rect x="63" y="235" width="22" height="65" fill="#1a1a1a"/>
    <rect x="85" y="185" width="40" height="115" fill="#404040"/>
    <rect x="125" y="210" width="28" height="90" fill="#2f2f2f"/>
    <rect x="153" y="175" width="45" height="125" fill="#1a1a1a"/>
    <rect x="198" y="225" width="25" height="75" fill="#404040"/>
    <rect x="223" y="165" width="35" height="135" fill="#2f2f2f"/>
    <rect x="258" y="195" width="30" height="105" fill="#1a1a1a"/>
    <rect x="288" y="215" width="12" height="85" fill="#404040"/>
    
    <!-- Building details and windows -->
    <g fill="#FFE4B5" opacity="0.8">
      <rect x="30" y="210" width="4" height="6"/>
      <rect x="36" y="210" width="4" height="6"/>
      <rect x="30" y="225" width="4" height="6"/>
      <rect x="90" y="195" width="4" height="6"/>
      <rect x="96" y="195" width="4" height="6"/>
      <rect x="102" y="210" width="4" height="6"/>
      <rect x="160" y="185" width="4" height="6"/>
      <rect x="166" y="185" width="4" height="6"/>
      <rect x="172" y="200" width="4" height="6"/>
      <rect x="228" y="175" width="4" height="6"/>
      <rect x="234" y="175" width="4" height="6"/>
      <rect x="265" y="205" width="4" height="6"/>
      <rect x="271" y="205" width="4" height="6"/>
    </g>
  </g>
  
  <!-- Giant jellyfish 1 -->
  <g id="jellyfish1" transform="translate(90, 70)">
    <ellipse cx="0" cy="0" rx="55" ry="42" fill="url(#jellyfishBell1)" filter="url(#glow)"/>
    <ellipse cx="0" cy="-12" rx="42" ry="30" fill="url(#biolumGlow)" opacity="0.6"/>
    
    <!-- Radial pattern inside bell -->
    <g stroke="#87CEEB" stroke-width="0.8" fill="none" opacity="0.5">
      <path d="M 0,-30 L 0,15"/>
      <path d="M -15,-25 L -8,12"/>
      <path d="M 15,-25 L 8,12"/>
      <path d="M -28,-15 L -15,10"/>
      <path d="M 28,-15 L 15,10"/>
    </g>
    
    <!-- Flowing tentacles -->
    <g stroke="url(#tentacleGrad)" stroke-width="3" fill="none" opacity="0.8">
      <path d="M -40 35 Q -45 60 -35 90 Q -40 115 -30 140 Q -35 160 -25 180"/>
      <path d="M -20 40 Q -25 70 -15 100 Q -20 125 -10 150 Q -15 170 -5 190"/>
      <path d="M 0 42 Q -8 75 2 105 Q -3 130 7 155 Q 2 175 12 195"/>
      <path d="M 20 40 Q 15 70 25 100 Q 20 125 30 150 Q 25 170 35 190"/>
      <path d="M 40 35 Q 45 60 35 90 Q 40 115 30 140 Q 35 160 25 180"/>
    </g>
    
    <!-- Additional wispy tentacles -->
    <g stroke="#87CEEB" stroke-width="1.5" fill="none" opacity="0.6">
      <path d="M -30 38 Q -35 65 -25 95 Q -30 120 -20 145"/>
      <path d="M -8 41 Q -13 71 -3 101 Q -8 126 2 151"/>
      <path d="M 12 41 Q 7 71 17 101 Q 12 126 22 151"/>
      <path d="M 30 38 Q 35 65 25 95 Q 30 120 20 145"/>
    </g>
  </g>
  
  <!-- Giant jellyfish 2 -->
  <g id="jellyfish2" transform="translate(210, 50)">
    <ellipse cx="0" cy="0" rx="60" ry="45" fill="url(#jellyfishBell2)" filter="url(#glow)"/>
    <ellipse cx="0" cy="-15" rx="45" ry="32" fill="url(#biolumGlow)" opacity="0.5"/>
    
    <!-- Radial pattern -->
    <g stroke="#DDA0DD" stroke-width="0.8" fill="none" opacity="0.4">
      <path d="M 0,-35 L 0,18"/>
      <path d="M -18,-30 L -10,15"/>
      <path d="M 18,-30 L 10,15"/>
      <path d="M -32,-18 L -18,12"/>
      <path d="M 32,-18 L 18,12"/>
      <path d="M -42,-5 L -25,8"/>
      <path d="M 42,-5 L 25,8"/>
    </g>
    
    <!-- Tentacles -->
    <g stroke="url(#jellyfishBell2)" stroke-width="3.5" fill="none" opacity="0.9">
      <path d="M -45 38 Q -50 65 -40 95 Q -45 120 -35 150 Q -40 175 -30 200"/>
      <path d="M -22 42 Q -27 72 -17 102 Q -22 127 -12 157 Q -17 177 -7 202"/>
      <path d="M 0 45 Q -8 78 2 108 Q -3 133 7 163 Q 2 183 12 208"/>
      <path d="M 22 42 Q 17 72 27 102 Q 22 127 32 157 Q 27 177 37 202"/>
      <path d="M 45 38 Q 50 65 40 95 Q 45 120 35 150 Q 40 175 30 200"/>
    </g>
    
    <!-- Wispy tentacles -->
    <g stroke="#9370DB" stroke-width="2" fill="none" opacity="0.7">
      <path d="M -33 40 Q -38 67 -28 97 Q -33 122 -23 152"/>
      <path d="M -10 43 Q -15 73 -5 103 Q -10 128 0 158"/>
      <path d="M 14 43 Q 9 73 19 103 Q 14 128 24 158"/>
      <path d="M 33 40 Q 38 67 28 97 Q 33 122 23 152"/>
    </g>
  </g>
  
  <!-- Smaller jellyfish -->
  <g id="jellyfish3" transform="translate(45, 110)">
    <ellipse cx="0" cy="0" rx="30" ry="23" fill="url(#jellyfishBell1)" opacity="0.8"/>
    <ellipse cx="0" cy="-8" rx="22" ry="16" fill="url(#biolumGlow)" opacity="0.3"/>
    
    <g stroke="url(#jellyfishBell1)" stroke-width="2" fill="none" opacity="0.7">
      <path d="M -20 18 Q -23 40 -17 62 Q -20 80 -14 98"/>
      <path d="M -7 20 Q -10 42 -4 64 Q -7 82 -1 100"/>
      <path d="M 7 20 Q 4 42 10 64 Q 7 82 13 100"/>
      <path d="M 20 18 Q 23 40 17 62 Q 20 80 14 98"/>
    </g>
  </g>
  
  <!-- Atmospheric particles -->
  <g id="particles" fill="#87CEEB" opacity="0.6">
    <circle cx="130" cy="160" r="1.5"/>
    <circle cx="185" cy="130" r="1"/>
    <circle cx="95" cy="180" r="0.8"/>
    <circle cx="240" cy="170" r="1.2"/>
    <circle cx="170" cy="190" r="1"/>
    <circle cx="60" cy="150" r="0.6"/>
    <circle cx="260" cy="140" r="1"/>
    <circle cx="110" cy="200" r="0.8"/>
    <circle cx="220" cy="155" r="0.7"/>
  </g>
  
  <!-- Distant smaller jellyfish -->
  <g id="distantJellyfish" opacity="0.4">
    <ellipse cx="250" cy="100" rx="12" ry="9" fill="url(#jellyfishBell2)"/>
    <path d="M 245 105 Q 243 115 247 125" stroke="url(#jellyfishBell2)" stroke-width="1" fill="none"/>
    <path d="M 250 106 Q 248 116 252 126" stroke="url(#jellyfishBell2)" stroke-width="1" fill="none"/>
    <path d="M 255 105 Q 257 115 253 125" stroke="url(#jellyfishBell2)" stroke-width="1" fill="none"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude Sonnet 4 Thinking (2025-05-14) Player 2

Judge's Analysis

    Player 2's submission demonstrates superior creativity and technical quality with more detailed and vibrant jellyfish, a richer color gradient in the sky, and a stronger sense of depth.

    The composition feels more immersive and visually appealing, closely aligning with the concept of towering jellyfish at sunset.

    Player 1's effort is charming but lacks the same level of detail and dynamic execution seen in Player 2's work.

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
49
Player 2
78
Rectangles

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

Player 1
20
Player 2
24
Circles

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

Player 1
11
Player 2
10
Ellipses

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

Player 1
3
Player 2
7
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
15
Player 2
37
Groups

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

Player 1
4
Player 2
14

Visual Effects Metrics

Gradients

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

Player 1
3
Player 2
5
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
2
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
46
Player 2
15
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
12
Player 2
10

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
18

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
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
57
Player 2
106
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
5
Player 2
6
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.