Back

SVG Drawing Match #874

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Crystal skyscraper reflecting a moonlit jellyfish dance in the city sky"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="gradientSky" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#001F3F; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#007BFF; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="gradientJellyfish" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FF6F61; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FFB6C1; stop-opacity:1" />
    </radialGradient>
    <filter id="glow">
      <feGaussianBlur stdDeviation="3" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode />
      </feMerge>
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#gradientSky)" />
  <polygon points="120,100 100,250 170,250 150,100" fill="#82CFFD" filter="url(#glow)"/>
  <polygon points="140,50 130,180 170,180 160,50" fill="#76E8B1" filter="url(#glow)"/>
  <circle cx="240" cy="50" r="30" fill="white" />
  <circle cx="240" cy="50" r="30" fill="rgba(255, 255, 255, 0.5)" filter="url(#glow)"/>
  <ellipse cx="240" cy="50" rx="40" ry="20" fill="rgba(255, 255, 255, 0.2)" />
  <g fill="url(#gradientJellyfish)">
    <path d="M80,200 Q85,180 70,170 Q80,160 75,140 Q90,150 100,140 Q90,130 85,120 Q110,130 120,120 Q110,110 100,100 Q140,110 130,100 Q140,90 110,90 Q130,70 150,90 Q130,50 100,80 " />
    <path d="M90,220 Q95,200 80,190 Q90,180 85,160 Q100,170 110,160 Q100,150 95,140 Q120,150 130,140 Q120,130 115,120 Q140,130 150,120 Q140,110 135,100 Q160,110 150,100 Q160,90 130,90 Q150,70 170,90 Q150,50 120,80 " />
  </g>
</svg>
SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="300" gradientUnits="userSpaceOnUse">
      <stop offset="0%" stop-color="#0d1b2a"/>
      <stop offset="100%" stop-color="#1b263b"/>
    </linearGradient>
    <radialGradient id="moonGradient" cx="80" cy="80" r="40" gradientUnits="userSpaceOnUse">
      <stop offset="0%" stop-color="#fdfcdc"/>
      <stop offset="100%" stop-color="#a0c4ff" stop-opacity="0.8"/>
    </radialGradient>
    <linearGradient id="skyscraperGradient" x1="150" y1="300" x2="150" y2="50" gradientUnits="userSpaceOnUse">
      <stop offset="0%" stop-color="#a0e7e5" />
      <stop offset="100%" stop-color="#38a3a5" />
    </linearGradient>
    <linearGradient id="jellyGradient1" x1="0" y1="0" x2="0" y2="80" gradientUnits="userSpaceOnUse">
      <stop offset="0%" stop-color="#ff9a9e" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#fad0c4" stop-opacity="0.4"/>
    </linearGradient>
    <linearGradient id="jellyGradient2" x1="0" y1="0" x2="0" y2="80" gradientUnits="userSpaceOnUse">
      <stop offset="0%" stop-color="#a18cd1" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#fbc2eb" stop-opacity="0.4"/>
    </linearGradient>
    <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="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  
  <!-- Background -->
  <rect width="300" height="300" fill="url(#bgGradient)" />

  <!-- Moon -->
  <circle cx="80" cy="80" r="40" fill="url(#moonGradient)" filter="url(#glow)" />
  
  <!-- Jellyfish 1 -->
  <g transform="translate(50,150)">
    <ellipse cx="0" cy="0" rx="20" ry="10" fill="url(#jellyGradient1)" />
    <path d="M-10,0 C-15,20 -5,25 -10,40" stroke="#ff9a9e" stroke-width="2" fill="none" opacity="0.6"/>
    <path d="M10,0 C15,20 5,25 10,40" stroke="#ff9a9e" stroke-width="2" fill="none" opacity="0.6"/>
  </g>
  
  <!-- Jellyfish 2 -->
  <g transform="translate(200,180)">
    <ellipse cx="0" cy="0" rx="25" ry="12" fill="url(#jellyGradient2)" />
    <path d="M-12,0 C-18,25 -6,30 -12,50" stroke="#a18cd1" stroke-width="2" fill="none" opacity="0.5"/>
    <path d="M12,0 C18,25 6,30 12,50" stroke="#a18cd1" stroke-width="2" fill="none" opacity="0.5"/>
  </g>
  
  <!-- Crystal Skyscraper -->
  <polygon points="140,300 160,300 160,150 150,140 140,150" fill="url(#skyscraperGradient)" stroke="#ffffff" stroke-width="1" opacity="0.9" filter="url(#glow)"/>
  <polygon points="160,300 180,300 180,160 170,150 160,160" fill="url(#skyscraperGradient)" stroke="#ffffff" stroke-width="1" opacity="0.9" filter="url(#glow)"/>
  <polygon points="120,300 140,300 140,180 130,170 120,180" fill="url(#skyscraperGradient)" stroke="#ffffff" stroke-width="1" opacity="0.9" filter="url(#glow)"/>
  
  <!-- Reflections on Skyscraper -->
  <path d="M140,300 L160,300 L160,200 L150,190 L140,200 Z" fill="rgba(255,255,255,0.2)" />
  <path d="M160,300 L180,300 L180,210 L170,200 L160,210 Z" fill="rgba(255,255,255,0.2)" />
  <path d="M120,300 L140,300 L140,220 L130,210 L120,220 Z" fill="rgba(255,255,255,0.2)" />
  
  <!-- Additional Jellyfish -->
  <g transform="translate(230,130)">
    <ellipse cx="0" cy="0" rx="15" ry="7" fill="url(#jellyGradient1)" />
    <path d="M-7,0 C-10,15 -5,18 -7,25" stroke="#ff9a9e" stroke-width="1.5" fill="none" opacity="0.5"/>
    <path d="M7,0 C10,15 5,18 7,25" stroke="#ff9a9e" stroke-width="1.5" fill="none" opacity="0.5"/>
  </g>

  <g transform="translate(100,220)">
    <ellipse cx="0" cy="0" rx="18" ry="9" fill="url(#jellyGradient2)" />
    <path d="M-9,0 C-12,20 -6,23 -9,35" stroke="#a18cd1" stroke-width="1.5" fill="none" opacity="0.4"/>
    <path d="M9,0 C12,20 6,23 9,35" stroke="#a18cd1" stroke-width="1.5" fill="none" opacity="0.4"/>
  </g>
  
  <!-- City Skyline Silhouette -->
  <rect x="0" y="250" width="300" height="50" fill="#0d1b2a" opacity="0.8"/>
  <rect x="50" y="230" width="20" height="20" fill="#1b263b" opacity="0.8"/>
  <rect x="100" y="220" width="15" height="30" fill="#1b263b" opacity="0.8"/>
  <rect x="140" y="210" width="25" height="40" fill="#1b263b" opacity="0.8"/>
  <rect x="190" y="240" width="30" height="10" fill="#1b263b" opacity="0.8"/>
  <rect x="250" y="225" width="20" height="25" fill="#1b263b" opacity="0.8"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O1-mini (2024-09-12) Player 2

Judge's Analysis

    Player 2's image captures the prompt more effectively, depicting a crystal skyscraper with a clear moonlit night and multiple jellyfish, which enhances the concept of a 'dance'.

    The composition is visually appealing, with glowing elements that suggest reflections.

    Player 1's submission is more abstract and less detailed, making it harder to interpret in relation 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
8
Player 2
26
Rectangles

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

Player 1
1
Player 2
7
Circles

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

Player 1
2
Player 2
1
Ellipses

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

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

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

Player 1
2
Player 2
11
Groups

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

Player 1
1
Player 2
4

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
11

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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

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
34
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
3
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.

Similar Challenges