Back

SVG Drawing Match #1444

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A cyberpunk octopus playing a violin"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="octopusGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color: #1f006f; stop-opacity: 1" />
      <stop offset="100%" style="stop-color: #53a0fd; stop-opacity: 1" />
    </radialGradient>
    <radialGradient id="violinGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color: #ff914d; stop-opacity: 1" />
      <stop offset="100%" style="stop-color: #4a1800; stop-opacity: 1" />
    </radialGradient>
  </defs>
  <rect width="100%" height="100%" fill="#0c1027" />
  <g id="octopus">
    <circle cx="150" cy="150" r="45" fill="url(#octopusGradient)" />
    <path d="M130,150 C100,200 60,220 50,190" fill="none" stroke="url(#octopusGradient)" stroke-width="10" />
    <path d="M170,150 C200,200 240,220 250,190" fill="none" stroke="url(#octopusGradient)" stroke-width="10" />
    <path d="M140,160 C120,240 20,270 10,200" fill="none" stroke="url(#octopusGradient)" stroke-width="10" />
    <path d="M160,160 C180,240 280,270 290,200" fill="none" stroke="url(#octopusGradient)" stroke-width="10" />
  </g>
  <g id="violin" transform="translate(90, 100)">
    <rect x="0" y="0" width="40" height="90" rx="10" fill="url(#violinGradient)" transform="rotate(-15 20 45)" />
    <circle cx="20" cy="10" r="15" fill="url(#violinGradient)" />
    <circle cx="20" cy="80" r="15" fill="url(#violinGradient)" />
    <path d="M10,70 L10,120" stroke="#4a1800" stroke-width="4" />
    <path d="M30,70 L30,120" stroke="#4a1800" stroke-width="4" />
    <rect x="3" y="100" width="34" height="2" fill="#ffe0bd" />
  </g>
  <g id="bow" transform="rotate(-15 150 150)">
    <line x1="150" y1="150" x2="200" y2="180" stroke="#ffd700" stroke-width="2" />
    <rect x="180" y="178" width="40" height="4" fill="#8b0000" />
    <rect x="145" y="145" width="10" height="2" fill="#000" transform="rotate(45 145 145)" />
  </g>
  <circle cx="140" cy="140" r="5" fill="#ffd700" />
  <circle cx="160" cy="140" r="5" fill="#ffd700" />
  <circle cx="150" cy="170" r="6" fill="#8b0000" />
</svg>
SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="cyberGradient">
      <stop offset="0%" stop-color="#00f3ff"/>
      <stop offset="100%" stop-color="#0066cc"/>
    </radialGradient>
    <pattern id="circuitPattern" width="20" height="20" patternUnits="userSpaceOnUse">
      <path d="M0 0 H20 V20 H0 Z" fill="#030"/>
      <path d="M5 5 H15 M5 15 H15 M15 5 V15 M5 5 V15" stroke="#0ff" stroke-width="1"/>
    </pattern>
    <filter id="glowFilter">
      <feGaussianBlur stdDeviation="4" result="glow"/>
      <feMerge>
        <feMergeNode in="glow"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  <rect width="300" height="300" fill="#000"/>
  <g transform="translate(150,150)">
    <!-- Octopus Body -->
    <path d="M0-50Q50-25 100-50Q50-75 0-50" fill="url(#cyberGradient)" stroke="#0ff" stroke-width="4"/>
    
    <!-- Tentacles -->
    <g transform="rotate(45)">
      <path d="M0 0 C50-20 100-40 150-60" stroke="#ff0" stroke-width="6" fill="none">
        <animate attributeName="d" dur="2s" repeatCount="indefinite" from="M0 0 C50-20 100-40 150-60" to="M0 0 C50-30 100-60 150-90"/>
      </animate>
      </path>
      <g transform="translate(150, -60)">
        <circle r="10" fill="#ff00ff">
          <animate attributeName="opacity" dur="0.5s" repeatCount="indefinite" from="0" to="1"/>
        </circle>
        <circle r="5" fill="#0ff"/>
      </g>
    </g>
    
    <!-- Violin -->
    <g transform="translate(-100, -50)">
      <path d="M0 0 Q50-25 100 0 Q50 25 0 0" fill="#ff00ff" stroke="#0ff" stroke-width="2"/>
      <path d="M50-30 L50 30" stroke="#ff0" stroke-width="4"/>
      <g transform="rotate(45) translate(20,20)">
        <circle r="5" fill="#0ff"/>
      </g>
    </g>
    
    <!-- Head -->
    <circle cx="0" cy="0" r="30" fill="#00ff00" filter="url(#glowFilter)">
      <animate attributeName="r" dur="1s" repeatCount="indefinite" from="30" to="35"/>
    </circle>
    <circle cx="-15" cy="-15" r="8" fill="#0ff"/>
    <circle cx="15" cy="-15" r="8" fill="#0ff"/>
    
    <!-- Light Effects -->
    <circle cx="0" cy="0" r="100" fill="none" stroke="#ff0" stroke-width="2" opacity="0.3">
      <animate attributeName="opacity" dur="2s" repeatCount="indefinite" from="0.3" to="0"/>
    </circle>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 1

Judge's Analysis

    Player 1's submission creatively interprets the concept of a 'cyberpunk octopus playing a violin' with a clear depiction of an octopus holding a violin.

    The use of vibrant colors and abstract shapes adds a futuristic feel, adhering well to the cyberpunk theme.

    Player 2's submission is not available for evaluation.

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
18
Player 2
Rectangles

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

Player 1
5
Player 2
Circles

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

Player 1
6
Player 2
Ellipses

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

Player 1
Player 2
Lines

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

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

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

Player 1
3
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
7
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2

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
4
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
12
Player 2
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
2
Player 2
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