Back

SVG Drawing Match #1220

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A steampunk octopus brewing tea, geometric style"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
    </linearGradient>
    <linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:rgb(0,0,255);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(0,255,0);stop-opacity:1" />
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="#f0f0f0"/>
  <g transform="translate(150, 150)">
    <g transform="scale(0.5)">
      <path d="M-100,0 100,0 100,50 -100,50 z" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <path d="M-75,10 75,10 75,60 -75,60 z" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
    </g>
    <g transform="translate(-100,-50)">
      <circle cx="0" cy="0" r="30" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="25" cy="0" r="20" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="50" cy="0" r="15" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
    </g>
    <g transform="translate(100,-50)">
      <circle cx="0" cy="0" r="30" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="-25" cy="0" r="20" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="-50" cy="0" r="15" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
    </g>
    <g transform="translate(0,50)">
      <circle cx="0" cy="0" r="30" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="25" cy="0" r="20" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="50" cy="0" r="15" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="-25" cy="0" r="20" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="-50" cy="0" r="15" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
    </g>
    <g transform="translate(0,150)">
      <circle cx="0" cy="0" r="30" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="25" cy="0" r="20" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="50" cy="0" r="15" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="-25" cy="0" r="20" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="-50" cy="0" r="15" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
    </g>
    <g transform="translate(0,-150)">
      <circle cx="0" cy="0" r="30" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="25" cy="0" r="20" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="50" cy="0" r="15" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="-25" cy="0" r="20" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="-50" cy="0" r="15" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
    </g>
    <g transform="translate(0,250)">
      <circle cx="0" cy="0" r="30" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="25" cy="0" r="20" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="50" cy="0" r="15" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="-25" cy="0" r="20" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="-50" cy="0" r="15" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
    </g>
    <g transform="translate(0,-250)">
      <circle cx="0" cy="0" r="30" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="25" cy="0" r="20" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="50" cy="0" r="15" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="-25" cy="0" r="20" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="-50" cy="0" r="15" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
    </g>
    <g transform="translate(0,350)">
      <circle cx="0" cy="0" r="30" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="25" cy="0" r="20" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="50" cy="0" r="15" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="-25" cy="0" r="20" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="-50" cy="0" r="15" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
    </g>
    <g transform="translate(0,-350)">
      <circle cx="0" cy="0" r="30" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="25" cy="0" r="20" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="50" cy="0" r="15" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="-25" cy="0" r="20" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="-50" cy="0" r="15" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
    </g>
  </g>
  <g transform="translate(150,150)">
    <g transform="scale(0.5)">
      <path d="M-100,0 100,0 100,50 -100,50 z" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <path d="M-75,10 75,10 75,60 -75,60 z" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
    </g>
    <g transform="translate(-100,-50)">
      <circle cx="0" cy="0" r="30" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="25" cy="0" r="20" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="50" cy="0" r="15" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
    </g>
    <g transform="translate(100,-50)">
      <circle cx="0" cy="0" r="30" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
      <circle cx="-25" cy="0" r="20" fill="url(#grad1)" stroke="#000" stroke-width="3"/>
      <circle cx="-50" cy="0" r="15" fill="url(#grad2)" stroke="#000" stroke-width="3"/>
    </g>
  </g>
</svg>
SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <pattern id="gears" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="8" fill="none" stroke="#523107" stroke-width="1"/>
      <path d="M10,2 L10,18 M2,10 L18,10" stroke="#523107" stroke-width="1"/>
    </pattern>
    <linearGradient id="teaGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#8B4513"/>
      <stop offset="100%" style="stop-color:#654321"/>
    </linearGradient>
  </defs>
  
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#1a1a2e"/>
  
  <!-- Teapot -->
  <path d="M160,140 Q200,140 200,170 L200,200 Q200,220 180,220 L120,220 Q100,220 100,200 L100,170 Q100,140 140,140" 
        fill="#brass" stroke="#8B4513" stroke-width="2"/>
  <path d="M140,140 Q150,120 160,140" fill="none" stroke="#8B4513" stroke-width="4"/>
  
  <!-- Steam -->
  <path d="M150,120 Q160,110 150,100 Q140,90 150,80" fill="none" stroke="#steam" stroke-width="2" opacity="0.6">
    <animate attributeName="d" dur="3s" repeatCount="indefinite"
             values="M150,120 Q160,110 150,100 Q140,90 150,80;
                     M150,120 Q140,110 150,100 Q160,90 150,80;
                     M150,120 Q160,110 150,100 Q140,90 150,80"/>
  </path>
  
  <!-- Octopus Body -->
  <circle cx="150" cy="150" r="40" fill="#4a4a4a" stroke="#696969" stroke-width="2"/>
  
  <!-- Tentacles -->
  <g fill="none" stroke="#4a4a4a" stroke-width="8" stroke-linecap="round">
    <!-- Each tentacle is a curved path with gears attached -->
    <path d="M130,180 Q100,200 90,240" />
    <path d="M140,185 Q130,220 120,260" />
    <path d="M160,185 Q170,220 180,260" />
    <path d="M170,180 Q200,200 210,240" />
  </g>
  
  <!-- Mechanical Elements -->
  <circle cx="135" cy="140" r="10" fill="pattern(#gears)"/>
  <circle cx="165" cy="140" r="10" fill="pattern(#gears)"/>
  
  <!-- Goggles -->
  <circle cx="135" cy="140" r="12" fill="none" stroke="#brass" stroke-width="3"/>
  <circle cx="165" cy="140" r="12" fill="none" stroke="#brass" stroke-width="3"/>
  
  <!-- Tea in pot -->
  <path d="M110,180 L190,180 L180,210 L120,210 Z" fill="url(#teaGradient)"/>
  
  <!-- Decorative gears -->
  <g transform="translate(50,50)">
    <circle cx="0" cy="0" r="15" fill="#brass" opacity="0.6">
      <animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="10s" repeatCount="indefinite"/>
    </circle>
  </g>
  
  <!-- Steam vents -->
  <circle cx="200" cy="100" r="5" fill="#steam">
    <animate attributeName="opacity" values="0.2;0.8;0.2" dur="2s" repeatCount="indefinite"/>
  </circle>
  <circle cx="220" cy="120" r="3" fill="#steam">
    <animate attributeName="opacity" values="0.8;0.2;0.8" dur="2s" repeatCount="indefinite"/>
  </circle>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.5 Sonnet (2024-10-22) Player 2

Judge's Analysis

    Player 2's image more clearly represents a steampunk octopus with elements like a central body and tentacles, adhering to the prompt more effectively.

    The use of darker colors and geometric simplicity in Image 2 enhances the steampunk theme.

    In contrast, Player 1's submission lacks identifiable features of an octopus and the steampunk aesthetic, focusing more on abstract geometric shapes with vibrant colors.

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
52
Player 2
19
Rectangles

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

Player 1
1
Player 2
1
Circles

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

Player 1
47
Player 2
9
Ellipses

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

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

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

Player 1
15
Player 2
2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
51
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
2
Player 2
5

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
15
Player 2
1

Complexity Metrics

Path Commands

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

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