Back

SVG Drawing Match #2526

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A flying whale with rainbow wings gliding over a futuristic cityscape."

SVG by GPT-4.1 (2025-04-14)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- Sky Gradient -->
    <linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#82d0fe"/>
      <stop offset="65%" stop-color="#c0f1ff"/>
      <stop offset="100%" stop-color="#fdf6ff"/>
    </linearGradient>
    <!-- Whale Body Gradient -->
    <linearGradient id="whaleBody" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#2d53a2"/>
      <stop offset="70%" stop-color="#5dc1e0"/>
      <stop offset="100%" stop-color="#b8e5ff"/>
    </linearGradient>
    <!-- Rainbow Wing Gradients -->
    <linearGradient id="rainbow1" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#ff495c"/>
      <stop offset="20%" stop-color="#ff9900"/>
      <stop offset="45%" stop-color="#ffee02"/>
      <stop offset="65%" stop-color="#3ce43c"/>
      <stop offset="85%" stop-color="#2f80ed"/>
      <stop offset="100%" stop-color="#a066e5"/>
    </linearGradient>
    <linearGradient id="rainbow2" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ffcbff"/>
      <stop offset="40%" stop-color="#f7be5d"/>
      <stop offset="80%" stop-color="#16e8cc"/>
    </linearGradient>
    <!-- Window Light Pattern for Buildings -->
    <pattern id="windows" width="8" height="16" patternUnits="userSpaceOnUse">
      <rect x="2" y="4" width="4" height="6" rx="1" fill="#f7ea6a" />
      <rect x="2" y="10" width="4" height="4" rx="1" fill="#c0fff7" />
    </pattern>
    <!-- Glass Gradient -->
    <linearGradient id="glass" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#b3e0ff" stop-opacity="0.6"/>
      <stop offset="100%" stop-color="#fafdff" stop-opacity="0.05"/>
    </linearGradient>
    <!-- Fins Gradient -->
    <linearGradient id="finGrad" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#1c2c57"/>
      <stop offset="100%" stop-color="#7fd3fb"/>
    </linearGradient>
    <!-- Whale Belly Gradient -->
    <linearGradient id="bellyGrad" x1="0" y1="0.5" x2="1" y2="1">
      <stop offset="0%" stop-color="#f6f6fe" />
      <stop offset="100%" stop-color="#8de2f9"/>
    </linearGradient>
  </defs>
  <!-- Sky Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGrad)" />
  <!-- Distant Neon Sun -->
  <ellipse cx="230" cy="65" rx="32" ry="10" fill="none" stroke="#fff3a4" stroke-width="4" opacity="0.55"/>
  <ellipse cx="230" cy="67" rx="26" ry="8" fill="none" stroke="#ffec9c" stroke-width="2" opacity="0.3"/>
  <!-- Futuristic Cityscape (Layered Buildings) -->
  <g>
    <!-- Farthest buildings -->
    <rect x="0" y="175" width="300" height="125" fill="#cedffe" />
    <!-- Midground -->
    <g>
      <rect x="48" y="137" width="40" height="90" rx="3" fill="#a8c5e8" />
      <rect x="98" y="143" width="22" height="85" rx="2" fill="#88b6e1" />
      <rect x="135" y="151" width="29" height="75" rx="4" fill="#caedfa" />
      <rect x="180" y="130" width="23" height="106" rx="2.5" fill="#78c2e8" />
      <rect x="220" y="143" width="18" height="88" rx="3" fill="#b6d1fb"/>
      <rect x="245" y="156" width="19" height="75" rx="3" fill="#71a3da" />
      <rect x="270" y="123" width="15" height="108" rx="3" fill="#ddebf2" />
    </g>
    <!-- Foreground/sharper buildings with windows -->
    <g>
      <rect x="60" y="100" width="24" height="125" rx="3" fill="url(#glass)" stroke="#33c9ee" stroke-width="1.2" />
      <rect x="63" y="130" width="18" height="93" rx="3" fill="url(#windows)" opacity="0.7"/>
      <rect x="105" y="130" width="30" height="95" rx="5" fill="url(#glass)" stroke="#0288cd" stroke-width="1.5"/>
      <rect x="113" y="150" width="14" height="77" rx="2" fill="url(#windows)" opacity="0.9"/>
      <rect x="175" y="120" width="36" height="110" rx="7" fill="url(#glass)" stroke="#bae8f7" stroke-width="1"/>
      <rect x="188" y="135" width="10" height="90" rx="2" fill="url(#windows)" opacity="0.8"/>
      <rect x="220" y="122" width="22" height="112" rx="3.5" fill="url(#glass)" stroke="#51c8f5" stroke-width="1"/>
      <rect x="225" y="140" width="10" height="85" rx="1.5" fill="url(#windows)" opacity="0.7"/>
      <rect x="252" y="153" width="13" height="79" rx="3" fill="url(#windows)" opacity="0.7"/>
    </g>
    <!-- Geometric city elements (domes, spires, arches) -->
    <ellipse cx="180" cy="188" rx="13" ry="5" fill="#9cdbfe" opacity="0.7"/>
    <ellipse cx="82" cy="170" rx="7" ry="3" fill="#b8eeff" opacity="0.7"/>
    <rect x="150" y="170" width="7" height="18" rx="2" fill="#97e2f2" />
    <rect x="260" y="120" width="7" height="14" rx="3" fill="#d4eef6"/>
    <rect x="125" y="157" width="7" height="9" rx="2" fill="#b0f6e9" />
    <ellipse cx="70" cy="210" rx="6" ry="2" fill="#b2e1fe" opacity="0.5"/>
  </g>
  <!-- Stylized "Data Stream" Arc over Buildings -->
  <path d="M 30 220 Q 80 180 180 180 Q 250 180 270 120" stroke="url(#rainbow2)" stroke-width="5.5" fill="none" opacity="0.3"/>
  <!-- Whale Shadow on city below -->
  <ellipse cx="130" cy="175" rx="44" ry="8" fill="#232246" opacity="0.13" />
  <!-- Flying Whale -->
  <g>
    <!-- Rainbow Wings (back) -->
    <g>
      <path d="M80 145 Q37 122 95 113 Q125 104 130 118 Q133 132 115 132 Q90 134 80 145" fill="url(#rainbow1)" filter="url(#softBlur)" opacity="0.75"/>
      <path d="M120 125 Q57 92 152 78 Q208 69 200 116 Q193 138 157 120 Q140 112 120 125" fill="url(#rainbow1)" opacity="0.88"/>
      <path d="M170 115 Q180 120 214 99 Q244 81 220 129 Q211 144 185 132 Q170 125 170 115" fill="url(#rainbow1)" opacity="0.82"/>
      <path d="M133 115 Q137 99 164 88 Q179 83 167 108 Q163 120 143 124 Q135 126 133 115" fill="url(#rainbow1)" opacity="0.95"/>
    </g>
    <!-- Whale main body -->
    <ellipse cx="150" cy="128" rx="75" ry="35" fill="url(#whaleBody)" stroke="#325484" stroke-width="2" />
    <!-- Whale belly/underbelly -->
    <path d="M112 129 Q120 164 154 164 Q185 164 197 133 Q223 119 150 148 Q130 156 112 129" fill="url(#bellyGrad)" opacity="0.85"/>
    <!-- Whale smiling mouth -->
    <path d="M170 158 Q174 164 181 157" stroke="#fa7298" stroke-width="2.5" fill="none" stroke-linecap="round"/>
    <!-- Whale eye -->
    <ellipse cx="181" cy="129" rx="5.5" ry="7" fill="#1156a3"/>
    <ellipse cx="183" cy="128" rx="2.6" ry="3.7" fill="#fff" opacity="0.85"/>
    <!-- Lower Fin -->
    <path d="M127 148 Q120 170 145 159 Q135 158 127 148" fill="url(#finGrad)" />
    <!-- Upper Fin -->
    <path d="M207 123 Q220 138 230 123 Q215 120 207 123" fill="url(#finGrad)" />
    <!-- Tail -->
    <g>
      <ellipse cx="77" cy="126" rx="15" ry="8" fill="url(#finGrad)" transform="rotate(-26 77 126)"/>
      <ellipse cx="67" cy="120" rx="7" ry="3.8" fill="#62bcea" transform="rotate(-16 67 120)"/>
    </g>
    <!-- Dot highlights on whale body -->
    <ellipse cx="120" cy="130" rx="3.8" ry="2.1" fill="#dfecff" opacity="0.5"/>
    <ellipse cx="148" cy="140" rx="3" ry="1.1" fill="#bbeafd" opacity="0.3"/>
    <ellipse cx="166" cy="120" rx="2" ry="1.5" fill="#bae5fc" opacity="0.2"/>
  </g>
  <!-- Foreground Rainbow Wing (overlay for depth) -->
  <g>
    <path d="M155 100 Q179 70 227 95 Q255 114 196 108 Q168 104 155 100" fill="url(#rainbow1)" opacity="0.96" filter="url(#softGlow)"/>
    <path d="M138 110 Q155 82 193 93 Q209 99 165 110 Q145 115 138 110" fill="url(#rainbow2)" opacity="0.72"/>
  </g>
  <!-- Small flying neon cars (futuristic city) -->
  <g>
    <rect x="189" y="170" width="12" height="4" rx="2" fill="#eaff6c" stroke="#fff" stroke-width="0.6"/>
    <ellipse cx="194" cy="174" rx="2" ry="1" fill="#59cdfa" opacity="0.6"/>
    <rect x="105" y="158" width="10" height="3" rx="1.3" fill="#ff8cc6" stroke="#fff" stroke-width="0.5" opacity="0.93"/>
    <ellipse cx="110" cy="161" rx="2" ry="0.8" fill="#fff0f7"/>
    <rect x="220" y="185" width="15" height="4" rx="2" fill="#51f1e7" stroke="#fff" stroke-width="0.5"/>
    <ellipse cx="227" cy="189" rx="3" ry="1" fill="#fefff8" opacity="0.7"/>
    <rect x="63" y="182" width="8" height="2.6" rx="1.2" fill="#fff7b2" stroke="#fff1c0" stroke-width="0.4"/>
    <ellipse cx="69" cy="184" rx="1.5" ry="0.6" fill="#fdfffa" opacity="0.7"/>
  </g>
  <!-- Decorative city lights with glowing orbs -->
  <g>
    <ellipse cx="82" cy="196" rx="2.5" ry="2.5" fill="#ffef9c" opacity="0.7"/>
    <ellipse cx="205" cy="206" rx="2.5" ry="2.5" fill="#ff4ec9" opacity="0.5"/>
    <ellipse cx="142" cy="189" rx="2.5" ry="2.5" fill="#b4fff7" opacity="0.58"/>
    <ellipse cx="265" cy="177" rx="3" ry="3" fill="#e7d2ff" opacity="0.45"/>
    <ellipse cx="52" cy="201" rx="2.2" ry="2.2" fill="#7fe9fe" opacity="0.54"/>
  </g>
  <!-- Filters for glow/blur on wings -->
  <filter id="softGlow" x="-30%" y="-30%" width="160%" height="160%">
    <feGaussianBlur stdDeviation="4" result="blur"/>
    <feMerge>
      <feMergeNode in="blur"/>
      <feMergeNode in="SourceGraphic"/>
    </feMerge>
  </filter>
  <filter id="softBlur" x="-20%" y="-20%" width="140%" height="140%">
    <feGaussianBlur stdDeviation="2.7"/>
  </filter>
</svg>
SVG by o4-mini medium (2025-04-16)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <radialGradient id="skyGrad" cx="50%" cy="30%" r="80%">
      <stop offset="0%" stop-color="#2e003e"/>
      <stop offset="100%" stop-color="#120025"/>
    </radialGradient>
    <linearGradient id="whaleGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#6db3f2"/>
      <stop offset="100%" stop-color="#1e3c72"/>
    </linearGradient>
    <linearGradient id="rainbowGrad" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#ff1a1a"/>
      <stop offset="16%" stop-color="#ff8c1a"/>
      <stop offset="33%" stop-color="#fffc33"/>
      <stop offset="50%" stop-color="#33ff57"/>
      <stop offset="66%" stop-color="#33d4ff"/>
      <stop offset="83%" stop-color="#8c33ff"/>
      <stop offset="100%" stop-color="#ff33e1"/>
    </linearGradient>
    <linearGradient id="bldGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#1f1f1f"/>
      <stop offset="100%" stop-color="#3b3b3b"/>
    </linearGradient>
    <pattern id="windowPattern" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="2" y="2" width="6" height="6" fill="#ffd"/>
    </pattern>
    <filter id="cloudBlur">
      <feGaussianBlur in="SourceGraphic" stdDeviation="3"/>
    </filter>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="4" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  <!-- Background sky -->
  <rect width="300" height="300" fill="url(#skyGrad)"/>
  <!-- Holographic sun -->
  <circle cx="150" cy="180" r="60" fill="url(#whaleGrad)" opacity="0.3"/>
  <!-- Clouds -->
  <g filter="url(#cloudBlur)" opacity="0.7">
    <ellipse cx="80" cy="70" rx="40" ry="15" fill="#fff"/>
    <ellipse cx="200" cy="50" rx="50" ry="20" fill="#fff"/>
    <ellipse cx="240" cy="100" rx="60" ry="18" fill="#fff"/>
  </g>
  <!-- Futuristic cityscape -->
  <g id="city">
    <rect x="0" y="200" width="50" height="100" fill="url(#bldGrad)" stroke="#111" stroke-width="1"/>
    <rect x="60" y="180" width="40" height="120" fill="url(#bldGrad)" stroke="#111" stroke-width="1"/>
    <rect x="110" y="210" width="30" height="90" fill="url(#bldGrad)" stroke="#111" stroke-width="1"/>
    <rect x="150" y="170" width="45" height="130" fill="url(#bldGrad)" stroke="#111" stroke-width="1"/>
    <rect x="205" y="190" width="35" height="110" fill="url(#bldGrad)" stroke="#111" stroke-width="1"/>
    <rect x="250" y="200" width="50" height="100" fill="url(#bldGrad)" stroke="#111" stroke-width="1"/>
    <!-- Windows -->
    <rect x="5" y="205" width="40" height="90" fill="url(#windowPattern)"/>
    <rect x="65" y="185" width="30" height="110" fill="url(#windowPattern)"/>
    <rect x="115" y="215" width="20" height="70" fill="url(#windowPattern)"/>
    <rect x="155" y="175" width="35" height="120" fill="url(#windowPattern)"/>
    <rect x="208" y="195" width="28" height="90" fill="url(#windowPattern)"/>
    <rect x="255" y="205" width="45" height="80" fill="url(#windowPattern)"/>
  </g>
  <!-- Flying whale -->
  <g filter="url(#glow)">
    <!-- Rainbow wings -->
    <path d="M120,120 C80,60 20,80 80,140" fill="none" stroke="url(#rainbowGrad)" stroke-width="12" stroke-linecap="round"/>
    <path d="M180,120 C220,60 280,80 220,140" fill="none" stroke="url(#rainbowGrad)" stroke-width="12" stroke-linecap="round"/>
    <!-- Whale body -->
    <path d="M80,120 Q90,80 150,80 Q210,80 220,120 Q210,150 150,160 Q90,150 80,120 Z" fill="url(#whaleGrad)" stroke="#114477" stroke-width="2"/>
    <!-- Whale eye -->
    <circle cx="170" cy="115" r="4" fill="#fff"/>
    <circle cx="172" cy="113" r="2" fill="#114477"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4.1 (2025-04-14) Player 1

Judge's Analysis

    Player 1's submission features a clear and vibrant depiction of a flying whale with rainbow wings, fully capturing the whimsical and futuristic essence of the prompt.

    The background and cityscape are well-integrated, adding visual depth.

    Player 2's submission, while creative, lacks the same level of detail and visual harmony, with the whale and cityscape appearing more simplistic and disconnected.

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
61
Player 2
23
Rectangles

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

Player 1
27
Player 2
14
Circles

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

Player 1
Player 2
3
Ellipses

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

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

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

Player 1
9
Player 2
3

Visual Effects Metrics

Gradients

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

Player 1
7
Player 2
4
Patterns

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

Player 1
1
Player 2
1
Filters

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

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

The number of elements with stroke attributes in the SVG.

Player 1
13
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
66
Player 2
17

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
2
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
44
Player 2
10
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
7
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