Back

SVG Drawing Match #2173

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Dolphin playing chess with a robot atop an iceberg"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="iceGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#A0C4FF;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="dolphinGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#007FFF;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#0056B3;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="robotGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#555555;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#000000;stop-opacity:1" />
    </linearGradient>
  </defs>
  <!-- Iceberg -->
  <path d="M150 200 Q100 100 150 150 Q200 100 150 200 Z" fill="url(#iceGradient)" />
  <!-- Dolphin -->
  <path d="M200 180 Q180 150 150 150 Q120 150 100 180" fill="url(#dolphinGradient)" />
  <circle cx="100" cy="180" r="10" fill="white" />
  <circle cx="95" cy="175" r="3" fill="black" />
  <!-- Robot -->
  <rect x="250" y="160" width="30" height="50" fill="url(#robotGradient)" />
  <rect x="245" y="130" width="40" height="30" fill="url(#robotGradient)" />
  <rect x="235" y="110" width="50" height="20" fill="url(#robotGradient)" />
  <circle cx="255" cy="115" r="5" fill="white" />
  <circle cx="255" cy="115" r="2" fill="black" />
  <!-- Chess Board -->
  <rect x="100" y="50" width="100" height="100" fill="url(#iceGradient)" />
  <g stroke="black" stroke-width="2">
    <line x1="100" y1="150" x2="200" y2="150" />
    <line x1="100" y1="100" x2="200" y2="100" />
    <line x1="100" y1="50" x2="200" y2="50" />
    <line x1="150" y1="50" x2="150" y2="150" />
    <line x1="200" y1="50" x2="200" y2="150" />
  </g>
  <!-- Chess Pieces -->
  <circle cx="125" cy="75" r="5" fill="black" />
  <circle cx="175" cy="125" r="5" fill="white" />
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Iceberg -->
  <defs>
    <linearGradient id="iceGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#ffffff;stop-opacity:0.8"/>
      <stop offset="100%" style="stop-color:#87CEEB;stop-opacity:0.4"/>
    </linearGradient>
    <linearGradient id="metal" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#666666"/>
      <stop offset="100%" style="stop-color:#CCCCCC"/>
    </linearGradient>
    <linearGradient id="sun" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#FFD700"/>
      <stop offset="100%" style="stop-color:#FF8C00"/>
    </linearGradient>
  </defs>

  <!-- Background -->
  <rect width="300" height="300" fill="skyblue"/>
  <circle cx="250" cy="50" r="50" fill="url(#sun)"/>

  <!-- Iceberg -->
  <path d="M100,200 L150,250 L200,200 L175,225 L125,225 Z" fill="url(#iceGradient)"/>
  <path d="M120,220 L180,220 L175,225 L125,225 Z" fill="url(#iceGradient)"/>
  <path d="M100,200 L200,200 L190,205 L110,205 Z" fill="url(#iceGradient)"/>

  <!-- Dolphin -->
  <g transform="translate(50,220)">
    <path d="M0,0 Q50,-20 100,0 Q150,20 200,0 Q220,0 220,20 L220,40 C220,60 200,80 180,80 C160,80 140,60 140,40 L140,20 C140,0 120,-20 100,-40 C80,-20 60,0 40,0 Z" fill="url(#iceGradient)"/>
    <circle cx="140" cy="30" r="8" fill="#000000"/>
    <circle cx="160" cy="30" r="8" fill="#000000"/>
    <path d="M100,20 L120,0 L180,0" fill="#000000"/>
  </g>

  <!-- Robot -->
  <g transform="translate(200,220)">
    <rect x="0" y="0" width="80" height="100" fill="url(#metal)"/>
    <rect x="10" y="10" width="60" height="80" fill="url(#metal)"/>
    <circle cx="40" cy="20" r="8" fill="#666666"/>
    <circle cx="60" cy="20" r="8" fill="#666666"/>
    <rect x="20" y="40" width="40" height="60" fill="#444444"/>
    <circle cx="30" cy="80" r="5" fill="#00BFFF"/>
    <circle cx="50" cy="80" r="5" fill="#00BFFF"/>
    <path d="M0,0 L10,20 L20,0 L30,20 L40,0 L50,20 L60,0 L70,20 L80,0" fill="#666666"/>
  </g>

  <!-- Chessboard -->
  <g transform="translate(100,150)">
    <rect width="100" height="100" fill="url(#iceGradient)"/>
    <rect x="10" y="10" width="80" height="80" fill="none" stroke="#000000" stroke-width="2"/>
    <rect x="20" y="20" width="60" height="60" fill="none" stroke="#000000" stroke-width="2"/>
    <rect x="30" y="30" width="40" height="40" fill="none" stroke="#000000" stroke-width="2"/>
    <circle cx="50" cy="50" r="15" fill="#FF0000"/>
    <circle cx="150" cy="50" r="15" fill="#00FF00"/>
    <path d="M50,50 L60,60 L40,60" fill="#FF0000"/>
    <path d="M150,50 L160,60 L140,60" fill="#00FF00"/>
  </g>

  <!-- Fish -->
  <path d="M250,280 Q260,270 270,270 Q280,270 280,280 L280,290 L260,280 Z" fill="#FF6B6B"/>
  <path d="M240,290 Q250,280 260,280 Q270,280 270,290 L270,300 L250,290 Z" fill="#FF6B6B"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Qwen-2.5-32B Player 1

Judge's Analysis

    Player 1's image captures the essence of the prompt with clear representations of a dolphin and a robot interacting over a chess-like setup, using geometric elements effectively.

    Despite its simplicity, it maintains a cohesive composition and clarity.

    Player 2's image, while colorful and abstract, lacks the clear depiction of the characters and the chess game setup, 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
17
Player 2
27
Rectangles

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

Player 1
4
Player 2
8
Circles

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

Player 1
6
Player 2
9
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
5
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
2
Player 2
10
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
3
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
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
3

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
2
Player 2
8

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
3

Complexity Metrics

Path Commands

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

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