Back

SVG Drawing Match #1602

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"An octopus wearing a top hat, sipping tea with a seahorse"

SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="teaGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#e3b778"/>
      <stop offset="100%" style="stop-color:#8b5e34"/>
    </linearGradient>
    <pattern id="bubbles" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="2" fill="rgba(255,255,255,0.3)"/>
    </pattern>
  </defs>
  
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#1a4666"/>
  
  <!-- Seaweed -->
  <path d="M30,300 Q40,250 30,200 Q20,150 30,100" stroke="#2d805d" fill="none" stroke-width="4"/>
  <path d="M50,300 Q60,240 50,180 Q40,120 50,60" stroke="#2d805d" fill="none" stroke-width="4"/>
  
  <!-- Tea table -->
  <ellipse cx="150" cy="200" rx="80" ry="20" fill="#754c24"/>
  
  <!-- Teacup -->
  <path d="M140,160 Q140,140 160,140 Q180,140 180,160 L175,180 L145,180 Z" fill="#f5f5f5"/>
  <ellipse cx="160" cy="160" rx="20" ry="8" fill="url(#teaGradient)"/>
  <path d="M180,150 Q190,155 195,145" stroke="#f5f5f5" fill="none" stroke-width="2"/>
  
  <!-- Seahorse -->
  <path d="M200,170 Q220,160 210,140 Q200,120 220,110 Q240,100 230,80" fill="none" stroke="#f4a261" stroke-width="8"/>
  <circle cx="230" cy="75" r="6" fill="#f4a261"/>
  <path d="M225,73 Q228,70 231,73" stroke="black" fill="none"/>
  
  <!-- Octopus -->
  <circle cx="120" cy="170" r="25" fill="#ff6b6b"/>
  <!-- Tentacles -->
  <path d="M100,180 Q90,200 95,220" stroke="#ff6b6b" fill="none" stroke-width="6"/>
  <path d="M110,190 Q100,210 105,230" stroke="#ff6b6b" fill="none" stroke-width="6"/>
  <path d="M120,190 Q120,210 115,230" stroke="#ff6b6b" fill="none" stroke-width="6"/>
  <path d="M130,190 Q140,210 135,230" stroke="#ff6b6b" fill="none" stroke-width="6"/>
  <path d="M140,180 Q150,200 155,220" stroke="#ff6b6b" fill="none" stroke-width="6"/>
  
  <!-- Top hat -->
  <rect x="100" y="120" width="40" height="30" fill="black"/>
  <rect x="95" y="145" width="50" height="5" fill="black"/>
  
  <!-- Eyes -->
  <circle cx="110" cy="170" r="4" fill="white"/>
  <circle cx="130" cy="170" r="4" fill="white"/>
  <circle cx="110" cy="170" r="2" fill="black"/>
  <circle cx="130" cy="170" r="2" fill="black"/>
  
  <!-- Bubbles -->
  <circle cx="180" cy="100" r="10" fill="rgba(255,255,255,0.2)"/>
  <circle cx="200" cy="80" r="8" fill="rgba(255,255,255,0.2)"/>
  <circle cx="160" cy="60" r="12" fill="rgba(255,255,255,0.2)"/>
</svg>
SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="octoGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#6a5acd"/>
      <stop offset="100%" stop-color="#483d8b"/>
    </radialGradient>
    <linearGradient id="hatGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#2f4f4f"/>
      <stop offset="100%" stop-color="#000000"/>
    </linearGradient>
    <linearGradient id="seahorseGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#ff7f50"/>
      <stop offset="100%" stop-color="#ff4500"/>
    </linearGradient>
    <linearGradient id="cupGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#fff5ee"/>
      <stop offset="100%" stop-color="#deb887"/>
    </linearGradient>
    <pattern id="tablePattern" patternUnits="userSpaceOnUse" width="20" height="20">
      <rect width="20" height="20" fill="#8b4513"/>
      <path d="M0,0 L20,20 M20,0 L0,20" stroke="#a0522d" stroke-width="2"/>
    </pattern>
    <radialGradient id="steamGradient" 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="#e0ffff"/>

  <!-- Tea Table -->
  <ellipse cx="150" cy="220" rx="100" ry="20" fill="url(#tablePattern)" />
  <rect x="50" y="220" width="200" height="10" fill="#8b4513"/>
  
  <!-- Octopus Body -->
  <ellipse cx="150" cy="150" rx="60" ry="80" fill="url(#octoGradient)" />
  
  <!-- Octopus Eyes -->
  <circle cx="130" cy="130" r="8" fill="#ffffff"/>
  <circle cx="170" cy="130" r="8" fill="#ffffff"/>
  <circle cx="130" cy="130" r="4" fill="#000000"/>
  <circle cx="170" cy="130" r="4" fill="#000000"/>
  
  <!-- Top Hat -->
  <path d="M90,80 L210,80 L200,60 L100,60 Z" fill="url(#hatGradient)" stroke="#000000" stroke-width="2"/>
  <rect x="120" y="60" width="60" height="10" fill="#000000"/>
  
  <!-- Arms -->
  <path d="M90,160 Q80,200 100,220" stroke="url(#octoGradient)" stroke-width="10" fill="none"/>
  <path d="M210,160 Q220,200 200,220" stroke="url(#octoGradient)" stroke-width="10" fill="none"/>
  <path d="M110,230 Q100,250 120,260" stroke="url(#octoGradient)" stroke-width="8" fill="none"/>
  <path d="M190,230 Q200,250 180,260" stroke="url(#octoGradient)" stroke-width="8" fill="none"/>
  <path d="M130,240 Q125,260 140,270" stroke="url(#octoGradient)" stroke-width="6" fill="none"/>
  <path d="M170,240 Q175,260 160,270" stroke="url(#octoGradient)" stroke-width="6" fill="none"/>
  
  <!-- Teacup -->
  <ellipse cx="150" cy="220" rx="15" ry="7" fill="url(#cupGradient)" stroke="#8b4513" stroke-width="2"/>
  <path d="M165,215 Q170,220 165,225" fill="none" stroke="#deb887" stroke-width="2"/>
  <!-- Steam -->
  <path d="M165,215 Q168,210 172,215" stroke="url(#steamGradient)" stroke-width="2" fill="none"/>
  <path d="M170,210 Q173,205 177,210" stroke="url(#steamGradient)" stroke-width="2" fill="none"/>
  
  <!-- Seahorse -->
  <path d="M200,200 Q210,190 220,200 Q230,210 220,220 Q210,230 200,220 Q190,210 200,200 Z" fill="url(#seahorseGradient)" stroke="#cd5c5c" stroke-width="2"/>
  <path d="M210,195 Q215,190 220,195" stroke="#cd5c5c" stroke-width="2" fill="none"/>
  <circle cx="215" cy="200" r="3" fill="#ffffff"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.5 Sonnet (2024-10-22) Player 1

Judge's Analysis

    Player 1's submission adheres more closely to the prompt, depicting an octopus with a top hat and a seahorse nearby.

    The inclusion of a tea cup suggests the act of sipping tea, enhancing the narrative.

    While the technical quality of both images is similar, Player 1's image is more creative and engaging in its interpretation of the scene.

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

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

Player 1
3
Player 2
4
Circles

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

Player 1
10
Player 2
5
Ellipses

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

Player 1
2
Player 2
3
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
11
Player 2
13
Groups

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

Player 1
Player 2

Visual Effects Metrics

Gradients

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

Player 1
1
Player 2
5
Patterns

The number of pattern definitions (pattern) in the SVG.

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

The number of elements with stroke attributes in the SVG.

Player 1
10
Player 2
14

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
15

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

Complexity Metrics

Path Commands

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

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