Back

SVG Drawing Match #744

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Melting clock tower in a bubble under the sea, surrounded by curious jellyfish"

SVG by o3-mini high (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="bgGradient" x1="0" x2="0" y1="0" y2="1">
      <stop offset="0%" stop-color="#001f3f"/>
      <stop offset="100%" stop-color="#0074D9"/>
    </linearGradient>
    <radialGradient id="bubbleFill" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#e0ffff" stop-opacity="0.3"/>
      <stop offset="100%" stop-color="#a0e0ff" stop-opacity="0.1"/>
    </radialGradient>
    <linearGradient id="bubbleStroke" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="white" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#a0e0ff" stop-opacity="0.8"/>
    </linearGradient>
    <radialGradient id="towerGradient" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#ffcc00"/>
      <stop offset="100%" stop-color="#ff6600"/>
    </radialGradient>
    <radialGradient id="jellyfishGradient" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#FF99CC"/>
      <stop offset="100%" stop-color="#FF3366"/>
    </radialGradient>
    <radialGradient id="jellyfishGradient2" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#FFB6C1"/>
      <stop offset="100%" stop-color="#FF1493"/>
    </radialGradient>
    <radialGradient id="jellyfishGradient3" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#FFC0CB"/>
      <stop offset="100%" stop-color="#FF69B4"/>
    </radialGradient>
    <radialGradient id="jellyfishGradient4" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#FFA07A"/>
      <stop offset="100%" stop-color="#FF4500"/>
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="url(#bgGradient)"/>
  <!-- Bubble with melting clock tower -->
  <g id="bubble">
    <circle cx="150" cy="100" r="60" fill="url(#bubbleFill)" stroke="url(#bubbleStroke)" stroke-width="2"/>
    <g id="clockTower">
      <rect x="148" y="60" width="4" height="20" fill="#444"/>
      <ellipse cx="150" cy="90" rx="12" ry="14" fill="url(#towerGradient)" stroke="#333" stroke-width="1"/>
      <line x1="150" y1="90" x2="150" y2="78" stroke="#333" stroke-width="1"/>
      <line x1="150" y1="90" x2="162" y2="90" stroke="#333" stroke-width="1"/>
      <path d="M142,100 Q144,110 142,115 Q140,110 142,100 Z" fill="url(#towerGradient)"/>
      <path d="M150,102 Q152,112 150,117 Q148,112 150,102 Z" fill="url(#towerGradient)"/>
      <path d="M158,100 Q160,110 158,115 Q156,110 158,100 Z" fill="url(#towerGradient)"/>
    </g>
  </g>
  <!-- Curious jellyfish -->
  <g class="jellyfish" transform="translate(90,40)">
    <ellipse cx="0" cy="0" rx="8" ry="6" fill="url(#jellyfishGradient)" stroke="#99004C" stroke-width="1" opacity="0.8"/>
    <path d="M -4,4 Q -6,10 -4,16" stroke="#99004C" stroke-width="1" fill="none" opacity="0.8"/>
    <path d="M 0,4 Q 0,10 -1,16" stroke="#99004C" stroke-width="1" fill="none" opacity="0.8"/>
    <path d="M 4,4 Q 6,10 4,16" stroke="#99004C" stroke-width="1" fill="none" opacity="0.8"/>
  </g>
  <g class="jellyfish" transform="translate(210,70)">
    <ellipse cx="0" cy="0" rx="7" ry="5" fill="url(#jellyfishGradient2)" stroke="#AA3377" stroke-width="1" opacity="0.8"/>
    <path d="M -3,4 Q -4,9 -2,14" stroke="#AA3377" stroke-width="1" fill="none" opacity="0.8"/>
    <path d="M 0,4 Q 1,9 0,14" stroke="#AA3377" stroke-width="1" fill="none" opacity="0.8"/>
    <path d="M 3,4 Q 4,9 3,14" stroke="#AA3377" stroke-width="1" fill="none" opacity="0.8"/>
  </g>
  <g class="jellyfish" transform="translate(60,220)">
    <ellipse cx="0" cy="0" rx="10" ry="8" fill="url(#jellyfishGradient3)" stroke="#FF3399" stroke-width="1" opacity="0.8"/>
    <path d="M -5,5 Q -7,12 -5,18" stroke="#FF3399" stroke-width="1" fill="none" opacity="0.8"/>
    <path d="M 0,5 Q -1,12 0,18" stroke="#FF3399" stroke-width="1" fill="none" opacity="0.8"/>
    <path d="M 5,5 Q 7,12 5,18" stroke="#FF3399" stroke-width="1" fill="none" opacity="0.8"/>
  </g>
  <g class="jellyfish" transform="translate(240,220)">
    <ellipse cx="0" cy="0" rx="9" ry="6" fill="url(#jellyfishGradient4)" stroke="#FF66AA" stroke-width="1" opacity="0.8"/>
    <path d="M -4,4 Q -5,10 -4,16" stroke="#FF66AA" stroke-width="1" fill="none" opacity="0.8"/>
    <path d="M 0,4 Q 1,10 0,16" stroke="#FF66AA" stroke-width="1" fill="none" opacity="0.8"/>
    <path d="M 4,4 Q 5,10 4,16" stroke="#FF66AA" stroke-width="1" fill="none" opacity="0.8"/>
  </g>
</svg>
SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="bubbleGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#A2DBE2; stop-opacity:0.8" />
      <stop offset="100%" style="stop-color:#4F9BCF; stop-opacity:0.5" />
    </radialGradient>
    <radialGradient id="clockFaceGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FFCC00" />
      <stop offset="100%" style="stop-color:#FF6600" />
    </radialGradient>
    <filter id="blur" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="5" />
    </filter>
    <radialGradient id="jellyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FF77A8" />
      <stop offset="100%" style="stop-color:#FF59C1" />
    </radialGradient>
  </defs>
  
  <rect width="100%" height="100%" fill="#1C3F3F" />
  
  <ellipse cx="150" cy="150" rx="110" ry="80" fill="url(#bubbleGradient)" filter="url(#blur)" />
  
  <path d="M130 110 Q140 80 160 100 Q180 120 150 125 Q140 110 130 110" fill="url(#clockFaceGradient)" />
  <path d="M132 112 Q140 85 156 105 Q175 120 150 126 Q138 115 132 112" fill="url(#clockFaceGradient)" />
  <rect x="145" y="110" width="10" height="50" fill="#FFD700" />
  
  <circle cx="150" cy="130" r="12" fill="white" />
  <path d="M150 130 L150 100" stroke="black" stroke-width="2" />
  <path d="M150 130 L157 138" stroke="black" stroke-width="2" />
  
  <g fill="url(#jellyGradient)" filter="url(#blur)">
    <ellipse cx="80" cy="200" rx="15" ry="20" />
    <ellipse cx="220" cy="230" rx="20" ry="30" />
    <ellipse cx="200" cy="160" rx="10" ry="15" />
  </g>
  
  <path d="M80 200 Q85 190 90 200 Q90 210 85 210 Q80 210 80 200" fill="#FFB3D1" />
  <path d="M220 230 Q225 215 230 230 Q230 240 225 240 Q220 240 220 230" fill="#FFB3D1" />
  <path d="M200 160 Q205 150 210 160 Q210 170 205 170 Q200 170 200 160" fill="#FFB3D1" />
  
  <text x="150" y="280" font-family="Arial" font-size="20" fill="white" text-anchor="middle">Dream Underwater</text>
</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 successfully captures the concept of a 'melting clock tower in a bubble under the sea' with a clear depiction of the bubble and surrounding jellyfish.

    The use of color and composition creates a cohesive underwater scene.

    While Player 2's image is visually appealing, it lacks the clarity and detail that Player 1's submission provides in representing the prompt more fully.

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
25
Player 2
14
Rectangles

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

Player 1
2
Player 2
2
Circles

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

Player 1
1
Player 2
1
Ellipses

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

Player 1
5
Player 2
4
Lines

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

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

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

Player 1
6
Player 2
1

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
20
Player 2
2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
21
Player 2
5

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
4
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
36
Player 2
24
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
8
Player 2
4
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
1

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