Back

SVG Drawing Match #230

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A cyberpunk octopus playing a violin"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="bodyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#6E00FF" />
      <stop offset="50%" stop-color="#9900FF" />
      <stop offset="100%" stop-color="#00FFEA" />
    </linearGradient>
    <linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#9900FF" />
      <stop offset="100%" stop-color="#00FFEA" />
    </linearGradient>
    <linearGradient id="glowGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#FF00FF" stop-opacity="0.8" />
      <stop offset="100%" stop-color="#00FFFF" stop-opacity="0" />
    </linearGradient>
    <filter id="neonGlow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="3" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
    <pattern id="cyberPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="10" height="10" fill="none" />
      <path d="M0,5 L10,5 M5,0 L5,10" stroke="#00FFFF" stroke-width="0.5" opacity="0.3" />
    </pattern>
  </defs>
  
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#0A0A2A" />
  <circle cx="150" cy="150" r="120" fill="url(#glowGradient)" opacity="0.3" />
  <rect x="0" y="0" width="300" height="300" fill="url(#cyberPattern)" />
  
  <!-- Octopus Body -->
  <ellipse cx="150" cy="130" rx="40" ry="45" fill="url(#bodyGradient)" filter="url(#neonGlow)" />
  
  <!-- Eyes -->
  <circle cx="140" cy="120" r="8" fill="#000" />
  <circle cx="160" cy="120" r="8" fill="#000" />
  <circle cx="140" cy="120" r="3" fill="#FF00FF" />
  <circle cx="160" cy="120" r="3" fill="#FF00FF" />
  
  <!-- Cybernetic Implants -->
  <path d="M130,100 L170,100" stroke="#00FFEA" stroke-width="1" />
  <circle cx="130" cy="100" r="2" fill="#FF00FF" />
  <circle cx="170" cy="100" r="2" fill="#FF00FF" />
  <path d="M135,90 L125,85" stroke="#00FFEA" stroke-width="1" />
  <circle cx="125" cy="85" r="3" fill="#00FFEA" />
  <path d="M165,90 L175,85" stroke="#00FFEA" stroke-width="1" />
  <circle cx="175" cy="85" r="3" fill="#00FFEA" />
  
  <!-- Violin -->
  <path d="M170,140 C175,130 190,120 195,130 C200,140 195,160 185,165 C175,170 160,165 170,140Z" fill="#612A11" stroke="#FF00FF" stroke-width="0.5" />
  <path d="M185,145 L230,105" stroke="#E0E0E0" stroke-width="1.5" />
  <path d="M189,145 L234,105" stroke="#E0E0E0" stroke-width="1.5" />
  <path d="M193,145 L238,105" stroke="#E0E0E0" stroke-width="1.5" />
  <path d="M197,145 L242,105" stroke="#E0E0E0" stroke-width="1.5" />
  <path d="M230,105 L245,90" stroke="#612A11" stroke-width="2" />
  <ellipse cx="250" cy="85" rx="5" ry="8" transform="rotate(-45 250 85)" fill="#612A11" />
  
  <!-- Bow -->
  <path d="M195,150 C210,140 220,130 225,120" stroke="#612A11" stroke-width="1.5" fill="none" />
  <path d="M195,150 C210,140 220,130 225,120" stroke="#00FFEA" stroke-width="0.5" fill="none" filter="url(#neonGlow)" />
  
  <!-- Tentacles -->
  <path d="M130,165 C120,185 100,195 80,190 C70,187 65,170 75,165 C85,160 95,175 100,185" stroke="url(#tentacleGradient)" stroke-width="6" fill="none" filter="url(#neonGlow)" />
  <path d="M140,170 C130,200 120,220 100,230 C90,235 80,225 85,215 C90,205 110,215 120,225" stroke="url(#tentacleGradient)" stroke-width="5" fill="none" filter="url(#neonGlow)" />
  <path d="M160,170 C180,190 190,210 185,230 C182,240 170,245 165,235 C160,225 175,220 185,225" stroke="url(#tentacleGradient)" stroke-width="5" fill="none" filter="url(#neonGlow)" />
  <path d="M170,160 C190,170 215,165 225,150 C235,135 225,120 215,125 C205,130 210,145 215,155" stroke="url(#tentacleGradient)" stroke-width="6" fill="none" filter="url(#neonGlow)" />
  <path d="M125,160 C105,165 85,155 75,140 C65,125 70,110 80,105 C90,100 100,110 95,125" stroke="url(#tentacleGradient)" stroke-width="5" fill="none" filter="url(#neonGlow)" />
  <path d="M145,175 C145,205 140,235 120,245 C110,250 100,240 105,230 C110,220 125,230 130,240" stroke="url(#tentacleGradient)" stroke-width="4" fill="none" filter="url(#neonGlow)" />
  <path d="M155,175 C165,205 170,235 190,245 C200,250 210,240 205,230 C200,220 185,230 180,240" stroke="url(#tentacleGradient)" stroke-width="4" fill="none" filter="url(#neonGlow)" />
  
  <!-- Cybernetic Details on Tentacles -->
  <circle cx="80" cy="190" r="3" fill="#FF00FF" />
  <circle cx="100" cy="230" r="3" fill="#00FFEA" />
  <circle cx="185" cy="230" r="3" fill="#FF00FF" />
  <circle cx="225" cy="150" r="3" fill="#00FFEA" />
  <circle cx="75" cy="140" r="3" fill="#FF00FF" />
  <circle cx="120" cy="245" r="3" fill="#00FFEA" />
  <circle cx="190" cy="245" r="3" fill="#FF00FF" />
  
  <!-- Digital/Holographic Music Notes -->
  <path d="M210,115 L215,110 L220,114 L215,119 Z" fill="#00FFFF" opacity="0.8" filter="url(#neonGlow)">
    <animate attributeName="opacity" values="0.8;0.2;0.8" dur="3s" repeatCount="indefinite" />
  </path>
  <path d="M225,95 L230,90 L235,94 L230,99 Z" fill="#FF00FF" opacity="0.7" filter="url(#neonGlow)">
    <animate attributeName="opacity" values="0.7;0.1;0.7" dur="2s" repeatCount="indefinite" />
  </path>
  <path d="M200,125 L205,120 L210,124 L205,129 Z" fill="#FFFF00" opacity="0.6" filter="url(#neonGlow)">
    <animate attributeName="opacity" values="0.6;0.3;0.6" dur="4s" repeatCount="indefinite" />
  </path>
  
  <!-- Additional Tech/Cyberpunk Elements -->
  <circle cx="150" cy="130" r="55" stroke="#00FFEA" stroke-width="0.5" fill="none" stroke-dasharray="5,5">
    <animate attributeName="stroke-dashoffset" from="0" to="20" dur="10s" repeatCount="indefinite" />
  </circle>
</svg>
SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="octGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ff6347" />
      <stop offset="100%" stop-color="#ff1493" />
    </linearGradient>
    <linearGradient id="violinGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#2f4f4f" />
      <stop offset="100%" stop-color="#483d8b" />
    </linearGradient>
    <radialGradient id="eyeGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#00ff7f" />
      <stop offset="100%" stop-color="#0000ff" />
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="url(#octGradient)" />
  <g transform="translate(150, 150)">
    <path d="M-60,0 C-60,40 -20,80 20,80 C60,80 100,40 100,0 C100,-40 60,-80 20,-80 C-20,-80 -60,-40 -60,0 Z" fill="#000000" />
    <path d="M-40,0 C-40,30 -20,60 20,60 C40,60 60,30 60,0 C60,-30 40,-60 20,-60 C-20,-60 -40,-30 -40,0 Z" fill="url(#eyeGradient)" />
    <path d="M-20,20 C-10,20 0,10 0,0 C0,-10 -10,-20 -20,-20 L-20,20 Z" fill="#ff69b4" transform="translate(-60,0)" />
    <path d="M-20,20 C-10,20 0,10 0,0 C0,-10 -10,-20 -20,-20 L-20,20 Z" fill="#ff69b4" transform="translate(60,0)" />
  </g>
  <path d="M100,100 C150,150 200,150 250,100 C200,50 150,50 100,100 Z" fill="url(#violinGradient)" />
  <path d="M100,100 C125,125 150,125 175,100 C150,75 125,75 100,100 Z" fill="#00ff7f" />
  <path d="M100,100 L175,100 L175,125 L100,125 Z" fill="#00ff7f" />
  <circle cx="150" cy="150" r="20" fill="#00ff7f" />
  <circle cx="150" cy="150" r="10" fill="#0000ff" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 1

Judge's Analysis

    Player 1's image clearly represents a cyberpunk octopus playing a violin, with vibrant neon colors and recognizable octopus features.

    The technical quality is strong with smooth lines and consistent glow effects, adhering well to the cyberpunk theme.

    Player 2's image lacks clear representation of the prompt and is more abstract, making it harder to identify the theme.

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
44
Player 2
10
Rectangles

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

Player 1
3
Player 2
1
Circles

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

Player 1
17
Player 2
2
Ellipses

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

Player 1
2
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
22
Player 2
7
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
3
Player 2
3
Patterns

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

Player 1
1
Player 2
Filters

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

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

The number of elements with stroke attributes in the SVG.

Player 1
20
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
8

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
4
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
72
Player 2
35
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
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