Back

SVG Drawing Match #1106

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A cyberpunk octopus playing a violin"

SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#1a2a6c; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#b21f1f; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="octoGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#00c6ff; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#0072ff; stop-opacity:1" />
    </radialGradient>
    <linearGradient id="violinGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#ff00cc; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#3333ff; stop-opacity:1" />
    </linearGradient>
    <filter id="glow">
      <feDropShadow dx="0" dy="0" stdDeviation="4" flood-color="#00ffea" />
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#bgGradient)" />
  <!-- Octopus Body -->
  <g filter="url(#glow)">
    <ellipse cx="150" cy="150" rx="40" ry="60" fill="url(#octoGradient)" stroke="#00ffea" stroke-width="2"/>
    <!-- Eyes -->
    <circle cx="135" cy="130" r="8" fill="#ffffff" stroke="#00ffea" stroke-width="1"/>
    <circle cx="165" cy="130" r="8" fill="#ffffff" stroke="#00ffea" stroke-width="1"/>
    <circle cx="135" cy="130" r="3" fill="#00ffea"/>
    <circle cx="165" cy="130" r="3" fill="#00ffea"/>
    <!-- Tentacles -->
    <g>
      <path d="M110,210 C100,220 90,220 80,210 S60,190 70,180" stroke="#00ffea" stroke-width="4" fill="none"/>
      <path d="M190,210 C200,220 210,220 220,210 S240,190 230,180" stroke="#00ffea" stroke-width="4" fill="none"/>
      <path d="M100,190 C90,200 80,210 70,200 S50,180 60,170" stroke="#00ffea" stroke-width="4" fill="none"/>
      <path d="M200,190 C210,200 220,210 230,200 S250,180 240,170" stroke="#00ffea" stroke-width="4" fill="none"/>
      <path d="M80,160 C70,170 60,180 50,170 S30,150 40,140" stroke="#00ffea" stroke-width="4" fill="none"/>
      <path d="M220,160 C230,170 240,180 250,170 S270,150 260,140" stroke="#00ffea" stroke-width="4" fill="none"/>
      <path d="M90,140 C80,150 70,160 60,150 S40,130 50,120" stroke="#00ffea" stroke-width="4" fill="none"/>
      <path d="M210,140 C220,150 230,160 240,150 S260,130 250,120" stroke="#00ffea" stroke-width="4" fill="none"/>
    </g>
    <!-- Cyber enhancements -->
    <circle cx="150" cy="100" r="5" fill="#ff00cc" stroke="#00ffea" stroke-width="1"/>
    <rect x="145" y="110" width="10" height="20" fill="#ff00cc" stroke="#00ffea" stroke-width="1" rx="2"/>
    <line x1="150" y1="130" x2="150" y2="150" stroke="#00ffea" stroke-width="2" stroke-dasharray="4"/>
  </g>
  <!-- Violin -->
  <g transform="translate(180, 130)" filter="url(#glow)">
    <path d="M0,0 C30,-10 30,40 0,50 C-30,40 -30,-10 0,0" fill="url(#violinGradient)" stroke="#ff00cc" stroke-width="2"/>
    <rect x="-5" y="20" width="10" height="30" fill="#3333ff" />
    <circle cx="0" cy="25" r="3" fill="#00ffea" />
    <line x1="0" y1="0" x2="0" y2="50" stroke="#00ffea" stroke-width="1" stroke-dasharray="2,2"/>
    <line x1="-10" y1="15" x2="10" y2="35" stroke="#ff00cc" stroke-width="1" />
    <line x1="-10" y1="35" x2="10" y2="15" stroke="#ff00cc" stroke-width="1" />
  </g>
  <!-- Background Elements -->
  <g opacity="0.3">
    <rect x="50" y="50" width="200" height="200" fill="none" stroke="#00ffea" stroke-width="2" stroke-dasharray="5,5"/>
    <circle cx="150" cy="150" r="100" fill="none" stroke="#ff00cc" stroke-width="1" stroke-dasharray="3,3"/>
    <line x1="0" y1="0" x2="300" y2="300" stroke="#3333ff" stroke-width="1" stroke-dasharray="2,2"/>
    <line x1="300" y1="0" x2="0" y2="300" stroke="#3333ff" stroke-width="1" stroke-dasharray="2,2"/>
  </g>
</svg>
SVG by o3-mini high (2025-01-31)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="bgGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#1a1a2e"/>
      <stop offset="100%" stop-color="#16213e"/>
    </linearGradient>
    <radialGradient id="octoGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#00f9ff"/>
      <stop offset="100%" stop-color="#9b00ff"/>
    </radialGradient>
    <linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ff006e"/>
      <stop offset="100%" stop-color="#8338ec"/>
    </linearGradient>
    <linearGradient id="violinGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#e0ac69"/>
      <stop offset="100%" stop-color="#8b5e3c"/>
    </linearGradient>
    <linearGradient id="bowGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#c0c0c0"/>
      <stop offset="100%" stop-color="#ffffff"/>
    </linearGradient>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="3.5" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  
  <rect width="300" height="300" fill="url(#bgGradient)"/>
  
  <!-- Cyberpunk ambient elements -->
  <g id="cyberElements" opacity="0.3">
    <circle cx="30" cy="30" r="2" fill="#0ff"/>
    <circle cx="270" cy="40" r="2" fill="#0ff"/>
    <circle cx="60" cy="260" r="2" fill="#0ff"/>
    <circle cx="240" cy="280" r="2" fill="#0ff"/>
    <circle cx="150" cy="290" r="2" fill="#0ff"/>
    <circle cx="290" cy="150" r="2" fill="#0ff"/>
    <circle cx="10" cy="200" r="2" fill="#0ff"/>
  </g>
  
  <!-- Octopus Head -->
  <circle cx="150" cy="100" r="40" fill="url(#octoGradient)" stroke="#fff" stroke-width="2" filter="url(#glow)"/>
  
  <!-- Octopus Eyes -->
  <circle cx="140" cy="90" r="5" fill="#fff" filter="url(#glow)"/>
  <circle cx="160" cy="90" r="5" fill="#fff" filter="url(#glow)"/>
  <circle cx="140" cy="90" r="2" fill="#000"/>
  <circle cx="160" cy="90" r="2" fill="#000"/>
  
  <!-- Octopus Tentacles -->
  <path d="M140,140 C130,160 120,180 125,210" fill="none" stroke="url(#tentacleGradient)" stroke-width="6" stroke-linecap="round" filter="url(#glow)"/>
  <path d="M120,145 C100,170 90,195 100,225" fill="none" stroke="url(#tentacleGradient)" stroke-width="6" stroke-linecap="round" filter="url(#glow)"/>
  <path d="M110,150 C90,180 80,210 95,240" fill="none" stroke="url(#tentacleGradient)" stroke-width="6" stroke-linecap="round" filter="url(#glow)"/>
  <path d="M150,140 C150,170 150,200 150,240" fill="none" stroke="url(#tentacleGradient)" stroke-width="6" stroke-linecap="round" filter="url(#glow)"/>
  <path d="M160,140 C170,160 180,180 185,210" fill="none" stroke="url(#tentacleGradient)" stroke-width="6" stroke-linecap="round" filter="url(#glow)"/>
  <path d="M170,150 C190,170 200,190 190,230" fill="none" stroke="url(#tentacleGradient)" stroke-width="6" stroke-linecap="round" filter="url(#glow)"/>
  <path d="M155,145 C160,165 170,185 180,215" fill="none" stroke="url(#tentacleGradient)" stroke-width="6" stroke-linecap="round" filter="url(#glow)"/>
  <path d="M165,130 C170,110 160,90 150,100" fill="none" stroke="url(#tentacleGradient)" stroke-width="6" stroke-linecap="round" filter="url(#glow)"/>
  
  <!-- Violin in the grasp of a tentacle -->
  <g id="violin" filter="url(#glow)">
    <path d="M115,200 C110,190 115,175 130,175 C145,175 150,190 145,205 C140,220 125,220 120,210 C115,200 115,200 115,200 Z" fill="url(#violinGradient)" stroke="#222" stroke-width="1.5"/>
    <path d="M130,185 C130,190 130,195 130,200" stroke="#333" stroke-width="0.8" fill="none"/>
    <path d="M140,185 C140,190 140,195 140,200" stroke="#333" stroke-width="0.8" fill="none"/>
    <line x1="160" y1="205" x2="190" y2="185" stroke="url(#bowGradient)" stroke-width="2" stroke-linecap="round"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini high (2025-01-31) Player 2

Judge's Analysis

    Player 2's submission better captures the essence of a cyberpunk octopus playing a violin.

    The use of neon colors and clear depiction of the violin and bow make it more visually appealing and adherent to the prompt.

    Player 1's image, while creative, lacks clarity in representing the octopus and the violin scenario.

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
27
Player 2
25
Rectangles

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

Player 1
4
Player 2
1
Circles

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

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

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

Player 1
4
Player 2
2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
22
Player 2
13

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
4
Player 2
15

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

Complexity Metrics

Path Commands

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

Player 1
27
Player 2
26
Max Group Nesting

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

Player 1
1
Player 2
Defs Elements

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

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