Back

SVG Drawing Match #1487

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Fish riding bicycles under a swirling, starry sky"

SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Swirling starry sky background -->
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#0b0b2a;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#1a1a4a;stop-opacity:1" />
    </linearGradient>
    <conicGradient id="swirl" cx="150" cy="150" rx="150" ry="150" angle="0" type="unscaled">
      <stop offset="0%" style="stop-color:#0b0b2a;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4a4ab2;stop-opacity:1" />
    </conicGradient>
    <path id="star" d="M150 0l-.866 .5L150 1l.866.5-1.232 1.066.232 1.066 1.232 1.066.866.5 1.066-1.232-.232-1.066-1.232-1.066-1.066-1.232-1.232-1.066-1.066-1.066-1.232-.866-.5L150 1l.866-.5 1.232-1.066-.232-1.066-1.232-1.066-.866-.5z"/>
  </defs>

  <!-- Background with swirling pattern -->
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <circle cx="150" cy="150" r="140" fill="url(#swirl)"/>

  <!-- Stars -->
  <g transform="translate(0,0)">
    <use href="#star" x="50" y="50" fill="white" opacity="0.6"/>
    <use href="#star" x="100" y="80" fill="white" opacity="0.6"/>
    <use href="#star" x="200" y="60" fill="white" opacity="0.6"/>
    <use href="#star" x="250" y="100" fill="white" opacity="0.6"/>
    <use href="#star" x="150" y="150" fill="white" opacity="0.6"/>
  </g>

  <!-- Fish and bicycles -->
  <g transform="translate(50,100)">
    <!-- First fish and bicycle -->
    <path d="M0,0 L20,10 Q30,0 40,0 L40,20 Q50,40 60,40 L60,20 Q70,0 80,0 L80,10 Q90,20 100,30 L100,50 Q90,80 80,80 L80,70 Q70,80 60,80 L60,70 Q50,60 40,60 L40,50 Q30,40 20,40 L20,30 Q10,20 0,30 Z"
          fill="url(#grad1)" stroke="white" stroke-width="2"/>
    <circle cx="60" cy="40" r="8" fill="white"/>
    <circle cx="60" cy="60" r="8" fill="white"/>
    <path d="M-20,50 L20,50 L40,40 L0,30 Z" fill="none" stroke="white" stroke-width="2"/>
  </g>

  <!-- Second fish and bicycle -->
  <g transform="translate(150,120)" scale="0.8">
    <path d="M0,0 L15,10 Q30,0 40,0 L40,20 Q50,40 60,40 L60,20 Q70,0 80,0 L80,10 Q90,20 100,30 L100,50 Q90,80 80,80 L80,70 Q70,80 60,80 L60,70 Q50,60 40,60 L40,50 Q30,40 20,40 L20,30 Q10,20 0,30 Z"
          fill="#ff99cc" stroke="white" stroke-width="2"/>
    <circle cx="60" cy="40" r="8" fill="white"/>
    <circle cx="60" cy="60" r="8" fill="white"/>
    <path d="M-20,50 L20,50 L40,40 L0,30 Z" fill="none" stroke="white" stroke-width="2"/>
  </g>

  <!-- Third fish and bicycle -->
  <g transform="translate(250,80)" scale="0.6">
    <path d="M0,0 L10,10 Q20,0 30,0 L30,20 Q40,40 50,40 L50,20 Q60,0 70,0 L70,10 Q80,20 90,30 L90,50 Q80,80 70,80 L70,70 Q60,80 50,80 L50,70 Q40,60 30,60 L30,50 Q20,40 10,40 L10,30 Q0,20 0,30 Z"
          fill="#ccff99" stroke="white" stroke-width="2"/>
    <circle cx="50" cy="40" r="8" fill="white"/>
    <circle cx="50" cy="60" r="8" fill="white"/>
    <path d="M-20,50 L20,50 L40,40 L0,30 Z" fill="none" stroke="white" stroke-width="2"/>
  </g>

  <!-- Ground -->
  <path d="M0,280 Q150,300 300,280 L300,300 L0,300 Z" fill="#2a2a4a"/>
</svg>
SVG by o3-mini low (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- Starry sky gradient -->
    <radialGradient id="skyGradient" cx="50%" cy="50%" r="75%">
      <stop offset="0%" stop-color="#1a1a2e"/>
      <stop offset="100%" stop-color="#16213e"/>
    </radialGradient>
    <!-- Swirl pattern -->
    <linearGradient id="swirlGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#0f3460"/>
      <stop offset="100%" stop-color="#53354a"/>
    </linearGradient>
    <!-- Fish body gradient -->
    <linearGradient id="fishGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#ff9a00"/>
      <stop offset="100%" stop-color="#f53844"/>
    </linearGradient>
    <!-- Bicycle gradient -->
    <linearGradient id="bikeGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#00bcd4"/>
      <stop offset="100%" stop-color="#00838f"/>
    </linearGradient>
    <!-- Star filter -->
    <filter id="starGlow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="1.5" result="blur"/>
      <feMerge>
        <feMergeNode in="blur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>

  <!-- Background: Swirling Starry Sky -->
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <g id="swirl">
    <path d="M150,150 m-120,0 a120,120 0 1,0 240,0 a120,120 0 1,0 -240,0" fill="none" stroke="url(#swirlGradient)" stroke-width="3" stroke-dasharray="5,5" transform="rotate(20,150,150)"/>
    <path d="M150,150 m-100,0 a100,100 0 1,0 200,0 a100,100 0 1,0 -200,0" fill="none" stroke="url(#swirlGradient)" stroke-width="2" stroke-dasharray="4,4" transform="rotate(-15,150,150)"/>
  </g>

  <!-- Stars -->
  <g id="stars">
    <circle cx="50" cy="40" r="2" fill="#fff" filter="url(#starGlow)"/>
    <circle cx="250" cy="60" r="1.5" fill="#fff" filter="url(#starGlow)"/>
    <circle cx="200" cy="20" r="1" fill="#fff" filter="url(#starGlow)"/>
    <circle cx="80" cy="250" r="2.5" fill="#fff" filter="url(#starGlow)"/>
    <circle cx="270" cy="230" r="1.5" fill="#fff" filter="url(#starGlow)"/>
    <circle cx="150" cy="30" r="1" fill="#fff" filter="url(#starGlow)"/>
    <circle cx="230" cy="150" r="1.5" fill="#fff" filter="url(#starGlow)"/>
    <circle cx="30" cy="180" r="1" fill="#fff" filter="url(#starGlow)"/>
  </g>

  <!-- Bicycle -->
  <g id="bicycle" transform="translate(80,200) scale(0.8)">
    <!-- Bicycle wheels -->
    <circle cx="40" cy="0" r="20" stroke="url(#bikeGradient)" stroke-width="3" fill="none"/>
    <circle cx="100" cy="0" r="20" stroke="url(#bikeGradient)" stroke-width="3" fill="none"/>
    <!-- Spokes for left wheel -->
    <g stroke="url(#bikeGradient)" stroke-width="1.5">
      <line x1="40" y1="0" x2="20" y2="-10"/>
      <line x1="40" y1="0" x2="20" y2="10"/>
      <line x1="40" y1="0" x2="40" y2="-20"/>
      <line x1="40" y1="0" x2="60" y2="-10"/>
      <line x1="40" y1="0" x2="60" y2="10"/>
      <line x1="40" y1="0" x2="40" y2="20"/>
    </g>
    <!-- Spokes for right wheel -->
    <g stroke="url(#bikeGradient)" stroke-width="1.5">
      <line x1="100" y1="0" x2="80" y2="-10"/>
      <line x1="100" y1="0" x2="80" y2="10"/>
      <line x1="100" y1="0" x2="100" y2="-20"/>
      <line x1="100" y1="0" x2="120" y2="-10"/>
      <line x1="100" y1="0" x2="120" y2="10"/>
      <line x1="100" y1="0" x2="100" y2="20"/>
    </g>
    <!-- Frame -->
    <path d="M40,0 L70,-15 L100,0" stroke="url(#bikeGradient)" stroke-width="3" fill="none"/>
    <line x1="70" y1="-15" x2="70,-40" stroke="url(#bikeGradient)" stroke-width="3"/>
    <!-- Handlebar -->
    <line x1="70" y1="-40" x2="55" y2="-50" stroke="url(#bikeGradient)" stroke-width="3"/>
    <line x1="70" y1="-40" x2="85" y2="-50" stroke="url(#bikeGradient)" stroke-width="3"/>
    <!-- Seat -->
    <line x1="70" y1="-15" x2="70" y2="-25" stroke="url(#bikeGradient)" stroke-width="3"/>
    <rect x="65" y="-30" width="10" height="5" fill="url(#bikeGradient)"/>
  </g>

  <!-- Fish (riding the bicycle) -->
  <g id="fish" transform="translate(80,200) scale(0.8)">
    <!-- Fish body -->
    <ellipse cx="70" cy="-30" rx="15" ry="8" fill="url(#fishGradient)" stroke="#fff" stroke-width="1"/>
    <!-- Tail -->
    <polygon points="55,-30 40,-40 40,-20" fill="url(#fishGradient)" stroke="#fff" stroke-width="1"/>
    <!-- Eye -->
    <circle cx="75" cy="-34" r="2" fill="#fff"/>
    <circle cx="75" cy="-34" r="1" fill="#000"/>
    <!-- Fins -->
    <path d="M70, -22 L60, -15 L70, -10" fill="none" stroke="#fff" stroke-width="1"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini low (2025-01-31) Player 2

Judge's Analysis

    Player 2's submission more effectively captures the whimsical concept of 'fish riding bicycles under a swirling, starry sky' with a clear representation of a fish on a bicycle and a starry background.

    The composition is visually appealing and adheres closely to the prompt.

    Player 1's image is more abstract and lacks the clarity and thematic elements that make Player 2's piece stand out.

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
16
Player 2
36
Rectangles

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

Player 1
1
Player 2
2
Circles

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

Player 1
7
Player 2
12
Ellipses

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

Player 1
Player 2
1
Lines

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

Player 1
Player 2
16
Polygons

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

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

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2
14

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

Complexity Metrics

Path Commands

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

Player 1
87
Player 2
14
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
5
Use Elements

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

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