Back

SVG Drawing Match #2125

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A fishbowl blending into a city skyline at dusk"

SVG by DeepSeek R1
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="sky" x1="150" y1="0" x2="150" y2="300">
      <stop offset="0%" stop-color="#1a1f4d"/>
      <stop offset="40%" stop-color="#8a2c5e"/>
      <stop offset="100%" stop-color="#f6723a"/>
    </linearGradient>
    <radialGradient id="bubble" cx="50%" cy="50%" r="50%" fx="30%" fy="30%">
      <stop offset="0%" stop-color="#ffffff80"/>
      <stop offset="100%" stop-color="#ffffff00"/>
    </radialGradient>
    <filter id="glow">
      <feGaussianBlur stdDeviation="2" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  
  <rect width="300" height="300" fill="url(#sky)"/>
  
  <!-- Fishbowl-city silhouette -->
  <path d="M50 150 Q150 20 250 150 L250 270 Q150 290 50 270 Z" 
        fill="#2d194d" fill-opacity="0.8"/>
  
  <!-- Glass refraction effect -->
  <path d="M110 160 Q150 100 190 160 L190 260 Q150 270 110 260 Z" 
        fill="none" stroke="#a0d7f7" stroke-width="2" stroke-opacity="0.3"/>
  
  <!-- Abstract city buildings -->
  <g transform="translate(0 120)">
    <rect x="60" y="40" width="15" height="80" fill="#ff6b6b"/>
    <rect x="90" y="20" width="20" height="100" fill="#4ecdc4"/>
    <path d="M130 20 l20 0 -10 100 -20 0 z" fill="#ffe66d"/>
    <rect x="180" y="50" width="25" height="70" fill="#ff6b6b">
      <animate attributeName="height" values="70;90;70" dur="3s" repeatCount="indefinite"/>
    </rect>
  </g>
  
  <!-- Swimming fish-skyscrapers -->
  <g transform="translate(100 180)">
    <path d="M0 0 Q30 -20 60 0 T120 0" fill="#4ecdc480"/>
    <rect x="25" y="-15" width="10" height="30" fill="#ffe66d" rx="2"/>
    <circle cx="45" cy="0" r="3" fill="#ff6b6b"/>
  </g>
  
  <!-- Bubbles/stars transition -->
  <g fill="url(#bubble)">
    <circle cx="80" cy="220" r="4" filter="url(#glow)"/>
    <circle cx="150" cy="190" r="3"/>
    <circle cx="200" cy="240" r="5"/>
    <circle cx="240" cy="90" r="2"/>
    <circle cx="180" cy="60" r="3"/>
  </g>
  
  <!-- Water surface -->
  <path d="M50 270 Q150 290 250 270" fill="none" stroke="#a0d7f7" stroke-width="2" stroke-opacity="0.5"/>
  
  <!-- Moon -->
  <circle cx="270" cy="40" r="12" fill="#fff3e0"/>
</svg>
SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'>
  <!-- Skyline at dusk -->
  <rect x='0' y='20' width='300' height='130' fill='#483D8B' />
  <rect x='20' y='120' width='40' height='100' fill='#4682B4' />
  <rect x='80' y='80' width='60' height='140' fill='#4169E1' />
  <rect x='160' y='100' width='50' height='120' fill='#000080' />
  <rect x='230' y='60' width='50' height='160' fill='#191970' />
  <!-- Sun setting -->
  <circle cx='250' cy='30' r='20' fill='gold' />
  <!-- Fishbowl -->
  <ellipse cx='150' cy='230' rx='100' ry='80' fill='#ADD8E6' />
  <circle cx='150' cy='230' r='40' fill='#B0E0E6' />
  <!-- Fish -->
  <ellipse cx='120' cy='220' rx='15' ry='10' fill='#FF6347' />
  <path d='M160 220 Q180 210 200 220 T240 220' fill='none' stroke='#FF6347' stroke-width='2' />
  <!-- Water -->
  <circle cx='150' cy='230' r='30' fill='none' stroke='#87CEEB' stroke-width='2' />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek R1 Player 1

Judge's Analysis

    Player 1's image effectively merges a fishbowl with a city skyline, using abstract forms and colors that evoke a dusk setting.

    The composition is balanced with a harmonious color palette, while the moon adds depth to the scene.

    Player 2's image failed to load, making Player 1 the default winner by adherence and creativity.

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
Rectangles

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

Player 1
5
Player 2
Circles

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

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

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

Player 1
3
Player 2

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2

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
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
18
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
3
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