Back

SVG Drawing Match #1772

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Whale leaping over a city skyline at sunset"

SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Define gradients -->
  <defs>
    <linearGradient id="sunset" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#ff9a9e"/>
      <stop offset="50%" stop-color="#fad0c4"/>
      <stop offset="100%" stop-color="#fad0c4"/>
    </linearGradient>
    <linearGradient id="water" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#4facfe" />
      <stop offset="100%" stop-color="#00f2fe" />
    </linearGradient>
    <linearGradient id="whale" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#2c3e50" />
      <stop offset="100%" stop-color="#4ca1af" />
    </linearGradient>
    <linearGradient id="sky" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#ff7e5f"/>
      <stop offset="100%" stop-color="#feb47b"/>
    </linearGradient>
    <linearGradient id="buildings" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#34495e"/>
      <stop offset="100%" stop-color="#2c3e50"/>
    </linearGradient>
  </defs>

  <!-- Sky -->
  <rect width="300" height="300" fill="url(#sky)" />

  <!-- Sun -->
  <circle cx="240" cy="60" r="40" fill="url(#sunset)" />

  <!-- Whale -->
  <path d="M150,200 
           C130,180 170,160 160,150 
           C170,160 150,180 130,195 
           C110,210 90,200 80,210 
           C90,200 100,220 120,215 
           C140,210 130,190 150,200" 
        fill="url(#whale)" 
        stroke="#1a1a1a" stroke-width="2"/>

  <!-- Water -->
  <path d="M0,220 
           Q50,200 100,220 
           T200,220 
           T300,220 
           L300,300 
           L0,300 
           Z" 
        fill="url(#water)" />

  <!-- City Skyline -->
  <g id="city">
    <rect x="50" y="150" width="30" height="70" fill="url(#buildings)" />
    <rect x="100" y="130" width="20" height="90" fill="url(#buildings)" />
    <rect x="140" y="160" width="25" height="60" fill="url(#buildings)" />
    <rect x="180" y="140" width="15" height="80" fill="url(#buildings)" />
    <rect x="210" y="170" width="20" height="50" fill="url(#buildings)" />
    <rect x="240" y="155" width="25" height="65" fill="url(#buildings)" />
  </g>

  <!-- Reflections -->
  <path d="M150,200 
           C130,195 170,185 160,180 
           C170,185 150,195 130,200 
           C110,205 90,200 80,205 
           C90,200 100,215 120,210 
           C140,205 130,190 150,200" 
        fill="rgba(255,255,255,0.2)" />

  <!-- Waves -->
  <path d="M0,220 Q25,215 50,220 T100,220 T150,220 T200,220 T250,220 T300,220 V300 H0 Z" 
        fill="rgba(255,255,255,0.1)" />

</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
    <!-- Sunset background -->
    <rect width="300" height="300" fill="url(#grad1)" />
    <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="100%">
        <stop offset="0%" style="rgb(255, 128, 0);alpha(1)" />
        <stop offset="50%" style="rgb(255, 192, 128);alpha(1)" />
        <stop offset="100%" style="rgb(255, 255, 255);alpha(0.5)" />
    </linearGradient>

    <!-- City skyline -->
    <g transform="translate(0 200)">
        <!-- Buildings -->
        <rect x="50" y="0" width="80" height="100" fill="#444" />
        <rect x="150" y="0" width "60" height="120" fill="#666" />
        <rect x="230" y="0" width "40" height="90" fill="#888" />
        <rect x="10" y="0" width "30" height="70" fill="#444" />
        <!-- Windows and details -->
        <rect x="55" y="20" width "20" height "10" fill="#999" />
        <rect x="75" y="40" width "20" height "10" fill="#999" />
        <rect x="155" y="30" width "20" height "10" fill="#999" />
        <circle cx="250" cy="50" r="10" fill="#999" />
    </g>

    <!-- Whale -->
    <g transform="translate(150 150)" fill="#2A5E2E">
        <!-- Whale body -->
        <path d="M0 0 Q 100 50 100 100 Q 100 150 0 200" fill="url(#grad2)" />
        <linearGradient id="grad2" x1="0%" y1="50%" x2="100%" y2="50%" >
            <stop offset="0%" style="color(2, 94, 64)" alpha="1" />
            <stop offset="100%" style="color(30, 130, 100)" alpha "1" />
        </linearGradient>
        <!-- Whale tail -->
        <path d="M0 200 Q 50 250 100 200" fill="#2A5E2E" />
        <!-- Spout -->
        <path d="M100 100 Q 120 90 140 85" stroke="#4F8A8B" stroke-width="4" fill="none" />
    </g>

    <!-- Water splashes -->
    <g transform="translate(140 250)" opacity="0.7">
        <path d="M0 0 A 10 10 0 1 1 0 20 A 10 10 0 1 1 0 0" fill="#4F8A8B" />
        <circle cx="5" cy="15" r="10" fill="#4F8A8B" opacity="0.5" />
        <circle cx="0" cy="25" r="5" fill="#4F8A8B" opacity "0.3" />
    </g>

    <!-- Stars and moon -->
    <g opacity="0.5">
        <circle cx="20" cy="20" r="2" fill="white" />
        <circle cx="30" cy="40" r="2" fill="white" />
        <circle cx="50" cy="10" r="2" fill="white" />
        <circle cx="60" cy="30" r="2" fill="white" />
        <circle cx="80" cy="20" r="2" fill="white" />
        <circle cx="70" cy="50" r="2" fill="white" />
    </g>
    <path d="M250 20 C 250 15, 245 10, 240 10 L 260 10 C 255 10, 250 15, 250 20" fill="white" opacity="0.7" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O1-mini (2024-09-12) Player 1

Judge's Analysis

    Player 1's submission effectively captures the concept of a whale leaping over a city skyline at sunset with clear, identifiable elements such as the whale, buildings, and a vibrant sunset.

    The composition is simple yet visually appealing, maintaining a good balance and color contrast.

    Player 2's image could not be evaluated due to an error in loading the SVG.

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
12
Player 2
Rectangles

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

Player 1
7
Player 2
Circles

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

Player 1
1
Player 2
Ellipses

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

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

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

Player 1
1
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
1
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
12
Player 2

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

Complexity Metrics

Path Commands

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

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