Back

SVG Drawing Match #24

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A steampunk octopus wearing a monocle, sipping tea on a coral chair"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="coralGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ff6b6b" />
      <stop offset="100%" stop-color="#ee5253" />
    </linearGradient>
    <linearGradient id="teaGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#d1a66e" />
      <stop offset="100%" stop-color="#9b7442" />
    </linearGradient>
    <radialGradient id="octopusGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#9b5de5" />
      <stop offset="80%" stop-color="#6a0dad" />
      <stop offset="100%" stop-color="#4a0080" />
    </radialGradient>
    <pattern id="gearPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="5" fill="none" stroke="#c4a748" stroke-width="1" />
      <circle cx="10" cy="10" r="2" fill="#c4a748" />
      <path d="M10,2 L10,4 M10,16 L10,18 M2,10 L4,10 M16,10 L18,10" stroke="#c4a748" stroke-width="1" />
    </pattern>
  </defs>

  <!-- Background ocean scene -->
  <rect x="0" y="0" width="300" height="300" fill="#1a5276" />
  <path d="M0,280 Q75,250 150,280 T300,280 L300,300 L0,300 Z" fill="#0e2b3d" />
  <path d="M0,250 Q75,220 150,250 T300,250 L300,280 L0,280 Z" fill="#0f3a54" opacity="0.7" />
  
  <!-- Bubbles -->
  <circle cx="40" cy="100" r="5" fill="white" opacity="0.5" />
  <circle cx="55" cy="70" r="3" fill="white" opacity="0.5" />
  <circle cx="260" cy="110" r="6" fill="white" opacity="0.5" />
  <circle cx="230" cy="60" r="4" fill="white" opacity="0.5" />
  <circle cx="280" cy="150" r="3" fill="white" opacity="0.5" />
  
  <!-- Coral Chair -->
  <path d="M120,190 Q150,150 180,190 L180,250 L120,250 Z" fill="url(#coralGradient)" />
  <path d="M120,190 Q150,220 180,190" stroke="#ff8888" stroke-width="3" fill="none" />
  <path d="M130,195 L130,245 M140,193 L140,245 M150,192 L150,245 M160,192 L160,245 M170,195 L170,245" 
        stroke="#dd4444" stroke-width="2" opacity="0.5" />
  <path d="M110,250 L190,250 Q200,260 190,270 L110,270 Q100,260 110,250 Z" fill="#dd4444" />
  
  <!-- Octopus body -->
  <ellipse cx="150" cy="170" rx="35" ry="40" fill="url(#octopusGradient)" />
  
  <!-- Gears and mechanical parts -->
  <circle cx="170" cy="160" r="10" fill="url(#gearPattern)" stroke="#c4a748" stroke-width="1" />
  <circle cx="135" cy="150" r="8" fill="url(#gearPattern)" stroke="#c4a748" stroke-width="1" />
  
  <!-- Tentacles -->
  <path d="M130,205 Q120,220 105,215 T90,250" fill="none" stroke="#6a0dad" stroke-width="6" stroke-linecap="round" />
  <path d="M125,207 Q100,230 95,220 T75,240" fill="none" stroke="#6a0dad" stroke-width="6" stroke-linecap="round" />
  <path d="M140,207 Q155,230 160,240 T175,260" fill="none" stroke="#6a0dad" stroke-width="6" stroke-linecap="round" />
  <path d="M160,205 Q175,215 190,215 T210,245" fill="none" stroke="#6a0dad" stroke-width="6" stroke-linecap="round" />
  <path d="M115,195 Q85,195 70,210 T50,230" fill="none" stroke="#6a0dad" stroke-width="6" stroke-linecap="round" />
  <path d="M165,195 Q200,190 220,200 T250,215" fill="none" stroke="#6a0dad" stroke-width="6" stroke-linecap="round" />
  <path d="M135,210 Q120,240 125,250 T115,270" fill="none" stroke="#6a0dad" stroke-width="6" stroke-linecap="round" />
  <path d="M155,210 Q170,235 175,245 T195,275" fill="none" stroke="#6a0dad" stroke-width="6" stroke-linecap="round" />
  
  <!-- Suction cups -->
  <circle cx="90" cy="250" r="3" fill="#9b59b6" />
  <circle cx="75" cy="240" r="3" fill="#9b59b6" />
  <circle cx="175" cy="260" r="3" fill="#9b59b6" />
  <circle cx="210" cy="245" r="3" fill="#9b59b6" />
  <circle cx="50" cy="230" r="3" fill="#9b59b6" />
  <circle cx="250" cy="215" r="3" fill="#9b59b6" />
  <circle cx="115" cy="270" r="3" fill="#9b59b6" />
  <circle cx="195" cy="275" r="3" fill="#9b59b6" />
  
  <!-- Teacup -->
  <path d="M170,190 Q175,175 180,190 L180,205 Q170,210 160,205 L160,190 Q165,175 170,190" fill="white" stroke="#ccc" stroke-width="1" />
  <path d="M165,195 L165,203 Q170,205 175,203 L175,195 Z" fill="url(#teaGradient)" />
  <ellipse cx="170" cy="190" rx="10" ry="5" fill="white" stroke="#ccc" stroke-width="1" />
  <ellipse cx="170" cy="190" rx="7" ry="3" fill="#f1c40f" opacity="0.5" />
  <path d="M180,195 Q190,195 193,185 Q195,180 190,178 Q185,176 180,190" fill="none" stroke="#ccc" stroke-width="1" />
  
  <!-- Monocle -->
  <circle cx="130" cy="160" r="10" fill="none" stroke="#ffd700" stroke-width="2" />
  <line x1="130" y1="170" x2="130" y2="185" stroke="#ffd700" stroke-width="2" />
  <circle cx="130" cy="160" r="8" fill="#87ceeb" opacity="0.3" />
  
  <!-- Eyes -->
  <circle cx="130" cy="160" r="5" fill="black" />
  <circle cx="132" cy="158" r="1" fill="white" />
  <circle cx="165" cy="155" r="5" fill="black" />
  <circle cx="167" cy="153" r="1" fill="white" />
  
  <!-- Top hat -->
  <rect x="135" y="120" width="30" height="20" fill="black" />
  <rect x="130" y="140" width="40" height="5" fill="black" />
  <path d="M135,122 L165,122" stroke="#ffd700" stroke-width="2" />
  
  <!-- Mustache -->
  <path d="M145,175 Q150,170 155,175" fill="none" stroke="black" stroke-width="1" />
  
  <!-- Steam -->
  <path d="M165,185 Q168,175 171,185 Q174,175 177,185" fill="none" stroke="white" stroke-width="1" opacity="0.7" />
</svg>
SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="coralGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#ff7f50"/>
      <stop offset="100%" style="stop-color:#ff6347"/>
    </radialGradient>
    <pattern id="gears" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="8" fill="none" stroke="#b87333" stroke-width="1"/>
      <path d="M10,2 L10,18 M2,10 L18,10" stroke="#b87333" stroke-width="1"/>
    </pattern>
  </defs>
  
  <!-- Coral Chair -->
  <path d="M100,200 Q150,180 200,200 L220,280 H80 L100,200" fill="url(#coralGrad)"/>
  <path d="M120,190 Q150,150 180,190" fill="none" stroke="#ff6347" stroke-width="4"/>
  
  <!-- Octopus Body -->
  <ellipse cx="150" cy="160" rx="40" ry="45" fill="#8b4513"/>
  <circle cx="150" cy="140" r="35" fill="#a0522d"/>
  
  <!-- Tentacles -->
  <path d="M120,180 Q100,200 90,240" fill="none" stroke="#8b4513" stroke-width="8"/>
  <path d="M130,185 Q120,220 110,260" fill="none" stroke="#8b4513" stroke-width="8"/>
  <path d="M150,190 Q150,230 150,270" fill="none" stroke="#8b4513" stroke-width="8"/>
  <path d="M170,185 Q180,220 190,260" fill="none" stroke="#8b4513" stroke-width="8"/>
  <path d="M180,180 Q200,200 210,240" fill="none" stroke="#8b4513" stroke-width="8"/>
  
  <!-- Steampunk Elements -->
  <circle cx="150" cy="140" r="20" fill="url(#gears)"/>
  <circle cx="170" cy="130" r="15" fill="#b87333"/>
  
  <!-- Monocle -->
  <circle cx="170" cy="130" r="12" fill="none" stroke="gold" stroke-width="2"/>
  <path d="M170,142 L170,150" stroke="gold" stroke-width="2"/>
  
  <!-- Teacup -->
  <path d="M140,160 Q130,155 135,145 Q140,140 145,145 L155,155" fill="none" stroke="#daa520" stroke-width="2"/>
  <ellipse cx="160" cy="155" rx="10" ry="5" fill="none" stroke="#daa520" stroke-width="2"/>
  
  <!-- Steam -->
  <path d="M145,140 Q150,135 148,130 Q146,125 150,120" fill="none" stroke="#ffffff" stroke-width="1" opacity="0.5"/>
  
  <!-- Eyes -->
  <circle cx="165" cy="130" r="3" fill="black"/>
  <circle cx="145" cy="130" r="3" fill="black"/>
  
  <!-- Top Hat -->
  <path d="M130,100 L170,100 L165,120 L135,120 Z" fill="#2f4f4f"/>
  <path d="M125,100 L175,100 L175,90 L125,90 Z" fill="#2f4f4f"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 1

Judge's Analysis

    Player 1's submission captures the whimsical nature of the prompt more effectively, with a detailed depiction of the octopus, including a monocle and a cup of tea.

    The use of color and background elements enhances the underwater steampunk theme.

    Player 2's submission is less detailed and lacks the visual complexity and charm seen in Player 1's work.

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
51
Player 2
22
Rectangles

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

Player 1
3
Player 2
Circles

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

Player 1
23
Player 2
7
Ellipses

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

Player 1
3
Player 2
2
Lines

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

Player 1
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
21
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
3
Player 2
1
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
10
Player 2
1
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
22
Player 2
13

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
20
Player 2
9

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