Back

SVG Drawing Match #2097

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Octopus playing a grand piano underwater"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="oceanGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" style="stop-color:#00aaff; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#002244; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="octopusGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#ff6699; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#cc0033; stop-opacity:1" />
    </radialGradient>
    <pattern id="pianoPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <rect width="10" height="10" fill="none"/>
      <polygon points="0,0 0,10 5,5" fill="#fff"/>
      <polygon points="5,0 5,10 10,5" fill="#000"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#oceanGradient)" />
  <g id="octopus" transform="translate(150,180)">
    <path d="M-20,20 Q-40,0 -20,-20 Q0,-40 20,-20 Q40,0 20,20 Q0,40 -20,20" fill="url(#octopusGradient)" />
    <path d="M-20,20 C-25,30 -30,35 -20,45 C-10,55 10,55 20,45 C30,35 25,30 20,20 Z" fill="#ff3333"/>
    <circle cx="-10" cy="-20" r="5" fill="#fff" />
    <circle cx="10" cy="-20" r="5" fill="#fff" />
    <circle cx="-10" cy="-21" r="2" fill="#000" />
    <circle cx="10" cy="-21" r="2" fill="#000" />
  </g>
  <g id="piano" transform="translate(100,200)">
    <rect width="100" height="10" fill="black"/>
    <rect width="100" height="20" transform="translate(0,10)" fill="url(#pianoPattern)"/>
    <rect width="100" height="5" transform="translate(0,30)" fill="black"/>
    <path d="M0,15 Q10,25 20,15 Q30,5 40,15 Q50,25 60,15 Q70,5 80,15 Q90,25 100,15" fill="#ccc"/>
  </g>
  <g id="bubbles">
    <circle cx="50" cy="50" r="5" fill="white" opacity="0.6"/>
    <circle cx="70" cy="30" r="4" fill="white" opacity="0.5"/>
    <circle cx="90" cy="80" r="7" fill="white" opacity="0.4"/>
    <circle cx="130" cy="100" r="3" fill="white" opacity="0.5"/>
    <circle cx="170" cy="40" r="5" fill="white" opacity="0.6"/>
  </g>
</svg>
SVG by o3-mini low (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Define gradients -->
  <defs>
    <linearGradient id="oceanGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#004e92"/>
      <stop offset="100%" stop-color="#000428"/>
    </linearGradient>
    <radialGradient id="pianoGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#fff"/>
      <stop offset="100%" stop-color="#ccc"/>
    </radialGradient>
    <radialGradient id="octoSkin" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ff6f61"/>
      <stop offset="100%" stop-color="#d64541"/>
    </radialGradient>
    <pattern id="inkPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <rect width="10" height="10" fill="none"/>
      <circle cx="5" cy="5" r="1" fill="#333"/>
    </pattern>
  </defs>
  
  <!-- Background -->
  <rect width="300" height="300" fill="url(#oceanGradient)" />
  
  <!-- Bubbles (water elements) -->
  <g fill="white" opacity="0.3">
    <circle cx="50" cy="240" r="4" />
    <circle cx="90" cy="280" r="3" />
    <circle cx="130" cy="250" r="5" />
    <circle cx="180" cy="270" r="4" />
    <circle cx="220" cy="260" r="3" />
    <circle cx="260" cy="280" r="4" />
  </g>
  
  <!-- Grand Piano -->
  <g id="piano" transform="translate(50,150)">
    <!-- Piano body -->
    <rect x="0" y="0" width="200" height="40" fill="url(#pianoGradient)" stroke="#555" stroke-width="2"/>
    <!-- Piano lid -->
    <path d="M 5 0 Q 100 -30 195 0 L 195 5 Q 100 -25 5 5 Z" fill="url(#pianoGradient)" stroke="#555" stroke-width="2"/>
    <!-- Piano keys -->
    <g>
      <rect x="10" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
      <rect x="30" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
      <rect x="50" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
      <rect x="70" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
      <rect x="90" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
      <rect x="110" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
      <rect x="130" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
      <rect x="150" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
      <rect x="170" y="5" width="15" height="30" fill="#fff" stroke="#aaa" stroke-width="1"/>
    </g>
  </g>
  
  <!-- Octopus playing the piano -->
  <g id="octopus">
    <!-- Octopus head/body -->
    <ellipse cx="150" cy="90" rx="25" ry="18" fill="url(#octoSkin)" stroke="#8b3e30" stroke-width="2"/>
    <!-- Eye details -->
    <circle cx="142" cy="87" r="3" fill="#fff"/>
    <circle cx="142" cy="87" r="1.5" fill="#000"/>
    <circle cx="158" cy="87" r="3" fill="#fff"/>
    <circle cx="158" cy="87" r="1.5" fill="#000"/>
    
    <!-- Tentacles -->
    <!-- Left upper tentacle reaching towards keys -->
    <path d="M 140 100 C 120 110, 110 130, 130 140" fill="none" stroke="url(#octoSkin)" stroke-width="4" stroke-linecap="round"/>
    <circle cx="130" cy="140" r="3" fill="url(#octoSkin)"/>
    
    <!-- Right upper tentacle reaching towards keys -->
    <path d="M 160 100 C 180 110, 190 130, 170 140" fill="none" stroke="url(#octoSkin)" stroke-width="4" stroke-linecap="round"/>
    <circle cx="170" cy="140" r="3" fill="url(#octoSkin)"/>
    
    <!-- Lower tentacles curling gracefully -->
    <path d="M 145 110 C 130 150, 120 170, 140 190" fill="none" stroke="url(#octoSkin)" stroke-width="3" stroke-linecap="round"/>
    <path d="M 155 110 C 170 150, 180 170, 160 190" fill="none" stroke="url(#octoSkin)" stroke-width="3" stroke-linecap="round"/>
    <path d="M 150 115 C 145 150, 140 165, 150 200" fill="none" stroke="url(#octoSkin)" stroke-width="3" stroke-linecap="round"/>
    
    <!-- Decorative ink splatters -->
    <circle cx="130" cy="85" r="2" fill="url(#inkPattern)" opacity="0.5"/>
    <circle cx="170" cy="85" r="2" fill="url(#inkPattern)" opacity="0.5"/>
    <circle cx="150" cy="65" r="2.5" fill="url(#inkPattern)" opacity="0.5"/>
  </g>
  
  <!-- Subtle rays of light underwater -->
  <g opacity="0.2">
    <line x1="0" y1="0" x2="300" y2="300" stroke="white" stroke-width="5" stroke-linecap="round"/>
    <line x1="300" y1="0" x2="0" y2="300" stroke="white" stroke-width="5" stroke-linecap="round"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini low (2025-01-31) Player 2

Judge's Analysis

    Player 2's image more effectively captures the idea of an octopus playing a grand piano underwater.

    The depiction of the octopus with multiple tentacles interacting with the piano is more dynamic and visually engaging.

    Additionally, the image has better technical quality and composition, making it more appealing and adherent to the prompt.

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

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

Player 1
5
Player 2
12
Circles

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

Player 1
9
Player 2
16
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
2
Player 2
Paths

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

Player 1
3
Player 2
6
Groups

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

Player 1
3
Player 2
5

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
19

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2
12

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
4
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
16
Player 2
15
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
Player 2
1
Defs Elements

The number of elements defined within the defs element in the SVG.

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