Back

SVG Drawing Match #640

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A violin-playing octopus in a space helmet, surrounded by floating sheet music"

SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="spaceBg" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#000033"/>
      <stop offset="100%" stop-color="#000066"/>
    </linearGradient>
    <linearGradient id="helmetGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#B0C4DE"/>
      <stop offset="100%" stop-color="#E0FFFF"/>
    </linearGradient>
    <linearGradient id="octopusGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#FF4500"/>
      <stop offset="100%" stop-color="#FF8C00"/>
    </linearGradient>
    <pattern id="sheetMusic" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <path d="M0 10 L20 10 M5 5 L5 15 M15 5 L15 15" stroke="#FFFFFF" stroke-width="2"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#spaceBg)"/>
  <circle cx="150" cy="150" r="80" fill="url(#helmetGradient)" stroke="#FFFFFF" stroke-width="5"/>
  <g transform="translate(95, 100)">
    <circle cx="50" cy="50" r="40" fill="url(#octopusGradient)"/>
    <circle cx="35" cy="40" r="5" fill="#000"/>
    <circle cx="65" cy="40" r="5" fill="#000"/>
    <path d="M40 65 Q50 75 60 65" fill="none" stroke="#000" stroke-width="3"/>
    <path d="M30 80 C30 120, 70 120, 70 80" fill="url(#octopusGradient)"/>
    <path d="M30 80 Q50 100 70 80" fill="none" stroke="#000" stroke-width="3"/>
    <path d="M20 90 Q20 110, 40 120" fill="none" stroke="#000" stroke-width="3"/>
    <path d="M80 90 Q80 110, 60 120" fill="none" stroke="#000" stroke-width="3"/>
  </g>
  <rect x="100" y="180" width="100" height="50" fill="url(#sheetMusic)"/>
  <path d="M120 200 L120 230 M140 200 L140 230 M160 200 L160 230 M180 200 L180 230" stroke="#FFFFFF" stroke-width="3"/>
  <circle cx="200" cy="100" r="10" fill="#FFFF00"/>
  <circle cx="250" cy="50" r="5" fill="#FFFFFF"/>
  <circle cx="50" cy="250" r="5" fill="#FFFFFF"/>
  <circle cx="150" cy="30" r="5" fill="#FFFFFF"/>
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="helmetGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffffff" stop-opacity="0.7" />
      <stop offset="100%" stop-color="#cccccc" stop-opacity="0.1" />
    </radialGradient>
    <linearGradient id="octopusGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#8a2be2" />
      <stop offset="100%" stop-color="#4b0082" />
    </linearGradient>
    <pattern id="musicNotes" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <path d="M3,6 Q5,8 7,6 T11,6" stroke="#fff" fill="none" stroke-width="1"/>
      <circle cx="5" cy="7" r="2" fill="#fff"/>
      <circle cx="9" cy="7" r="2" fill="#fff"/>
    </pattern>
  </defs>
  
  <!-- Space Background -->
  <rect width="100%" height="100%" fill="black"/>

  <!-- Floating Sheet Music -->
  <rect x="10" y="10" width="100" height="150" fill="url(#musicNotes)" opacity="0.2" transform="rotate(15 60 85)" />
  <rect x="200" y="30" width="80" height="120" fill="url(#musicNotes)" opacity="0.2" transform="rotate(-10 240 90)" />
  <rect x="60" y="180" width="90" height="100" fill="url(#musicNotes)" opacity="0.2" transform="rotate(-5 105 230)" />

  <!-- Octopus Body -->
  <circle cx="150" cy="150" r="50" fill="url(#octopusGradient)" />
  
  <!-- Octopus Tentacles -->
  <path d="M100,140 C90,80 120,80 110,180" fill="none" stroke="url(#octopusGradient)" stroke-width="10"/>
  <path d="M120,130 C120,70 150,70 140,180" fill="none" stroke="url(#octopusGradient)" stroke-width="12"/>
  <path d="M150,140 C170,80 200,90 190,190" fill="none" stroke="url(#octopusGradient)" stroke-width="10"/>
  <path d="M160,130 C150,90 170,60 180,180" fill="none" stroke="url(#octopusGradient)" stroke-width="8"/>
  <path d="M140,180 C90,180 110,220 110,220" fill="none" stroke="url(#octopusGradient)" stroke-width="8"/>
  
  <!-- Violin -->
  <ellipse cx="190" cy="130" rx="20" ry="8" fill="#d2691e" />
  <rect x="180" y="123" width="4" height="16" fill="#8b4513" />
  <line x1="190" y1="126" x2="210" y2="140" stroke="#8b4513" stroke-width="2"/>
  <line x1="190" y1="134" x2="210" y2="148" stroke="#8b4513" stroke-width="2"/>
  
  <!-- Space Helmet -->
  <circle cx="150" cy="150" r="70" fill="url(#helmetGradient)" stroke="#ffffff" stroke-width="2" opacity="0.5"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 2

Judge's Analysis

    Player 2's image captures the whimsy of an octopus playing the violin with a more dynamic and visually appealing use of colors and shapes.

    The octopus is clearly depicted, wearing a space helmet, and surrounded by floating sheet music, adhering closely to the prompt.

    In contrast, Player 1's image lacks clear depiction of the octopus and violin, resulting in less adherence to the prompt and lower visual appeal.

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
17
Player 2
18
Rectangles

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

Player 1
2
Player 2
5
Circles

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

Player 1
8
Player 2
4
Ellipses

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

Player 1
Player 2
1
Lines

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

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

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

Player 1
1
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
7
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2
8

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

Complexity Metrics

Path Commands

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

Player 1
24
Player 2
13
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
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