Back

SVG Drawing Match #2715

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A whale flying through a starry sky, pulling a hot air balloon with a rainbow tether."

SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="starfield" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#0B1330"/>
      <stop offset="100%" stop-color="#000510"/>
    </radialGradient>
    <linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#FF0000"/>
      <stop offset="16%" stop-color="#FF9900"/>
      <stop offset="33%" stop-color="#FFFF00"/>
      <stop offset="50%" stop-color="#00FF00"/>
      <stop offset="66%" stop-color="#0099FF"/>
      <stop offset="83%" stop-color="#6633FF"/>
      <stop offset="100%" stop-color="#FF00FF"/>
    </linearGradient>
    <radialGradient id="balloon" cx="50%" cy="40%" r="60%">
      <stop offset="0%" stop-color="#FF6B6B"/>
      <stop offset="100%" stop-color="#C71585"/>
    </radialGradient>
  </defs>

  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#starfield)"/>

  <!-- Stars -->
  <g id="stars">
    <circle cx="50" cy="50" r="1" fill="white"/>
    <circle cx="80" cy="30" r="1.5" fill="white"/>
    <circle cx="150" cy="40" r="1" fill="white"/>
    <circle cx="200" cy="60" r="1.2" fill="white"/>
    <circle cx="250" cy="80" r="1" fill="white"/>
    <circle cx="40" cy="120" r="1.3" fill="white"/>
    <circle cx="90" cy="180" r="1" fill="white"/>
    <circle cx="220" cy="150" r="1.4" fill="white"/>
    <circle cx="180" cy="220" r="1" fill="white"/>
    <circle cx="270" cy="240" r="1.2" fill="white"/>
  </g>

  <!-- Whale -->
  <path d="M180,140 C220,140 240,120 260,130 C280,140 290,160 270,170 C250,180 240,175 220,180 C200,185 190,180 180,175 C160,170 150,160 140,155 C120,150 100,160 90,150 C80,140 100,130 120,135 C140,140 150,140 180,140" 
        fill="#4B9CD3" stroke="#2B5F8A" stroke-width="2"/>
  
  <!-- Whale details -->
  <circle cx="250" cy="145" r="5" fill="#2B5F8A"/>
  <path d="M270,160 Q275,165 270,170" fill="none" stroke="#2B5F8A" stroke-width="2"/>
  <path d="M140,155 Q130,140 120,155" fill="#4B9CD3" stroke="#2B5F8A" stroke-width="2"/>

  <!-- Rainbow tether -->
  <path d="M90,150 Q120,100 150,120" stroke="url(#rainbow)" stroke-width="4" fill="none"/>

  <!-- Hot air balloon -->
  <g transform="translate(-20,0)">
    <path d="M150,120 C150,80 130,60 110,60 C90,60 70,80 70,120 C70,160 90,180 110,180 C130,180 150,160 150,120" 
          fill="url(#balloon)"/>
    <rect x="105" y="175" width="10" height="15" fill="#8B4513"/>
  </g>

  <!-- Whale spray -->
  <path d="M260,130 Q270,110 280,120" fill="none" stroke="white" stroke-width="2" opacity="0.6">
    <animate attributeName="d" 
             values="M260,130 Q270,110 280,120;M260,130 Q270,100 280,110;M260,130 Q270,110 280,120" 
             dur="2s" 
             repeatCount="indefinite"/>
  </path>
</svg>
SVG by o4-mini low (2025-04-16)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Starry sky background -->
  <defs>
    <radialGradient id="skyGrad" cx="50%" cy="30%" r="80%">
      <stop offset="0%" stop-color="#0b1d51"/>
      <stop offset="100%" stop-color="#000"/>
    </radialGradient>
    <linearGradient id="whaleGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#4facfe"/>
      <stop offset="100%" stop-color="#00f2fe"/>
    </linearGradient>
    <radialGradient id="balloonGrad" cx="50%" cy="30%" r="50%">
      <stop offset="0%" stop-color="#ff9a9e"/>
      <stop offset="100%" stop-color="#fad0c4"/>
    </radialGradient>
    <pattern id="starPattern" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="2" cy="2" r="1" fill="#fff"/>
      <circle cx="8" cy="7" r="1.2" fill="#eef"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGrad)"/>
  <rect width="300" height="300" fill="url(#starPattern)" opacity="0.4"/>
  
  <!-- Whale -->
  <g transform="translate(50,160) scale(1.2)">
    <path d="M20 60 Q10 40 30 30 Q15 10 50 20 Q80 10 100 30 Q120 40 110 60 Q130 80 100 70 Q80 90 50 80 Q30 85 20 60 Z"
          fill="url(#whaleGrad)" stroke="#0288d1" stroke-width="2"/>
    <ellipse cx="60" cy="45" rx="5" ry="5" fill="#fff"/>
    <circle cx="62" cy="45" r="2" fill="#000"/>
    <!-- Water spout as stars -->
    <g fill="#aee" opacity="0.7">
      <polygon points="60,20 58,28 64,24 56,24 62,28"/>
      <polygon points="65,15 63,23 69,19 61,19 67,23"/>
    </g>
  </g>
  
  <!-- Rainbow tether -->
  <g fill="none" stroke-linecap="round" stroke-width="4">
    <path d="M100,80 C120,100 140,60 160,80" stroke="#ff3cac"/>
    <path d="M100,84 C120,104 140,64 160,84" stroke="#ff9a00"/>
    <path d="M100,88 C120,108 140,68 160,88" stroke="#fff600"/>
    <path d="M100,92 C120,112 140,72 160,92" stroke="#00e676"/>
    <path d="M100,96 C120,116 140,76 160,96" stroke="#2979ff"/>
    <path d="M100,100 C120,120 140,80 160,100" stroke="#d500f9"/>
  </g>
  
  <!-- Hot air balloon -->
  <g transform="translate(150,130)">
    <ellipse cx="0" cy="0" rx="30" ry="35" fill="url(#balloonGrad)" stroke="#c72c41" stroke-width="2"/>
    <path d="M-20,0 Q0,50 20,0" fill="#f48fb1" stroke="#d81b60" stroke-width="2"/>
    <line x1="-15" y1="10" x2="-10" y2="40" stroke="#6d4c41" stroke-width="2"/>
    <line x1="15" y1="10" x2="10" y2="40" stroke="#6d4c41" stroke-width="2"/>
    <rect x="-12" y="40" width="24" height="15" fill="#8d6e63" stroke="#5d4037" stroke-width="1.5"/>
    <line x1="0" y1="35" x2="0" y2="40" stroke="#5d4037" stroke-width="1.5"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini low (2025-04-16) Player 2

Judge's Analysis

    Player 2's submission adheres more closely to the prompt by incorporating a rainbow tether, a distinct hot air balloon, and a whale in a starry sky.

    The composition is more detailed and visually engaging, with a clear connection between the elements.

    Player 1's entry, while creative, lacks the rainbow tether and some compositional refinement, making it less aligned with 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
19
Player 2
21
Rectangles

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

Player 1
2
Player 2
3
Circles

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

Player 1
11
Player 2
3
Ellipses

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

Player 1
Player 2
2
Lines

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

Player 1
Player 2
3
Polygons

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

Player 1
Player 2
2
Paths

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

Player 1
6
Player 2
8
Groups

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

Player 1
2
Player 2
4

Visual Effects Metrics

Gradients

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

Player 1
3
Player 2
3
Patterns

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

Player 1
Player 2
1
Filters

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

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

The number of elements with stroke attributes in the SVG.

Player 1
5
Player 2
13

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
15
Player 2
22

Interactivity Metrics

Animations

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

Player 1
1
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
1
Player 2
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
22
Player 2
23
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
3
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

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