Back

SVG Drawing Match #1810

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Fish wearing top hats juggling starfish in a coral circus"

SVG by o1-mini (2024-09-12)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <!-- Background Gradient -->
    <linearGradient id="bgGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#1e3c72"/>
      <stop offset="100%" stop-color="#2a5298"/>
    </linearGradient>
    <!-- Coral Gradient -->
    <linearGradient id="coralGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#ff6f61"/>
      <stop offset="100%" stop-color="#d84315"/>
    </linearGradient>
    <!-- Top Hat Gradient -->
    <linearGradient id="hatGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#000"/>
      <stop offset="100%" stop-color="#434343"/>
    </linearGradient>
    <!-- Starfish Gradient -->
    <linearGradient id="starfishGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#ffeb3b"/>
      <stop offset="100%" stop-color="#ff9800"/>
    </linearGradient>
    <!-- Bubbles Gradient -->
    <radialGradient id="bubbleGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="rgba(255,255,255,0.8)"/>
      <stop offset="100%" stop-color="rgba(255,255,255,0)" />
    </radialGradient>
  </defs>
  
  <!-- Background -->
  <rect width="300" height="300" fill="url(#bgGradient)" />

  <!-- Coral Circus Tent -->
  <g>
    <path d="M75,250 Q150,180 225,250 Z" fill="url(#coralGradient)" stroke="#a52a2a" stroke-width="2"/>
    <path d="M75,250 Q150,200 225,250" fill="none" stroke="#a52a2a" stroke-width="2" />
    <!-- Tent Poles -->
    <line x1="75" y1="250" x2="75" y2="220" stroke="#8B4513" stroke-width="4"/>
    <line x1="225" y1="250" x2="225" y2="220" stroke="#8B4513" stroke-width="4"/>
  </g>
  
  <!-- Bubbles -->
  <g>
    <circle cx="50" cy="60" r="5" fill="url(#bubbleGradient)" />
    <circle cx="200" cy="80" r="8" fill="url(#bubbleGradient)" />
    <circle cx="120" cy="40" r="4" fill="url(#bubbleGradient)" />
    <circle cx="260" cy="100" r="6" fill="url(#bubbleGradient)" />
  </g>
  
  <!-- Fish 1 -->
  <g transform="translate(80,220)">
    <!-- Body -->
    <ellipse cx="0" cy="0" rx="20" ry="10" fill="#FF69B4" />
    <!-- Tail -->
    <polygon points="-20,0 -30,-5 -30,5" fill="#FF1493" />
    <!-- Eye -->
    <circle cx="7" cy="-3" r="2" fill="#000"/>
    <!-- Top Hat -->
    <rect x="-10" y="-15" width="20" height="5" fill="url(#hatGradient)" />
    <rect x="-7" y="-20" width="14" height="5" fill="url(#hatGradient)" />
    <!-- Starfish juggling -->
    <g>
      <path d="M0,-15 Q5,-25 10,-15" stroke="#ff9800" stroke-width="1" fill="none" />
      <circle cx="10" cy="-15" r="3" fill="url(#starfishGradient)" />
      <path d="M0,-15 Q-5,-25 -10,-15" stroke="#ff9800" stroke-width="1" fill="none" />
      <circle cx="-10" cy="-15" r="3" fill="url(#starfishGradient)" />
    </g>
  </g>
  
  <!-- Fish 2 -->
  <g transform="translate(220,200)">
    <!-- Body -->
    <ellipse cx="0" cy="0" rx="20" ry="10" fill="#1E90FF" />
    <!-- Tail -->
    <polygon points="-20,0 -30,-5 -30,5" fill="#00BFFF" />
    <!-- Eye -->
    <circle cx="7" cy="-3" r="2" fill="#000"/>
    <!-- Top Hat -->
    <rect x="-10" y="-15" width="20" height="5" fill="url(#hatGradient)" />
    <rect x="-7" y="-20" width="14" height="5" fill="url(#hatGradient)" />
    <!-- Starfish juggling -->
    <g>
      <path d="M0,-15 Q5,-25 10,-15" stroke="#ff9800" stroke-width="1" fill="none" />
      <circle cx="10" cy="-15" r="3" fill="url(#starfishGradient)" />
      <path d="M0,-15 Q-5,-25 -10,-15" stroke="#ff9800" stroke-width="1" fill="none" />
      <circle cx="-10" cy="-15" r="3" fill="url(#starfishGradient)" />
    </g>
  </g>
  
  <!-- Fish 3 -->
  <g transform="translate(150,240)">
    <!-- Body -->
    <ellipse cx="0" cy="0" rx="20" ry="10" fill="#32CD32" />
    <!-- Tail -->
    <polygon points="-20,0 -30,-5 -30,5" fill="#228B22" />
    <!-- Eye -->
    <circle cx="7" cy="-3" r="2" fill="#000"/>
    <!-- Top Hat -->
    <rect x="-10" y="-15" width="20" height="5" fill="url(#hatGradient)" />
    <rect x="-7" y="-20" width="14" height="5" fill="url(#hatGradient)" />
    <!-- Starfish juggling -->
    <g>
      <path d="M0,-15 Q5,-25 10,-15" stroke="#ff9800" stroke-width="1" fill="none" />
      <circle cx="10" cy="-15" r="3" fill="url(#starfishGradient)" />
      <path d="M0,-15 Q-5,-25 -10,-15" stroke="#ff9800" stroke-width="1" fill="none" />
      <circle cx="-10" cy="-15" r="3" fill="url(#starfishGradient)" />
    </g>
  </g>
  
  <!-- Additional Starfish -->
  <g>
    <circle cx="120" cy="150" r="4" fill="url(#starfishGradient)" />
    <circle cx="180" cy="130" r="5" fill="url(#starfishGradient)" />
    <circle cx="100" cy="180" r="3" fill="url(#starfishGradient)" />
    <circle cx="200" cy="170" r="4" fill="url(#starfishGradient)" />
  </g>
  
  <!-- Decorative Coral -->
  <g>
    <!-- Coral 1 -->
    <path d="M50,250 Q55,230 60,250 T70,250" fill="none" stroke="url(#coralGradient)" stroke-width="3"/>
    <circle cx="60" cy="250" r="4" fill="url(#coralGradient)" />
    <!-- Coral 2 -->
    <path d="M250,250 Q245,230 240,250 T230,250" fill="none" stroke="url(#coralGradient)" stroke-width="3"/>
    <circle cx="240" cy="250" r="4" fill="url(#coralGradient)" />
    <!-- Coral 3 -->
    <path d="M150,260 Q155,240 160,260 T170,260" fill="none" stroke="url(#coralGradient)" stroke-width="3"/>
    <circle cx="160" cy="260" r="4" fill="url(#coralGradient)" />
  </g>
  
  <!-- Spotlight Effect -->
  <radialGradient id="spotlight" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
    <stop offset="0%" stop-color="rgba(255,255,255,0.8)" />
    <stop offset="100%" stop-color="rgba(255,255,255,0)" />
  </radialGradient>
  <circle cx="150" cy="150" r="100" fill="url(#spotlight)" />
  
</svg>
SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="waterGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#1e90ff;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#000080;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="coralGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#ff6b6b;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ffa57c;stop-opacity:1" />
    </radialGradient>
    <pattern id="sparkles" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="1" fill="white" opacity="0.8"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#waterGradient)"/>
  
  <!-- CoralBackdrop -->
  <g transform="translate(50,200)">
    <path d="M0,0 Q50,30 100,0 Q150,-30 200,0 Q250,30 300,0" fill="url(#coralGradient)" opacity="0.8"/>
    <path d="M0,30 Q50,60 100,30 Q150,0 200,30 Q250,60 300,30" fill="url(#coralGradient)" opacity="0.8"/>
  </g>
  
  <!-- Fish1 -->
  <g transform="translate(100,150)">
    <path d="M0,0 Q30,-20 60,0 Q90,20 120,0" fill="url(#fishGradient1)"/>
    <rect x="45" y="-25" width="30" height="60" rx="15" fill="#2c3e50"/>
    <circle cx="60" cy="-35" r="8" fill="#ffd700"/>
  </g>
  
  <!-- Fish2 -->
  <g transform="translate(200,150)">
    <path d="M0,0 Q30,-20 60,0 Q90,20 120,0" fill="url(#fishGradient2)"/>
    <rect x="45" y="-25" width="30" height="60" rx="15" fill="#2c3e50"/>
    <circle cx="60" cy="-35" r="8" fill="#ffd700"/>
  </g>
  
  <!-- StarfishTrajectories -->
  <g transform="translate(150,120)">
    <path d="M0,0 Q50,-40 100,0 Q150,40 200,0" stroke="#ff9999" stroke-width="2" fill="none"/>
    <path d="M50,-50 Q100,-90 150,-50" stroke="#ff6b6b" stroke-width="2" fill="none"/>
  </g>
  
  <!-- Starfish -->
  <g transform="translate(150,120)">
    <path d="M0,0 20,-20 40,0 20,20 0,20 Z" fill="#ff9999" opacity="0.8"/>
    <path d="M50,-50 70,-70 90,-50 70,-30 50,-30 Z" fill="#ff6b6b" opacity="0.8"/>
  </g>
  
  <!-- CircusCurtain -->
  <rect x="100" y="50" width="100" height="100" rx="20" fill="#ff6b6b" opacity="0.3"/>
  <rect x="110" y="60" width="80" height="80" rx="15" fill="#ff9999" opacity="0.3"/>
  
  <!-- Seaweed -->
  <g transform="translate(30,250)">
    <path d="M0,0 Q30,-40 60,0 Q90,40 120,0" stroke="#2ecc71" stroke-width="2" fill="none"/>
  </g>
  <g transform="translate(250,250)">
    <path d="M0,0 Q-30,-40 -60,0 Q-90,40 -120,0" stroke="#2ecc71" stroke-width="2" fill="none"/>
  </g>
  
  <!-- Highlights -->
  <circle cx="150" cy="100" r="20" fill="url(#sparkles)"/>
  <circle cx="100" cy="120" r="15" fill="url(#sparkles)"/>
  <circle cx="200" cy="120" r="15" fill="url(#sparkles)"/>
</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 more closely adheres to the prompt with clear representations of fish wearing top hats and a circus theme.

    The technical quality is strong with a vibrant color palette and clear imagery.

    Player 2's image, while creative, lacks the specific elements of fish and juggling starfish, 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
47
Player 2
21
Rectangles

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

Player 1
7
Player 2
5
Circles

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

Player 1
21
Player 2
6
Ellipses

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

Player 1
3
Player 2
Lines

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

Player 1
2
Player 2
Polygons

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

Player 1
3
Player 2
Paths

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

Player 1
11
Player 2
10
Groups

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

Player 1
10
Player 2
7

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
13
Player 2
4

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
18
Player 2
6

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

Complexity Metrics

Path Commands

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

Player 1
26
Player 2
29
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
1
Player 2
Defs Elements

The number of elements defined within the defs element in the SVG.

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