Back

SVG Drawing Match #506

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Flying fish with city skyline wings"

SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="fishGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#1a237e;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#0d47a1;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="wingGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#b71c1c;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4a148c;stop-opacity:1" />
    </linearGradient>
    <path id="wingPath" d="M0,0 L30,60 L20,100 L40,80 L10,140 L50,120 L0,160 L0,0"/>
  </defs>
  <rect width="300" height="300" fill="url(#fishGradient)"/>
  
  <!-- Flying Fish Body -->
  <path d="M50,150 Q100,120 180,150 Q220,180 250,150 L250,80 Q220,60 180,80 L180,150 Q140,170 100,150 Z" fill="url(#wingGradient)" opacity="0.8"/>
  
  <!-- City Skyline Wings -->
  <g transform="translate(150,150)">
    <path d="M-100,0 L-50,50 L-80,100 L-20,80 L-90,120 L-40,100 L-100,160 L-100,0" fill="#4CAF50"/>
    <path d="M-80,0 L-30,40 L-60,80 L-10,60 L-70,100 L-20,80 L-80,120 L-80,0" fill="#FF9800"/>
    <path d="M-60,0 L-10,30 L-40,60 L0,40 L-50,80 L-10,60 L-60,100 L-60,0" fill="#E91E63"/>
  </g>
  
  <!-- Tail -->
  <path d="M150,150 Q170,140 190,150 Q210,160 230,150 L230,120 Q210,110 190,120 L190,150 Q170,160 150,150 Z" fill="url(#wingGradient)"/>
  
  <!-- Background Elements -->
  <path d="M0,0 Q150,50 300,0 Q250,-50 300,100 Q150,150 0,100 L0,0" fill="none" stroke="#212121" stroke-width="2" opacity="0.3"/>
  
  <path d="M0,300 Q150,250 300,300 Q250,350 300,200 Q150,250 0,200 L0,300" fill="none" stroke="#212121" stroke-width="2" opacity="0.3"/>
</svg>
SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300" gradientUnits="userSpaceOnUse">
      <stop offset="0%" stop-color="#70c5ff"/>
      <stop offset="100%" stop-color="#ffffff"/>
    </linearGradient>
    <linearGradient id="fishGradient" x1="0" y1="150" x2="300" y2="150" gradientUnits="userSpaceOnUse">
      <stop offset="0%" stop-color="#4db6ac"/>
      <stop offset="100%" stop-color="#00695c"/>
    </linearGradient>
    <linearGradient id="buildingGradient" x1="0" y1="0" x2="0" y2="80" gradientUnits="userSpaceOnUse">
      <stop offset="0%" stop-color="#37474f"/>
      <stop offset="100%" stop-color="#263238"/>
    </linearGradient>
    <pattern id="windowPattern" width="5" height="5" patternUnits="userSpaceOnUse">
      <rect width="2" height="2" fill="#90caf9"/>
      <rect x="3" y="3" width="2" height="2" fill="#90caf9"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <g transform="translate(150,150)">
    <!-- Fish Body -->
    <path d="M0,-30 Q50,-20 50,0 Q50,20 0,30 Q-50,20 -50,0 Q-50,-20 0,-30" fill="url(#fishGradient)" stroke="#004d40" stroke-width="2"/>
    <!-- Tail -->
    <path d="M-50,0 L-80,-20 L-80,20 Z" fill="url(#fishGradient)" stroke="#004d40" stroke-width="2"/>
    <!-- Wings as City Skyline -->
    <g fill="url(#buildingGradient)" stroke="#1c313a" stroke-width="1">
      <rect x="-60" y="-60" width="10" height="60"/>
      <rect x="-45" y="-50" width="8" height="50"/>
      <rect x="-30" y="-40" width="12" height="40"/>
      <rect x="-15" y="-55" width="10" height="55"/>
      <rect x="0" y="-35" width="15" height="35"/>
      <rect x="20" y="-60" width="10" height="60"/>
      <rect x="35" y="-45" width="12" height="45"/>
      <rect x="50" y="-50" width="8" height="50"/>
      <rect x="65" y="-40" width="10" height="40"/>
    </g>
    <!-- Windows -->
    <g fill="url(#windowPattern)" opacity="0.6">
      <rect x="-58" y="-58" width="4" height="4"/>
      <rect x="-43" y="-48" width="4" height="4"/>
      <rect x="-28" y="-38" width="4" height="4"/>
      <rect x="-13" y="-53" width="4" height="4"/>
      <rect x="3" y="-33" width="4" height="4"/>
      <rect x="23" y="-58" width="4" height="4"/>
      <rect x="38" y="-43" width="4" height="4"/>
      <rect x="53" y="-48" width="4" height="4"/>
      <rect x="68" y="-38" width="4" height="4"/>
    </g>
    <!-- Fins -->
    <path d="M0,-30 Q10,-40 20,-30 Q10,-25 0,-30" fill="#004d40" stroke="#00251a" stroke-width="1"/>
    <path d="M0,30 Q10,40 20,30 Q10,25 0,30" fill="#004d40" stroke="#00251a" stroke-width="1"/>
  </g>
</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 submission more clearly represents the concept of a flying fish with city skyline wings.

    The fish is identifiable and the skyline is integrated as part of the wings, adhering closely to the prompt.

    While Player 1's design is abstract and colorful, it lacks clarity in depicting a fish or city skyline, making Player 2's entry more effective overall.

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

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

Player 1
1
Player 2
21
Circles

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

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

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

Player 1
1
Player 2
3

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
2
Player 2
5

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
4
Player 2
10

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

Complexity Metrics

Path Commands

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

Player 1
58
Player 2
15
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