Back

SVG Drawing Match #2018

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A cyberpunk octopus playing a violin"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="octopusGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0" stop-color="#0070C0"/>
      <stop offset="1" stop-color="#00A0FF"/>
    </linearGradient>
    <linearGradient id="violinGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0" stop-color="#FF5733"/>
      <stop offset="1" stop-color="#FFC300"/>
    </linearGradient>
    <linearGradient id="backgroundGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0" stop-color="#121212"/>
      <stop offset="1" stop-color="#333333"/>
    </linearGradient>
  </defs>
  <rect width="100%" height="100%" fill="url(#backgroundGradient)"/>
  <g transform="translate(100, 100)">
    <path d="M-50,0 a50,50 0 1,0 100,0 a50,50 0 1,0 -100,0" fill="url(#octopusGradient)" stroke="black" stroke-width="2"/>
    <path d="M-50,0 a50,50 0 1,0 100,0 a50,50 0 1,0 -100,0" fill="none" stroke="black" stroke-width="1" stroke-dasharray="4,2"/>
    <g transform="rotate(-120)">
      <path d="M-20,0 l10,20 l20,-20 l10,20 l-40,0" fill="none" stroke="url(#octopusGradient)" stroke-width="2"/>
      <path d="M-10,20 a10,10 0 1,1 20,0" fill="url(#octopusGradient)"/>
    </g>
    <g transform="rotate(-60)">
      <path d="M-20,0 l10,20 l20,-20 l10,20 l-40,0" fill="none" stroke="url(#octopusGradient)" stroke-width="2"/>
      <path d="M-10,20 a10,10 0 1,1 20,0" fill="url(#octopusGradient)"/>
    </g>
    <g transform="rotate(0)">
      <path d="M-20,0 l10,20 l20,-20 l10,20 l-40,0" fill="none" stroke="url(#octopusGradient)" stroke-width="2"/>
      <path d="M-10,20 a10,10 0 1,1 20,0" fill="url(#octopusGradient)"/>
    </g>
    <g transform="rotate(60)">
      <path d="M-20,0 l10,20 l20,-20 l10,20 l-40,0" fill="none" stroke="url(#octopusGradient)" stroke-width="2"/>
      <path d="M-10,20 a10,10 0 1,1 20,0" fill="url(#octopusGradient)"/>
    </g>
    <g transform="rotate(120)">
      <path d="M-20,0 l10,20 l20,-20 l10,20 l-40,0" fill="none" stroke="url(#octopusGradient)" stroke-width="2"/>
      <path d="M-10,20 a10,10 0 1,1 20,0" fill="url(#octopusGradient)"/>
    </g>
  </g>
  <g transform="translate(175, 150)">
    <rect x="-50" y="-50" width="100" height="100" fill="url(#violinGradient)" stroke="black" stroke-width="2"/>
    <rect x="-40" y="-40" width="80" height="80" fill="url(#violinGradient)" stroke="black" stroke-width="2"/>
    <path d="M-40,-30 l80,0" stroke="black" stroke-width="2"/>
    <path d="M-40,30 l80,0" stroke="black" stroke-width="2"/>
    <path d="M-30,-40 l0,80" stroke="black" stroke-width="2"/>
    <path d="M30,-40 l0,80" stroke="black" stroke-width="2"/>
    <path d="M0,-50 l0,100" stroke="black" stroke-width="2"/>
  </g>
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="bodyGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color: #ff7597; stop-opacity: 1" />
      <stop offset="100%" style="stop-color: #d94f72; stop-opacity: 1" />
    </radialGradient>
    <linearGradient id="violinGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color: #f2b441; stop-opacity: 1" />
      <stop offset="100%" style="stop-color: #b86e2c; stop-opacity: 1" />
    </linearGradient>
  </defs>
  <!-- Octopus Head -->
  <ellipse cx="150" cy="120" rx="50" ry="40" fill="url(#bodyGradient)" />
  <!-- Octopus Eyes -->
  <circle cx="130" cy="110" r="8" fill="#ffffff" />
  <circle cx="170" cy="110" r="8" fill="#ffffff" />
  <circle cx="132" cy="112" r="3" fill="#000000" />
  <circle cx="172" cy="112" r="3" fill="#000000" />
  <!-- Octopus Tentacles -->
  <path d="M100,150 Q80,260 140,270 Q120,220 100,150" fill="url(#bodyGradient)" />
  <path d="M200,150 Q220,260 160,270 Q180,220 200,150" fill="url(#bodyGradient)" />
  <path d="M150,150 Q110,190 100,300 Q140,210 150,150" fill="url(#bodyGradient)" />
  <path d="M150,150 Q190,190 200,300 Q160,210 150,150" fill="url(#bodyGradient)" />
  <!-- Violin Body -->
  <rect x="140" y="170" width="45" height="20" rx="5" fill="url(#violinGradient)" />
  <ellipse cx="162.5" cy="170" rx="22.5" ry="10" fill="url(#violinGradient)" />
  <ellipse cx="162.5" cy="190" rx="22.5" ry="10" fill="url(#violinGradient)" />
  <!-- Violin Strings -->
  <line x1="150" y1="170" x2="150" y2="190" stroke="#c0c0c0" stroke-width="1" />
  <line x1="155" y1="170" x2="155" y2="190" stroke="#c0c0c0" stroke-width="1" />
  <line x1="160" y1="170" x2="160" y2="190" stroke="#c0c0c0" stroke-width="1" />
  <line x1="165" y1="170" x2="165" y2="190" stroke="#c0c0c0" stroke-width="1" />
  <!-- Violin Bow (held by tentacle) -->
  <path d="M95,240 L175,160" stroke="#8b4513" stroke-width="3" />
  <line x1="175" y1="160" x2="95" y2="240" stroke="#000000" stroke-width="1" />
  <!-- Cyberpunk Details -->
  <path d="M125,100 Q130,85 150,90 Q170,85 175,100" stroke="#00ffea" stroke-width="2" fill="none" />
  <circle cx="150" cy="140" r="3" fill="#00ffea" />
  <rect x="148" y="130" width="4" height="10" fill="#00ffea" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 2

Judge's Analysis

    Player 2's submission clearly depicts an octopus-like figure playing a violin, which adheres closely to the prompt.

    The use of vibrant colors and the inclusion of a violin demonstrate creativity and effort in execution.

    Player 1's image, while visually interesting, does not represent the idea of a 'cyberpunk octopus playing a violin' as effectively.

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
20
Player 2
21
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
Player 2
5
Ellipses

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

Player 1
Player 2
3
Lines

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

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

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

Player 1
7
Player 2

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
7
Player 2
5

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
7
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
51
Player 2
17
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
3
Player 2
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