Back

SVG Drawing Match #356

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Ballet-dancing octopus under a disco ball"

SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="discoGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="100%" stop-color="#cccccc"/>
    </radialGradient>
    <linearGradient id="octoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#6a5acd"/>
      <stop offset="100%" stop-color="#483d8b"/>
    </linearGradient>
    <radialGradient id="tentacleGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ff69b4"/>
      <stop offset="100%" stop-color="#c71585"/>
    </radialGradient>
    <linearGradient id="tutuGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#ff1493"/>
      <stop offset="100%" stop-color="#ff69b4"/>
    </linearGradient>
    <pattern id="discoPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="2" fill="#ffeb3b" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="black" />
  
  <!-- Disco Ball -->
  <circle cx="150" cy="60" r="40" fill="url(#discoGradient)" stroke="#ffffff" stroke-width="2"/>
  <g stroke="#ffffff" stroke-width="0.5">
    <line x1="150" y1="20" x2="150" y2="100" />
    <line x1="110" y1="60" x2="190" y2="60" />
    <line x1="120" y1="40" x2="180" y2="80" />
    <line x1="180" y1="40" x2="120" y2="80" />
    <line x1="150" y1="20" x2="170" y2="100" />
    <line x1="150" y1="20" x2="130" y2="100" />
  </g>
  
  <!-- Octopus Body -->
  <ellipse cx="150" cy="200" rx="40" ry="30" fill="url(#octoGradient)" />
  
  <!-- Octopus Head -->
  <circle cx="150" cy="170" r="20" fill="url(#octoGradient)" />
  
  <!-- Tentacles -->
  <g fill="url(#tentacleGradient)">
    <path d="M130,200 Q120,220 110,210 Q100,200 90,210 Q80,220 70,200" />
    <path d="M170,200 Q180,220 190,210 Q200,200 210,210 Q220,220 230,200" />
    <path d="M110,200 Q100,230 90,220 Q80,210 70,220 Q60,230 50,210" />
    <path d="M190,200 Q200,230 210,220 Q220,210 230,220 Q240,230 250,210" />
    <path d="M150,200 Q140,230 130,220 Q120,210 110,220 Q100,230 90,210" />
    <path d="M150,200 Q160,230 170,220 Q180,210 190,220 Q200,230 210,210" />
    <path d="M130,200 Q140,240 150,220 Q160,240 170,210" />
    <path d="M170,200 Q160,240 150,220 Q140,240 130,210" />
  </g>
  
  <!-- Tutu -->
  <path d="M110,170 C115,160 185,160 190,170 Q150,190 110,170" fill="url(#tutuGradient)" opacity="0.8"/>
  
  <!-- Ballet Shoes -->
  <circle cx="130" cy="205" r="5" fill="#ffffff"/>
  <circle cx="170" cy="205" r="5" fill="#ffffff"/>
  
  <!-- Spotlight Effects -->
  <g opacity="0.3">
    <radialGradient id="spotlight1" cx="150" cy="60" r="1" gradientUnits="userSpaceOnUse">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="100%" stop-color="transparent"/>
    </radialGradient>
    <circle cx="150" cy="60" r="100" fill="url(#spotlight1)" />
    <radialGradient id="spotlight2" cx="150" cy="60" r="1" gradientUnits="userSpaceOnUse">
      <stop offset="0%" stop-color="#ff69b4"/>
      <stop offset="100%" stop-color="transparent"/>
    </radialGradient>
    <circle cx="150" cy="60" r="80" fill="url(#spotlight2)" />
  </g>
  
  <!-- Decorative Stars -->
  <g fill="#ffffff" opacity="0.8">
    <circle cx="30" cy="30" r="2" />
    <circle cx="270" cy="50" r="1.5" />
    <circle cx="60" cy="90" r="2" />
    <circle cx="220" cy="30" r="1.5" />
    <circle cx="90" cy="250" r="2" />
    <circle cx="210" cy="270" r="1.5" />
  </g>
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="oceanGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color: #a2d9ff; stop-opacity: 1;"></stop>
      <stop offset="100%" style="stop-color: #0077be; stop-opacity: 1;"></stop>
    </radialGradient>
    <radialGradient id="discoBallGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color: #ffffff; stop-opacity: 1;"></stop>
      <stop offset="100%" style="stop-color: #b3b3b3; stop-opacity: 1;"></stop>
    </radialGradient>
    <pattern id="discoPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="5" height="5" fill="#ffffff" />
      <rect x="5" y="5" width="5" height="5" fill="#ffffff" />
    </pattern>
  </defs>  
  <rect width="300" height="300" fill="url(#oceanGradient)" />
  <circle cx="150" cy="50" r="30" fill="url(#discoBallGradient)" />
  <circle cx="150" cy="50" r="28" fill="url(#discoPattern)" />
  <g transform="translate(150, 180)">
    <g fill="#ff82a9">
      <path d="M0 0 C-10 -20, -50 -70, -30 -80 C-20 -60, -10 -40, 0 0 Z" />
      <path d="M0 0 C10 -20, 50 -70, 30 -80 C20 -60, 10 -40, 0 0 Z" />
      <path d="M0 0 C-20 10, -70 50, -80 30 C-60 20, -40 10, 0 0 Z" />
      <path d="M0 0 C20 10, 70 50, 80 30 C60 20, 40 10, 0 0 Z" />
      <path d="M0 0 C-10 20, -50 70, -30 80 C-20 60, -10 40, 0 0 Z" />
      <path d="M0 0 C10 20, 50 70, 30 80 C20 60, 10 40, 0 0 Z" />
    </g>
    <circle cx="0" cy="0" r="15" fill="#ff4772" />
  </g>
  <g transform="translate(150, 180)">
    <circle cx="-7" cy="-5" r="2.5" fill="#ffffff" />
    <circle cx="7" cy="-5" r="2.5" fill="#ffffff" />
    <path d="M-5,4 Q0,10 5,4" stroke="#ffffff" stroke-width="2" fill="none" />
  </g>
  <g>
    <rect x="50" y="60" width="10" height="180" rx="2" ry="2" fill="#7f7f7f" opacity="0.3" />
    <rect x="70" y="60" width="10" height="180" rx="2" ry="2" fill="#7f7f7f" opacity="0.3" />
    <rect x="90" y="60" width="10" height="180" rx="2" ry="2" fill="#7f7f7f" opacity="0.3" />
    <rect x="110" y="60" width="10" height="180" rx="2" ry="2" fill="#7f7f7f" opacity="0.3" />
    <rect x="130" y="60" width="10" height="180" rx="2" ry="2" fill="#7f7f7f" opacity="0.3" />
    <rect x="150" y="60" width="10" height="180" rx="2" ry="2" fill="#7f7f7f" opacity="0.3" />
    <rect x="170" y="60" width="10" height="180" rx="2" ry="2" fill="#7f7f7f" opacity="0.3" />
    <rect x="190" y="60" width="10" height="180" rx="2" ry="2" fill="#7f7f7f" opacity="0.3" />
    <rect x="210" y="60" width="10" height="180" rx="2" ry="2" fill="#7f7f7f" opacity="0.3" />
    <rect x="230" y="60" width="10" height="180" rx="2" ry="2" fill="#7f7f7f" opacity="0.3" />
    <rect x="250" y="60" width="10" height="180" rx="2" ry="2" fill="#7f7f7f" opacity="0.3" />
  </g>
</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 more effectively captures the theme with a clear representation of an octopus dancing under a disco ball.

    The use of color and background creates a vibrant and dynamic scene, while the octopus's form and expression convey movement and joy.

    Player 1's image, although creative, lacks clarity in depicting a dancing octopus and the disco setting, resulting in a less engaging visual experience.

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
30
Player 2
26
Rectangles

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

Player 1
1
Player 2
14
Circles

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

Player 1
13
Player 2
5
Ellipses

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

Player 1
1
Player 2
Lines

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

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

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

Player 1
4
Player 2
4

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
2
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
4

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
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
33
Player 2
26
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
5
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