Back

SVG Drawing Match #1493

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Steampunk octopus playing a violin under the sea"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <radialGradient id="oceanGlow" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#0a4b7c" />
      <stop offset="60%" stop-color="#083c64" />
      <stop offset="100%" stop-color="#052642" />
    </radialGradient>
    
    <linearGradient id="brassGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#f9d677" />
      <stop offset="50%" stop-color="#d4a847" />
      <stop offset="100%" stop-color="#9e7a32" />
    </linearGradient>
    
    <linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#8b4513" />
      <stop offset="50%" stop-color="#cd853f" />
      <stop offset="100%" stop-color="#8b4513" />
    </linearGradient>
    
    <filter id="bubbleGlow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="2" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
    
    <pattern id="gearPattern" patternUnits="userSpaceOnUse" width="40" height="40" patternTransform="rotate(45)">
      <circle cx="20" cy="20" r="15" fill="none" stroke="#8a7245" stroke-width="1" />
      <circle cx="20" cy="20" r="10" fill="none" stroke="#8a7245" stroke-width="1" />
      <path d="M20,5 L20,10 M20,30 L20,35 M5,20 L10,20 M30,20 L35,20" stroke="#8a7245" stroke-width="2" />
    </pattern>
  </defs>
  
  <!-- Ocean Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#oceanGlow)" />
  
  <!-- Bubbles -->
  <g opacity="0.7" filter="url(#bubbleGlow)">
    <circle cx="50" cy="60" r="5" fill="#a1d4e5" />
    <circle cx="80" cy="40" r="8" fill="#a1d4e5" />
    <circle cx="230" cy="70" r="4" fill="#a1d4e5" />
    <circle cx="260" cy="50" r="6" fill="#a1d4e5" />
    <circle cx="190" cy="30" r="3" fill="#a1d4e5" />
    <circle cx="30" cy="200" r="7" fill="#a1d4e5" />
    <circle cx="270" cy="180" r="5" fill="#a1d4e5" />
  </g>
  
  <!-- Light Beams -->
  <g opacity="0.2">
    <path d="M0,0 L300,300" stroke="#a1d4e5" stroke-width="20" />
    <path d="M300,0 L0,300" stroke="#a1d4e5" stroke-width="15" />
    <path d="M150,0 L150,300" stroke="#a1d4e5" stroke-width="25" />
  </g>
  
  <!-- Octopus Body -->
  <g transform="translate(150, 140)">
    <!-- Main Body -->
    <ellipse cx="0" cy="0" rx="40" ry="45" fill="#723c1d" stroke="#5a2e14" stroke-width="2" />
    
    <!-- Steampunk Body Details -->
    <circle cx="-15" cy="-15" r="12" fill="url(#brassGradient)" stroke="#5a2e14" stroke-width="1" />
    <circle cx="-15" cy="-15" r="8" fill="#5a2e14" stroke="url(#brassGradient)" stroke-width="1" />
    <circle cx="-15" cy="-15" r="4" fill="url(#brassGradient)" />
    
    <circle cx="15" cy="-15" r="10" fill="url(#brassGradient)" stroke="#5a2e14" stroke-width="1" />
    <circle cx="15" cy="-15" r="6" fill="#5a2e14" stroke="url(#brassGradient)" stroke-width="1" />
    <circle cx="15" cy="-15" r="3" fill="url(#brassGradient)" />
    
    <rect x="-10" y="10" width="20" height="15" fill="url(#gearPattern)" stroke="#5a2e14" stroke-width="1" />
    
    <!-- Goggles -->
    <circle cx="-15" cy="-15" r="16" fill="none" stroke="url(#brassGradient)" stroke-width="3" />
    <circle cx="15" cy="-15" r="14" fill="none" stroke="url(#brassGradient)" stroke-width="3" />
    
    <!-- Pressure Gauges -->
    <circle cx="0" cy="20" r="8" fill="#dfc068" stroke="#5a2e14" stroke-width="1" />
    <circle cx="0" cy="20" r="6" fill="#f9f3e3" stroke="#5a2e14" stroke-width="0.5" />
    <line x1="0" y1="20" x2="-4" y2="16" stroke="#5a2e14" stroke-width="1" />
    
    <!-- Tentacles -->
    <!-- Tentacle 1 - Holding Violin -->
    <path d="M-30,-20 C-50,-30 -80,-15 -90,20 C-95,40 -80,50 -65,40" 
          fill="none" stroke="url(#tentacleGradient)" stroke-width="8" stroke-linecap="round" />
          
    <!-- Tentacle 2 - Holding Bow -->
    <path d="M-20,-30 C-30,-60 -10,-80 20,-85 C40,-88 50,-70 45,-50" 
          fill="none" stroke="url(#tentacleGradient)" stroke-width="8" stroke-linecap="round" />
          
    <!-- Other Tentacles -->
    <path d="M30,-20 C50,-30 80,-15 90,20 C95,40 80,50 65,40" 
          fill="none" stroke="url(#tentacleGradient)" stroke-width="8" stroke-linecap="round" />
          
    <path d="M40,0 C60,10 70,40 50,70 C40,85 20,90 10,75" 
          fill="none" stroke="url(#tentacleGradient)" stroke-width="8" stroke-linecap="round" />
          
    <path d="M20,30 C30,50 20,80 -10,90 C-30,95 -40,80 -30,70" 
          fill="none" stroke="url(#tentacleGradient)" stroke-width="8" stroke-linecap="round" />
          
    <path d="M-10,40 C-20,60 -50,70 -70,50 C-85,35 -80,15 -65,10" 
          fill="none" stroke="url(#tentacleGradient)" stroke-width="8" stroke-linecap="round" />
          
    <path d="M-40,10 C-60,15 -80,0 -75,-30 C-70,-50 -50,-60 -40,-50" 
          fill="none" stroke="url(#tentacleGradient)" stroke-width="8" stroke-linecap="round" />
          
    <path d="M20,-30 C30,-50 60,-60 75,-40 C85,-25 80,-5 65,0" 
          fill="none" stroke="url(#tentacleGradient)" stroke-width="8" stroke-linecap="round" />
    
    <!-- Violin -->
    <g transform="translate(-75, 20) rotate(-10)">
      <path d="M0,0 C-5,-10 -5,-30 0,-40 C5,-45 15,-45 20,-40 C25,-30 25,-10 20,0 Z" 
            fill="#8b4513" stroke="#3d2314" stroke-width="1" />
      <rect x="8" y="-42" width="4" height="12" fill="#3d2314" />
      <rect x="0" y="-48" width="20" height="6" fill="#3d2314" />
      <circle cx="15" cy="-45" r="3" fill="url(#brassGradient)" />
      <circle cx="5" cy="-45" r="3" fill="url(#brassGradient)" />
      <rect x="8" y="-30" width="4" height="30" fill="#3d2314" />
      <path d="M5,-15 L15,-15 M5,-10 L15,-10 M5,-5 L15,-5" stroke="#111" stroke-width="0.5" />
      
      <!-- Steampunk violin details -->
      <circle cx="10" cy="-20" r="4" fill="url(#brassGradient)" stroke="#3d2314" stroke-width="0.5" />
      <circle cx="10" cy="-20" r="2" fill="#3d2314" />
      <path d="M6,-20 L2,-20 M14,-20 L18,-20" stroke="url(#brassGradient)" stroke-width="1" />
    </g>
    
    <!-- Bow -->
    <path d="M20,-75 C25,-73 30,-70 40,-65 L-10,-30" 
          fill="none" stroke="#8b4513" stroke-width="1.5" />
    <path d="M40,-65 L-10,-30" 
          fill="none" stroke="#ddd" stroke-width="1" />
  </g>
  
  <!-- Musical Notes -->
  <g fill="url(#brassGradient)" opacity="0.7">
    <path d="M50,100 C60,90 70,100 65,110 L60,109 C63,102 58,96 52,102 Z" />
    <path d="M70,80 C80,70 90,80 85,90 L80,89 C83,82 78,76 72,82 Z" />
    <path d="M100,90 C110,80 120,90 115,100 L110,99 C113,92 108,86 102,92 Z" />
    <path d="M90,130 C100,120 110,130 105,140 L100,139 C103,132 98,126 92,132 Z" />
    <path d="M200,110 C210,100 220,110 215,120 L210,119 C213,112 208,106 202,112 Z" />
    
    <!-- Add connecting lines to some notes -->
    <line x1="50" y1="102" x2="50" y2="95" stroke="url(#brassGradient)" stroke-width="2" />
    <line x1="70" y1="82" x2="70" y2="75" stroke="url(#brassGradient)" stroke-width="2" />
    <line x1="100" y1="92" x2="100" y2="85" stroke="url(#brassGradient)" stroke-width="2" />
  </g>
  
  <!-- Extra Steampunk Elements -->
  <g transform="translate(250, 230)">
    <circle cx="0" cy="0" r="20" fill="url(#brassGradient)" stroke="#5a2e14" stroke-width="2" />
    <circle cx="0" cy="0" r="15" fill="#5a2e14" stroke="url(#brassGradient)" stroke-width="1" />
    <circle cx="0" cy="0" r="10" fill="url(#brassGradient)" />
    <path d="M0,-10 L0,-15 M0,10 L0,15 M-10,0 L-15,0 M10,0 L15,0" stroke="url(#brassGradient)" stroke-width="2" />
    <circle cx="0" cy="0" r="5" fill="#5a2e14" />
    <circle cx="0" cy="0" r="2" fill="url(#brassGradient)" />
  </g>
  
  <g transform="translate(50, 230)">
    <circle cx="0" cy="0" r="15" fill="url(#brassGradient)" stroke="#5a2e14" stroke-width="2" />
    <circle cx="0" cy="0" r="10" fill="#5a2e14" stroke="url(#brassGradient)" stroke-width="1" />
    <path d="M-7,-7 L7,7 M-7,7 L7,-7" stroke="url(#brassGradient)" stroke-width="2" />
  </g>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background with water effect -->
  <defs>
    <linearGradient id="water" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0" style="stop-color:#a1c4fd" />
      <stop offset="1" style="stop-color:#2d3e50" />
    </linearGradient>
    <path d="M10 10Q30 17 45 30 60 45 75 60 90 75 105 90 120" id="wave"/>
    <linearGradient id="brass" x1="0" y1="0" x2="100" y2="100">
      <stop offset="0" style="stop-color:#cd7e3b" />
      <stop offset="1" style="stop-color:#9c5a3d" />
    </linearGradient>
    <linearGradient id="glass" x1="0" y1="0" x2="100" y2="100">
      <stop offset="0" style="stop-color:#f8f8f8" />
      <stop offset="1" style="stop-color:#b3b3b3" />
    </linearGradient>
  </defs>

  <!-- Background -->
  <rect width="300" height="300" fill="url(#water)"/>

  <!-- Octopus body -->
  <path d="M150 150Q180 120 150 90 120 90 90 120 120 150 90 180 120 180 150 150"
        fill="url(#glass)" stroke="#333" stroke-width="2"/>
  
  <!-- Tentacles -->
  <path d="M150 150Q200 130 230 140 250 150" 
        fill="none" stroke="#8b4513" stroke-width="4">
    <animate attributeName="d" from="M150 150Q200 130 230 140 250 150" 
             to="M150 150Q200 170 230 160 250 150" dur="2s" repeatCount="indefinite"/>
  </path>
  <path d="M150 150Q120 130 90 140 70 150" 
        fill="none" stroke="#8b4513" stroke-width="4">
    <animate attributeName="d" from="M150 150Q120 130 90 140 70 150" 
             to="M150 150Q120 170 90 160 70 150" dur="2s" repeatCount="indefinite"/>
  </path>

  <!-- Violin -->
  <ellipse cx="220" cy="120" rx="20" ry="40" fill="url(#glass)" stroke="#666" stroke-width="2"/>
  <path d="M200 100L220 120M220 120L240 100" fill="none" stroke="#666" stroke-width="2"/>
  <path d="M200 100Q220 90 240 100" fill="none" stroke="#666" stroke-width="2"/>
  <path d="M200 140Q220 150 240 140" fill="none" stroke="#666" stroke-width="2"/>

  <!-- Steampunk gears -->
  <g transform="translate(150 100)">
    <gear teeth="8" radius="10" fill="#8b4513" transform="rotate(0)"/>
    <gear teeth="8" radius="10" fill="#8b4513" transform="rotate(45)"/>
    <gear teeth="8" radius="10" fill="#8b4513" transform="rotate(90)"/>
    <gear teeth="8" radius="10" fill="#8b4513" transform="rotate(135)"/>
    <gear teeth="8" radius="10" fill="#8b4513" transform="rotate(180)"/>
    <gear teeth="8" radius="10" fill="#8b4513" transform="rotate(225)"/>
    <gear teeth="8" radius="10" fill="#8b4513" transform="rotate(270)"/>
    <gear teeth="8" radius="10" fill="#8b4513" transform="rotate(315)"/>
  </g>

  <!-- Water effects -->
  <rect x="0" y="0" width="300" height="300" fill="url(#wave)" opacity="0.2"/>
  <animate attributeName="x" from="0" to="300" dur="20s" repeatCount="indefinite"/>
  
  <!-- Fish -->
  <g id="fish">
    <ellipse cx="50" cy="50" rx="10" ry="5" fill="url(#glass)" stroke="#333" stroke-width="1"/>
    <path d="M50 50Q55 45 60 50 65 55" fill="none" stroke="#333" stroke-width="1"/>
  </g>
  <animateTransform xlink:href="#fish" attributeName="transform" type="translate" from="0 0" to="300 300" dur="10s" repeatCount="indefinite"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is No winner No winner declared

Judge's Analysis

    Failed to determine a winner: Could not determine a winner from response: I'm sorry, I cannot view the second image as it failed to load.

    Could you please try uploading it again?

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
64
Player 2
12
Rectangles

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

Player 1
5
Player 2
2
Circles

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

Player 1
30
Player 2
Ellipses

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

Player 1
1
Player 2
2
Lines

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

Player 1
4
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
24
Player 2
8
Groups

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

Player 1
7
Player 2
2

Visual Effects Metrics

Gradients

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

Player 1
3
Player 2
3
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
40
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
17
Player 2
3

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
Player 2
4
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
4
Player 2
9

Complexity Metrics

Path Commands

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

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