Back

SVG Drawing Match #1180

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Jellyfish umbrella floating over a futuristic city skyline at dusk"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Dusk Sky Background with Gradient -->
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#0A1033" />
      <stop offset="40%" stop-color="#3A2E6D" />
      <stop offset="70%" stop-color="#794B8A" />
      <stop offset="100%" stop-color="#E5828B" />
    </linearGradient>
    
    <!-- Neon Glow Filter -->
    <filter id="neonGlow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="2" result="blur" />
      <feComposite operator="over" in="SourceGraphic" />
    </filter>
    
    <!-- Tentacle Pattern -->
    <pattern id="tentaclePattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <path d="M0,5 C2.5,2.5 7.5,7.5 10,5" stroke="#B988E0" stroke-width="0.5" fill="none" opacity="0.6" />
    </pattern>
    
    <!-- City Reflection -->
    <linearGradient id="reflectionGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#2A1B4A" stop-opacity="0.8" />
      <stop offset="100%" stop-color="#1A0F2E" stop-opacity="0" />
    </linearGradient>
    
    <!-- Jellyfish Glow -->
    <radialGradient id="jellyfishGlow" cx="50%" cy="40%" r="60%" fx="50%" fy="40%">
      <stop offset="0%" stop-color="#E066FF" stop-opacity="0.7" />
      <stop offset="70%" stop-color="#8A2BE2" stop-opacity="0.3" />
      <stop offset="100%" stop-color="#4B0082" stop-opacity="0" />
    </radialGradient>
    
    <!-- Rain Pattern -->
    <pattern id="rainPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <line x1="10" y1="0" x2="8" y2="10" stroke="#83D1F4" stroke-width="0.5" stroke-opacity="0.6" />
    </pattern>
  </defs>
  
  <!-- Background Sky -->
  <rect width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Stars -->
  <g id="stars">
    <circle cx="40" cy="20" r="0.5" fill="white" opacity="0.8" />
    <circle cx="70" cy="34" r="0.6" fill="white" opacity="0.7" />
    <circle cx="180" cy="15" r="0.7" fill="white" opacity="0.9" />
    <circle cx="250" cy="40" r="0.5" fill="white" opacity="0.6" />
    <circle cx="120" cy="25" r="0.4" fill="white" opacity="0.8" />
    <circle cx="200" cy="35" r="0.6" fill="white" opacity="0.7" />
    <circle cx="30" cy="50" r="0.4" fill="white" opacity="0.6" />
    <circle cx="280" cy="20" r="0.5" fill="white" opacity="0.9" />
  </g>
  
  <!-- Moon -->
  <circle cx="40" cy="60" r="15" fill="#F8EC94" opacity="0.9" />
  <circle cx="35" cy="55" r="5" fill="#F8F8DC" opacity="0.4" />
  
  <!-- Futuristic City Skyline -->
  <g id="citySkyline">
    <!-- Buildings -->
    <rect x="10" y="160" width="20" height="80" fill="#1A0F2E" />
    <rect x="30" y="180" width="15" height="60" fill="#2A1B4A" />
    <rect x="45" y="150" width="25" height="90" fill="#1A0F2E" />
    <polygon points="70,190 80,190 85,150 75,150" fill="#2A1B4A" />
    <rect x="85" y="170" width="20" height="70" fill="#1A0F2E" />
    <rect x="105" y="140" width="15" height="100" fill="#2A1B4A" />
    <polygon points="120,170 140,170 130,130" fill="#1A0F2E" />
    <rect x="140" y="155" width="30" height="85" fill="#2A1B4A" />
    <rect x="170" y="140" width="15" height="100" fill="#1A0F2E" />
    <polygon points="185,190 205,190 195,130" fill="#2A1B4A" />
    <rect x="205" y="165" width="25" height="75" fill="#1A0F2E" />
    <rect x="230" y="175" width="20" height="65" fill="#2A1B4A" />
    <rect x="250" y="145" width="30" height="95" fill="#1A0F2E" />
    <polygon points="280,180 290,180 295,150 285,150" fill="#2A1B4A" />
    
    <!-- Building Windows -->
    <g fill="#83D1F4" opacity="0.8">
      <rect x="15" y="170" width="2" height="4" />
      <rect x="15" y="180" width="2" height="4" />
      <rect x="15" y="190" width="2" height="4" />
      <rect x="23" y="175" width="2" height="4" />
      <rect x="23" y="185" width="2" height="4" />
      <rect x="23" y="195" width="2" height="4" />
      <rect x="35" y="185" width="2" height="4" />
      <rect x="35" y="195" width="2" height="4" />
      <rect x="35" y="205" width="2" height="4" />
      <rect x="50" y="160" width="2" height="4" />
      <rect x="50" y="170" width="2" height="4" />
      <rect x="50" y="180" width="2" height="4" />
      <rect x="62" y="165" width="2" height="4" />
      <rect x="62" y="175" width="2" height="4" />
      <rect x="62" y="185" width="2" height="4" />
      <rect x="73" y="160" width="2" height="4" />
      <rect x="73" y="170" width="2" height="4" />
      <rect x="90" y="180" width="2" height="4" />
      <rect x="90" y="190" width="2" height="4" />
      <rect x="90" y="200" width="2" height="4" />
      <rect x="98" y="175" width="2" height="4" />
      <rect x="98" y="185" width="2" height="4" />
      <rect x="98" y="195" width="2" height="4" />
      <rect x="110" y="150" width="2" height="4" />
      <rect x="110" y="160" width="2" height="4" />
      <rect x="110" y="170" width="2" height="4" />
      <rect x="110" y="180" width="2" height="4" />
      <rect x="110" y="190" width="2" height="4" />
      <rect x="130" y="140" width="2" height="4" />
      <rect x="130" y="150" width="2" height="4" />
      <rect x="150" y="160" width="2" height="4" />
      <rect x="150" y="170" width="2" height="4" />
      <rect x="150" y="180" width="2" height="4" />
      <rect x="150" y="190" width="2" height="4" />
      <rect x="162" y="165" width="2" height="4" />
      <rect x="162" y="175" width="2" height="4" />
      <rect x="162" y="185" width="2" height="4" />
      <rect x="175" y="150" width="2" height="4" />
      <rect x="175" y="160" width="2" height="4" />
      <rect x="175" y="170" width="2" height="4" />
      <rect x="175" y="180" width="2" height="4" />
      <rect x="195" y="150" width="2" height="4" />
      <rect x="195" y="170" width="2" height="4" />
      <rect x="210" y="175" width="2" height="4" />
      <rect x="210" y="185" width="2" height="4" />
      <rect x="210" y="195" width="2" height="4" />
      <rect x="222" y="170" width="2" height="4" />
      <rect x="222" y="180" width="2" height="4" />
      <rect x="222" y="190" width="2" height="4" />
      <rect x="235" y="185" width="2" height="4" />
      <rect x="235" y="195" width="2" height="4" />
      <rect x="235" y="205" width="2" height="4" />
      <rect x="260" y="155" width="2" height="4" />
      <rect x="260" y="165" width="2" height="4" />
      <rect x="260" y="175" width="2" height="4" />
      <rect x="260" y="185" width="2" height="4" />
      <rect x="272" y="160" width="2" height="4" />
      <rect x="272" y="170" width="2" height="4" />
      <rect x="272" y="180" width="2" height="4" />
      <rect x="285" y="160" width="2" height="4" />
      <rect x="285" y="170" width="2" height="4" />
    </g>
    
    <!-- City Lights -->
    <g filter="url(#neonGlow)">
      <circle cx="50" cy="140" r="1" fill="#E066FF" />
      <circle cx="120" cy="125" r="1" fill="#83D1F4" />
      <circle cx="195" cy="125" r="1" fill="#E066FF" />
      <circle cx="260" cy="135" r="1" fill="#83D1F4" />
    </g>
    
    <!-- City Reflection -->
    <rect x="0" y="240" width="300" height="60" fill="url(#reflectionGradient)" />
  </g>
  
  <!-- Jellyfish Umbrella -->
  <g id="jellyfishUmbrella" transform="translate(150, 120)">
    <!-- Umbrella Dome -->
    <ellipse cx="0" cy="0" rx="50" ry="30" fill="#8A2BE2" opacity="0.8" />
    <ellipse cx="0" cy="0" rx="45" ry="27" fill="#B988E0" opacity="0.7" />
    <ellipse cx="0" cy="0" rx="40" ry="24" fill="#D0A9F5" opacity="0.6" />
    
    <!-- Umbrella Glow -->
    <ellipse cx="0" cy="0" rx="60" ry="36" fill="url(#jellyfishGlow)" opacity="0.6" />
    
    <!-- Umbrella Details -->
    <path d="M-40,-5 C-30,-15 30,-15 40,-5" stroke="#E066FF" stroke-width="1" fill="none" />
    <path d="M-35,-10 C-25,-20 25,-20 35,-10" stroke="#E066FF" stroke-width="1" fill="none" />
    <path d="M-45,0 C-35,-10 35,-10 45,0" stroke="#E066FF" stroke-width="1" fill="none" />
    
    <!-- Tentacles -->
    <g id="tentacles">
      <path d="M-35,10 C-38,30 -25,50 -30,70" stroke="#B988E0" stroke-width="1.5" fill="none" />
      <path d="M-25,12 C-28,35 -15,55 -20,75" stroke="#B988E0" stroke-width="1.5" fill="none" />
      <path d="M-15,14 C-18,40 -5,60 -10,80" stroke="#B988E0" stroke-width="1.5" fill="none" />
      <path d="M-5,15 C-8,45 5,65 0,85" stroke="#B988E0" stroke-width="1.5" fill="none" />
      <path d="M5,15 C2,45 15,65 10,85" stroke="#B988E0" stroke-width="1.5" fill="none" />
      <path d="M15,14 C12,40 25,60 20,80" stroke="#B988E0" stroke-width="1.5" fill="none" />
      <path d="M25,12 C22,35 35,55 30,75" stroke="#B988E0" stroke-width="1.5" fill="none" />
      <path d="M35,10 C32,30 45,50 40,70" stroke="#B988E0" stroke-width="1.5" fill="none" />
    </g>
    
    <!-- Tentacle Decorations -->
    <g stroke="#E066FF" stroke-width="0.5" fill="none">
      <path d="M-35,20 C-38,25 -32,25 -35,30" />
      <path d="M-25,25 C-28,30 -22,30 -25,35" />
      <path d="M-15,30 C-18,35 -12,35 -15,40" />
      <path d="M-5,35 C-8,40 -2,40 -5,45" />
      <path d="M5,35 C2,40 8,40 5,45" />
      <path d="M15,30 C12,35 18,35 15,40" />
      <path d="M25,25 C22,30 28,30 25,35" />
      <path d="M35,20 C32,25 38,25 35,30" />
    </g>
    
    <!-- Jellyfish Lights -->
    <g filter="url(#neonGlow)">
      <circle cx="-20" cy="3" r="2" fill="#E066FF" opacity="0.8" />
      <circle cx="0" cy="5" r="2" fill="#83D1F4" opacity="0.8" />
      <circle cx="20" cy="3" r="2" fill="#E066FF" opacity="0.8" />
    </g>
    
    <!-- Rain under umbrella -->
    <rect x="-40" y="15" width="80" height="50" fill="url(#rainPattern)" opacity="0.7" />
  </g>
  
  <!-- Floating Particles -->
  <g id="particles">
    <circle cx="100" cy="90" r="1" fill="#E066FF" opacity="0.7" />
    <circle cx="180" cy="70" r="0.8" fill="#83D1F4" opacity="0.6" />
    <circle cx="220" cy="100" r="1" fill="#E066FF" opacity="0.7" />
    <circle cx="90" cy="130" r="0.8" fill="#83D1F4" opacity="0.6" />
    <circle cx="70" cy="100" r="1" fill="#E066FF" opacity="0.7" />
    <circle cx="200" cy="110" r="0.8" fill="#83D1F4" opacity="0.6" />
    <circle cx="140" cy="80" r="1" fill="#E066FF" opacity="0.7" />
    <circle cx="240" cy="150" r="0.8" fill="#83D1F4" opacity="0.6" />
    <circle cx="50" cy="120" r="1" fill="#E066FF" opacity="0.7" />
    <circle cx="160" cy="160" r="0.8" fill="#83D1F4" opacity="0.6" />
  </g>
  
  <!-- Light Beams -->
  <g id="lightBeams" opacity="0.3">
    <path d="M50,140 L80,100" stroke="#E066FF" stroke-width="0.5" />
    <path d="M120,125 L140,90" stroke="#83D1F4" stroke-width="0.5" />
    <path d="M195,125 L180,80" stroke="#E066FF" stroke-width="0.5" />
    <path d="M260,135 L230,95" stroke="#83D1F4" stroke-width="0.5" />
  </g>
</svg>
SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Define gradients and filters -->
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#ff7e5f"/>
      <stop offset="100%" stop-color="#2b5876"/>
    </linearGradient>
    <linearGradient id="buildingGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#1a1a1a"/>
      <stop offset="100%" stop-color="#333333"/>
    </linearGradient>
    <radialGradient id="umbrellaGradient" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="rgba(255,255,255,0.8)"/>
      <stop offset="100%" stop-color="rgba(173,216,230,0.2)"/>
    </radialGradient>
    <radialGradient id="jellyGradient" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="rgba(135,206,250,0.7)"/>
      <stop offset="100%" stop-color="rgba(30,144,255,0.3)"/>
    </radialGradient>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="4" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  
  <!-- Sky background -->
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  
  <!-- Futuristic city skyline -->
  <g id="city">
    <rect x="20" y="180" width="30" height="120" fill="url(#buildingGradient)"/>
    <rect x="60" y="150" width="40" height="150" fill="url(#buildingGradient)"/>
    <rect x="120" y="160" width="25" height="140" fill="url(#buildingGradient)"/>
    <rect x="160" y="170" width="35" height="130" fill="url(#buildingGradient)"/>
    <rect x="210" y="140" width="45" height="160" fill="url(#buildingGradient)"/>
    <!-- Windows as glowing lights -->
    <g fill="#fff3b0" fill-opacity="0.6">
      <!-- First building windows -->
      <rect x="25" y="190" width="5" height="10"/>
      <rect x="25" y="210" width="5" height="10"/>
      <rect x="25" y="230" width="5" height="10"/>
      <rect x="25" y="250" width="5" height="10"/>
      <!-- Second building windows -->
      <rect x="65" y="160" width="5" height="10"/>
      <rect x="75" y="160" width="5" height="10"/>
      <rect x="65" y="180" width="5" height="10"/>
      <rect x="75" y="180" width="5" height="10"/>
      <!-- Third building windows -->
      <rect x="125" y="170" width="5" height="10"/>
      <rect x="125" y="190" width="5" height="10"/>
      <rect x="125" y="210" width="5" height="10"/>
      <rect x="125" y="230" width="5" height="10"/>
      <rect x="125" y="250" width="5" height="10"/>
      <!-- Fourth building windows -->
      <rect x="165" y="180" width="5" height="10"/>
      <rect x="175" y="180" width="5" height="10"/>
      <rect x="165" y="200" width="5" height="10"/>
      <rect x="175" y="200" width="5" height="10"/>
      <rect x="165" y="220" width="5" height="10"/>
      <rect x="175" y="220" width="5" height="10"/>
      <rect x="165" y="240" width="5" height="10"/>
      <rect x="175" y="240" width="5" height="10"/>
      <!-- Fifth building windows -->
      <rect x="215" y="150" width="5" height="10"/>
      <rect x="225" y="150" width="5" height="10"/>
      <rect x="235" y="150" width="5" height="10"/>
      <rect x="215" y="170" width="5" height="10"/>
      <rect x="225" y="170" width="5" height="10"/>
      <rect x="235" y="170" width="5" height="10"/>
      <rect x="215" y="190" width="5" height="10"/>
      <rect x="225" y="190" width="5" height="10"/>
      <rect x="235" y="190" width="5" height="10"/>
      <rect x="215" y="210" width="5" height="10"/>
      <rect x="225" y="210" width="5" height="10"/>
      <rect x="235" y="210" width="5" height="10"/>
      <rect x="215" y="230" width="5" height="10"/>
      <rect x="225" y="230" width="5" height="10"/>
      <rect x="235" y="230" width="5" height="10"/>
      <rect x="215" y="250" width="5" height="10"/>
      <rect x="225" y="250" width="5" height="10"/>
      <rect x="235" y="250" width="5" height="10"/>
    </g>
  </g>
  
  <!-- Jellyfish umbrella -->
  <g id="umbrella" transform="translate(150,100)">
    <!-- Umbrella bell -->
    <ellipse cx="0" cy="0" rx="60" ry="20" fill="url(#umbrellaGradient)" stroke="rgba(255,255,255,0.5)" stroke-width="2"/>
    <!-- Umbrella ribs -->
    <g stroke="rgba(255,255,255,0.5)" stroke-width="1">
      <line x1="0" y1="0" x2="0" y2="-80"/>
      <line x1="0" y1="0" x2="30" y2="-60"/>
      <line x1="0" y1="0" x2="-30" y2="-60"/>
      <line x1="0" y1="0" x2="50" y2="-40"/>
      <line x1="0" y1="0" x2="-50" y2="-40"/>
      <line x1="0" y1="0" x2="60" y2="-20"/>
      <line x1="0" y1="0" x2="-60" y2="-20"/>
    </g>
    <!-- Jellyfish tentacles -->
    <g fill="url(#jellyGradient)" stroke="none">
      <path d="M0,0 Q10,20 0,40 Q-10,60 0,80" fill-opacity="0.6"/>
      <path d="M0,0 Q-15,25 -10,50 Q5,75 0,100" fill-opacity="0.4"/>
      <path d="M0,0 Q20,30 15,60 Q10,90 0,120" fill-opacity="0.5"/>
      <path d="M0,0 Q-25,35 -20,70 Q-15,105 0,140" fill-opacity="0.3"/>
      <path d="M0,0 Q25,25 20,50 Q15,75 0,100" fill-opacity="0.4"/>
      <path d="M0,0 Q-30,40 -25,80 Q-20,120 0,160" fill-opacity="0.2"/>
      <path d="M0,0 Q30,35 25,70 Q20,105 0,140" fill-opacity="0.3"/>
    </g>
  </g>
  
  <!-- Glow around umbrella -->
  <circle cx="150" cy="100" r="70" fill="none" stroke="rgba(173,216,230,0.3)" stroke-width="10" filter="url(#glow)"/>
</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 image captures the essence of the prompt with a clear depiction of a jellyfish umbrella floating above a city skyline, enhanced by the serene dusk background.

    The use of color and lighting creates a mystical yet futuristic atmosphere, making it visually appealing and closely aligned with the theme.

    Player 2's image, while technically competent, lacks the clear representation of a jellyfish and does not convey the same level of creativity or adherence to 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
134
Player 2
61
Rectangles

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

Player 1
74
Player 2
45
Circles

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

Player 1
27
Player 2
1
Ellipses

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

Player 1
4
Player 2
1
Lines

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

Player 1
1
Player 2
7
Polygons

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

Player 1
4
Player 2
Paths

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

Player 1
24
Player 2
7
Groups

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

Player 1
10
Player 2
5

Visual Effects Metrics

Gradients

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

Player 1
3
Player 2
4
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
18
Player 2
4

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
15
Player 2
12

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

Complexity Metrics

Path Commands

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

Player 1
48
Player 2
21
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
6
Player 2
5
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