Back

SVG Drawing Match #1335

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Octopus wearing a vintage diving helmet, holding an old map in its tentacles"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
    <defs>
        <linearGradient id="deepSea" gradientTransform="rotate(90)">
            <stop offset="0%" stop-color="#00334d" />
            <stop offset="100%" stop-color="#005580" />
        </linearGradient>
        <radialGradient id="light" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
            <stop offset="0%" stop-color="#fff" stop-opacity="0.8" />
            <stop offset="100%" stop-color="#00aaff" stop-opacity="0.3" />
        </radialGradient>
        <pattern id="mapPattern" patternUnits="userSpaceOnUse" width="10" height="10">
            <rect width="10" height="10" fill="#d2b48c" />
            <path d="M0,0 L10,10 M10,0 L0,10" stroke="#8b4513" stroke-width="1" />
        </pattern>
    </defs>
    <rect x="0" y="0" width="300" height="300" fill="url(#deepSea)" />
    <g transform="translate(150 150)">
        <path d="M-50,50 Q-80,0 -50,-50 Q0,-80 50,-50 Q80,0 50,50 Q0,80 -50,50 Z" fill="#3d6c8a" />
        <ellipse cx="-30" cy="-70" rx="30" ry="22" fill="#cc9a62" />
        <rect x="-40" y="-80" width="80" height="10" fill="#c0c0c0" />
        <path d="M-50,-60 Q-70,-40 -70,-10 Q-60,10 -50,0 Q-40,-10 -40,-40 Q-30,-60 -50,-60 Z" fill="#3d6c8a" />
        <g>
            <path d="M-30,10 C-40,30 -60,20 -50,10 C-40,20 -20,40 -20,30 C-20,20 -30,10 -30,10 Z" fill="#3d6c8a" />
            <path d="M0,0 L-20,-20 C-10,-15 0,-5 -20,0 Z" fill="#3d6c8a" />
        </g>
        <g fill="none" stroke="#8b4513" stroke-width="3">
            <path d="M-20,15 Q0,20 -20,25 Q-30,15 -20,15 Z" />
            <path d="M10,-10 L30,0" />
            <path d="M-50,50 Q-70,60 -90,50" />
        </g>
        <circle cx="0" cy="-75" r="15" fill="#fff" />
        <circle cx="0" cy="-75" r="10" fill="#000" />
        <path d="M-60,35 C-70,15 -90,5 -70,0 C-50,5 -40,35 -60,35 Z" fill="url(#mapPattern)" />
        <path d="M15,20 Q50,40 50,15 Q30,-25 10,-5" fill="url(#light)" />
        <path d="M0,1 C10,3 20,5 10,0" fill="none" stroke="#ffee58" stroke-width="1" />
    </g>
</svg>
SVG by o3-mini low (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect width="300" height="300" fill="url(#bgGradient)"/>
  <defs>
    <!-- Background Gradient -->
    <linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#003366" />
      <stop offset="100%" stop-color="#001122" />
    </linearGradient>
    <!-- Helmet Gradient -->
    <linearGradient id="helmetGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#a8a8a8"/>
      <stop offset="100%" stop-color="#666666"/>
    </linearGradient>
    <!-- Map Gradient -->
    <linearGradient id="mapGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#fdf5e6"/>
      <stop offset="100%" stop-color="#d2b48c"/>
    </linearGradient>
    <!-- Tentacle Pattern -->
    <pattern id="tentaclePattern" patternUnits="userSpaceOnUse" width="4" height="4">
      <line x1="0" y1="0" x2="4" y2="4" stroke="#900" stroke-width="0.5"/>
    </pattern>
  </defs>
  
  <!-- Octopus Body -->
  <g id="octopus">
    <!-- Head / mantle -->
    <ellipse cx="150" cy="120" rx="40" ry="30" fill="#552" stroke="#330" stroke-width="2"/>
    
    <!-- Eyes -->
    <circle cx="140" cy="115" r="4" fill="#fff"/>
    <circle cx="160" cy="115" r="4" fill="#fff"/>
    <circle cx="140" cy="115" r="2" fill="#000"/>
    <circle cx="160" cy="115" r="2" fill="#000"/>
  
    <!-- Tentacles -->
    <g id="tentacles" fill="#773" stroke="#552" stroke-width="2">
      <!-- Right half tentacles -->
      <path d="M150 140 C170 160, 190 180, 180 210" fill="none" stroke="url(#tentaclePattern)"/>
      <path d="M155 145 C175 165, 195 190, 185 220" fill="none"/>
      <path d="M160 150 C180 170, 200 195, 190 230" fill="none"/>
      <!-- Left half tentacles -->
      <path d="M150 140 C130 160, 110 180, 120 210" fill="none" stroke="url(#tentaclePattern)"/>
      <path d="M145 145 C125 165, 105 190, 115 220" fill="none"/>
      <path d="M140 150 C120 170, 100 195, 110 230" fill="none"/>
    </g>
  </g>
  
  <!-- Vintage Diving Helmet -->
  <g id="helmet" transform="translate(105, 60)">
    <!-- Helmet dome -->
    <circle cx="45" cy="45" r="45" fill="url(#helmetGradient)" stroke="#444" stroke-width="3"/>
    <!-- Helmet glass -->
    <ellipse cx="45" cy="55" rx="25" ry="18" fill="rgba(150, 200, 255, 0.3)" stroke="#88c" stroke-width="2"/>
    <!-- Decorative rivets -->
    <g fill="#333">
      <circle cx="20" cy="30" r="3"/>
      <circle cx="70" cy="30" r="3"/>
      <circle cx="20" cy="60" r="3"/>
      <circle cx="70" cy="60" r="3"/>
    </g>
    <!-- Helmet Top Shine -->
    <path d="M15,30 Q45,10 75,30" fill="none" stroke="rgba(255,255,255,0.7)" stroke-width="4" stroke-linecap="round"/>
  </g>
  
  <!-- Old Map held in a tentacle -->
  <g id="map" transform="rotate(-10,150,220)">
    <rect x="155" y="210" width="70" height="50" fill="url(#mapGradient)" stroke="#a67" stroke-width="2" rx="5" ry="5"/>
    <!-- Crinkled lines on the map -->
    <path d="M160 220 Q180 230 190 220 Q200 230 220 220" fill="none" stroke="#8b5" stroke-width="1.5" stroke-dasharray="3,3"/>
    <path d="M160 230 Q180 240 190 230 Q200 240 220 230" fill="none" stroke="#8b5" stroke-width="1" stroke-dasharray="2,2"/>
    <!-- Antique compass -->
    <g transform="translate(200,225)">
      <circle cx="0" cy="0" r="8" fill="#fefefe" stroke="#666" stroke-width="1.5"/>
      <line x1="0" y1="-6" x2="0" y2="6" stroke="#aa0000" stroke-width="1"/>
      <line x1="-6" y1="0" x2="6" y2="0" stroke="#aa0000" stroke-width="1"/>
      <circle cx="0" cy="0" r="1" fill="#aa0000"/>
    </g>
  </g>
  
  <!-- Additional artistic details: bubbles -->
  <g id="bubbles">
    <circle cx="250" cy="50" r="6" fill="rgba(200,200,255,0.6)"/>
    <circle cx="260" cy="70" r="4" fill="rgba(200,200,255,0.6)"/>
    <circle cx="240" cy="90" r="3" fill="rgba(200,200,255,0.6)"/>
    <circle cx="230" cy="110" r="5" fill="rgba(200,200,255,0.6)"/>
  </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 submission better adheres to the prompt with a clear representation of an octopus wearing a vintage diving helmet and holding an old map.

    The image is more complete and visually appealing, with the helmet and map distinctly illustrated.

    Player 1's image lacks clarity and detail in depicting both the octopus and the vintage elements specified in 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
17
Player 2
31
Rectangles

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

Player 1
3
Player 2
2
Circles

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

Player 1
2
Player 2
15
Ellipses

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

Player 1
1
Player 2
2
Lines

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

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

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

Player 1
3
Player 2
7

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

The number of elements with stroke attributes in the SVG.

Player 1
3
Player 2
14

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
23

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
42
Player 2
20
Max Group Nesting

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

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