Back

SVG Drawing Match #194

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Octopus juggling planets in deep sea, each tentacle holding a different celestial body"

SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="seaGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#001d3d"/>
      <stop offset="100%" stop-color="#003566"/>
    </radialGradient>
    <linearGradient id="octopusGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ff6f61"/>
      <stop offset="100%" stop-color="#d45087"/>
    </linearGradient>
    <radialGradient id="planet1" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#f0a202"/>
      <stop offset="100%" stop-color="#f0d808"/>
    </radialGradient>
    <radialGradient id="planet2" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#6a2c70"/>
      <stop offset="100%" stop-color="#b83b5e"/>
    </radialGradient>
    <radialGradient id="planet3" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#22c1c3"/>
      <stop offset="100%" stop-color="#fdbb2d"/>
    </radialGradient>
    <radialGradient id="planet4" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ff512f"/>
      <stop offset="100%" stop-color="#dd2476"/>
    </radialGradient>
    <radialGradient id="planet5" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#00c6ff"/>
      <stop offset="100%" stop-color="#0072ff"/>
    </radialGradient>
    <radialGradient id="planet6" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ff9a9e"/>
      <stop offset="100%" stop-color="#fad0c4"/>
    </radialGradient>
    <radialGradient id="planet7" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#43cea2"/>
      <stop offset="100%" stop-color="#185a9d"/>
    </radialGradient>
    <radialGradient id="planet8" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#fbc2eb"/>
      <stop offset="100%" stop-color="#a6c1ee"/>
    </radialGradient>
  </defs>
  
  <!-- Deep Sea Background -->
  <rect width="300" height="300" fill="url(#seaGradient)" />
  
  <!-- Octopus Body -->
  <ellipse cx="150" cy="200" rx="40" ry="25" fill="url(#octopusGradient)" />
  
  <!-- Octopus Eyes -->
  <circle cx="140" cy="190" r="5" fill="#ffffff" />
  <circle cx="160" cy="190" r="5" fill="#ffffff" />
  <circle cx="140" cy="190" r="2" fill="#000000" />
  <circle cx="160" cy="190" r="2" fill="#000000" />
  
  <!-- Octopus Tentacles -->
  <!-- Tentacle 1 -->
  <path d="M130,220 Q100,250 80,230" stroke="url(#octopusGradient)" stroke-width="8" fill="none" />
  <circle cx="80" cy="230" r="10" fill="url(#planet1)" />
  
  <!-- Tentacle 2 -->
  <path d="M160,220 Q190,250 210,240" stroke="url(#octopusGradient)" stroke-width="8" fill="none" />
  <circle cx="210" cy="240" r="12" fill="url(#planet2)" />
  
  <!-- Tentacle 3 -->
  <path d="M110,210 Q90,240 70,220" stroke="url(#octopusGradient)" stroke-width="8" fill="none" />
  <circle cx="70" cy="220" r="9" fill="url(#planet3)" />
  
  <!-- Tentacle 4 -->
  <path d="M170,210 Q190,240 220,210" stroke="url(#octopusGradient)" stroke-width="8" fill="none" />
  <circle cx="220" cy="210" r="11" fill="url(#planet4)" />
  
  <!-- Tentacle 5 -->
  <path d="M100,230 Q80,260 60,240" stroke="url(#octopusGradient)" stroke-width="8" fill="none" />
  <circle cx="60" cy="240" r="10" fill="url(#planet5)" />
  
  <!-- Tentacle 6 -->
  <path d="M200,230 Q220,260 240,250" stroke="url(#octopusGradient)" stroke-width="8" fill="none" />
  <circle cx="240" cy="250" r="12" fill="url(#planet6)" />
  
  <!-- Tentacle 7 -->
  <path d="M90,250 Q70,280 50,260" stroke="url(#octopusGradient)" stroke-width="8" fill="none" />
  <circle cx="50" cy="260" r="9" fill="url(#planet7)" />
  
  <!-- Tentacle 8 -->
  <path d="M210,250 Q230,280 250,270" stroke="url(#octopusGradient)" stroke-width="8" fill="none" />
  <circle cx="250" cy="270" r="11" fill="url(#planet8)" />
  
  <!-- Additional Details: Bubbles -->
  <circle cx="120" cy="50" r="3" fill="#ffffff" opacity="0.5"/>
  <circle cx="180" cy="80" r="2" fill="#ffffff" opacity="0.3"/>
  <circle cx="60" cy="120" r="4" fill="#ffffff" opacity="0.4"/>
  <circle cx="240" cy="100" r="3" fill="#ffffff" opacity="0.5"/>
</svg>
SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <linearGradient id="bgGradient" x1="0" x2="0" y1="0" y2="1">
      <stop offset="0%" stop-color="#001f33" />
      <stop offset="100%" stop-color="#005e7f" />
    </linearGradient>
    <linearGradient id="octoGradient" x1="0" y1="1" x2="1" y2="0">
      <stop offset="0%" stop-color="#ff7f50" />
      <stop offset="100%" stop-color="#ff4500" />
    </linearGradient>
    <radialGradient id="planet1Gradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#f39c12" />
      <stop offset="100%" stop-color="#e67e22" />
    </radialGradient>
    <radialGradient id="planet2Gradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#3498db" />
      <stop offset="100%" stop-color="#2980b9" />
    </radialGradient>
    <radialGradient id="planet3Gradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#8e44ad" />
      <stop offset="100%" stop-color="#9b59b6" />
    </radialGradient>
    <radialGradient id="planet4Gradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#27ae60" />
      <stop offset="100%" stop-color="#2ecc71" />
    </radialGradient>
  </defs>
  <rect width="100%" height="100%" fill="url(#bgGradient)" />
  <g transform="translate(150, 150)">
    <path d="M-40,40 Q-70,60 -80,20 Q-90,-20 -40,-80 Q0,-90 40,-80 Q90,-70 80,-20 Q70,60 40,40 Q20,60 0,70 Q-20,60 -40,40 Z" 
          fill="url(#octoGradient)" />
    <path d="M-40,40 C-60,20 -80,20 -90,0" stroke="#fff" stroke-width="3" fill="none" />
    <path d="M40,40 C60,20 80,20 90,0" stroke="#fff" stroke-width="3" fill="none" />
    <circle cx="-60" cy="-40" r="20" fill="url(#planet1Gradient)" />
    <circle cx="60" cy="-40" r="25" fill="url(#planet2Gradient)" />
    <circle cx="-60" cy="40" r="15" fill="url(#planet3Gradient)" />
    <circle cx="60" cy="40" r="30" fill="url(#planet4Gradient)" />
    <path d="M-40,40 Q-50,20 -60,0" stroke="#fff" stroke-width="3" fill="none" />
    <path d="M40,40 Q50,20 60,0" stroke="#fff" stroke-width="3" fill="none" />
    <circle cx="-10" cy="-10" r="18" fill="#fff" opacity="0.5" />
    <circle cx="10" cy="-10" r="18" fill="#fff" opacity="0.5" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O1-mini (2024-09-12) Player 1

Judge's Analysis

    Player 1's image creatively depicts an octopus with clearly defined tentacles, each holding a distinct celestial body, adhering closely to the prompt.

    The use of colors and the background suggest an underwater setting, enhancing the visual appeal.

    Player 2's submission lacks clarity in the depiction of an octopus and tentacles, making it less effective in communicating the intended idea.

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
26
Player 2
12
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
16
Player 2
6
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
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
8
Player 2
5
Groups

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

Player 1
Player 2
1

Visual Effects Metrics

Gradients

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

Player 1
10
Player 2
6
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
8
Player 2
4

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
22
Player 2
13

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
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
17
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
10
Player 2
6
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