Back

SVG Drawing Match #1622

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A cyberpunk octopus playing a violin"

SVG by Llama 3.1 405B Instruct
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Gradient Definitions -->
  <defs>
    <linearGradient id="octoGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#4CAF50" />
      <stop offset="100%" stop-color="#03A9F4" />
    </linearGradient>
    <linearGradient id="neonGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#FF69B4" />
      <stop offset="100%" stop-color="#FFC107" />
    </linearGradient>
    <radialGradient id="eyeGrad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#8BC34A" />
      <stop offset="100%" stop-color="#4CAF50" />
    </radialGradient>
  </defs>

  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#2F3436" rx="10" />

  <!-- Octopus Body -->
  <path d="M 100, 150 C 50, 200 100, 250 150, 200 S 250, 100 200, 50" fill="url(#octoGrad)" stroke="#4CAF50" stroke-width="2" />

  <!-- Octopus Arms -->
  <path d="M 150, 200 C 100, 250 50, 200 50, 150 S 150, 50 200, 100" fill="none" stroke="#4CAF50" stroke-width="2" />
  <path d="M 150, 200 C 200, 250 250, 200 250, 150 S 150, 50 100, 100" fill="none" stroke="#4CAF50" stroke-width="2" />
  <path d="M 100, 150 C 50, 100 50, 50 100, 50 S 150, 100 150, 150" fill="none" stroke="#4CAF50" stroke-width="2" />
  <path d="M 200, 150 C 250, 100 250, 50 200, 50 S 150, 100 150, 150" fill="none" stroke="#4CAF50" stroke-width="2" />

  <!-- Violin -->
  <rect x="120" y="100" width="60" height="100" fill="#964B00" rx="10" />
  <path d="M 150, 120 C 140, 100 130, 80 120, 60" fill="none" stroke="#964B00" stroke-width="2" />
  <path d="M 150, 180 C 160, 200 170, 220 180, 240" fill="none" stroke="#964B00" stroke-width="2" />
  <circle cx="150" cy="120" r="10" fill="#F7DC6F" />
  <circle cx="150" cy="180" r="10" fill="#F7DC6F" />

  <!-- Bow -->
  <rect x="200" y="120" width="20" height="60" fill="#03A9F4" rx="5" />
  <path d="M 210, 120 C 200, 100 190, 80 180, 60" fill="none" stroke="#03A9F4" stroke-width="2" />
  <path d="M 210, 180 C 220, 200 230, 220 240, 240" fill="none" stroke="#03A9F4" stroke-width="2" />

  <!-- Strings -->
  <path d="M 120, 120 L 180, 120" fill="none" stroke="#F7DC6F" stroke-width="1" />
  <path d="M 120, 150 L 180, 150" fill="none" stroke="#F7DC6F" stroke-width="1" />
  <path d="M 120, 180 L 180, 180" fill="none" stroke="#F7DC6F" stroke-width="1" />

  <!-- Octopus Eyes -->
  <circle cx="80" cy="80" r="20" fill="url(#eyeGrad)" />
  <circle cx="220" cy="80" r="20" fill="url(#eyeGrad)" />

  <!-- Neon Accents -->
  <path d="M 100, 200 C 50, 250 100, 300 150, 250" fill="none" stroke="url(#neonGrad)" stroke-width="4" />
  <path d="M 200, 200 C 250, 250 200, 300 150, 250" fill="none" stroke="url(#neonGrad)" stroke-width="4" />
  <path d="M 150, 200 C 100, 150 50, 100 50, 50" fill="none" stroke="url(#neonGrad)" stroke-width="4" />
  <path d="M 150, 200 C 200, 150 250, 100 250, 50" fill="none" stroke="url(#neonGrad)" stroke-width="4" />
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
    <rect width="300" height="300" rx="20" fill="rgb(10,10,10)" />
    <g id="neon-circles">
        <circle cx="100" cy="100" r="40" fill="none" stroke="#0ff" stroke-width="4" />
        <circle cx="200" cy="100" r="30" fill="none" stroke="#ff0" stroke-width="4" />
        <circle cx="150" cy="200" r="35" fill="none" stroke="#0f0" stroke-width="4" />
    </g>
    <g id="octopus">
        <ellipse cx="150" cy="150" rx="30" ry="40" fill="url(#metallic)" />
        <path d="M150,190 Q150,250 170,270 150,190 Z" fill="url(#neon-blue)" />
        <path d="M150,190 Q150,250 130,270 150,190 Z" fill="url(#neon-blue)" />
        <path d="M170,270 Q220,280 250,250 170,270 Z" fill="url(#neon-blue)" />
        <path d="M130,270 Q140,280 120,250 130,270 Z" fill="url(#neon-blue)" />
        <path d="M150,150 Q200,170 230,150 150,150 Z" fill="url(#neon-purple)" />
        <path d="M150,150 Q180,130 230,150 150,150 Z" fill="url(#neon-purple)" />
        <path d="M150,150 Q170,180 130,150 150,150 Z" fill="url(#neon-purple)" />
        <path d="M150,150 Q140,130 150,150 Z" fill="url(#neon-purple)" />
    </g>
    <g id="violin">
        <path d="M150,150 L170,180 L200,160 L170,140 L150,150 Z" fill="url(#metallic)" />
        <path d="M170,180 L200,160 L170,140" stroke="white" stroke-width="2" />
        <path d="M150,150 L170,180 L200,160 L170,140 L150,150 Z" stroke="url(#neon-blue)" stroke-width="1" />
        <line x1="170" y1="180" x2="200" y2="160" stroke="url(#neon-green)" stroke-width="1" />
        <line x1="170" y1="140" x2="200" y2="160" stroke="url(#neon-green)" stroke-width="1" />
        <path d="M200,160 Q220,170 200,180 200,160 Z" fill="url(#neon-green)" />
    </g>
    <g id="lighting">
        <circle cx="150" cy="150" r="10" fill="url(#neon-blue)" />
        <circle cx="170" cy="180" r="8" fill="url(#neon-green)" />
        <circle cx="170" cy="140" r="8" fill="url(#neon-green)" />
        <circle cx="200" cy="160" r="8" fill="url(#neon-green)" />
    </g>
    <defs>
        <linearGradient id="metallic" x1="0" x2="100%" y1="0" y2="100%" gradientUnits="userSpaceOnUse" >
            <stop stop-color="silver" offset="0" />
            <stop stop-color="gray" offset="1" />
        </linearGradient>
        <linearGradient id="neon-blue" x1="0" x2="100%" y1="0" y2="100%" gradientUnits="userSpaceOnUse" >
            <stop stop-color="#0ff" offset="0" />
            <stop stop-color="#00a0ff" offset="1" />
        </linearGradient>
        <linearGradient id="neon-purple" x1="0" x2="100%" y1="0" y2="100%" gradientUnits="userSpaceOnUse" >
            <stop stop-color="#a00fff" offset="0" />
            <stop stop-color="#500050" offset="1" />
        </linearGradient>
        <linearGradient id="neon-green" x1="0" x2="100%" y1="0" y2="100%" gradientUnits="userSpaceOnUse" >
            <stop stop-color="#0f0" offset="0" />
            <stop stop-color="#0a0" offset="1" />
        </linearGradient>
    </defs>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek-R1-Distill-Llama-70B Player 2

Judge's Analysis

    Player 2's submission captures the cyberpunk theme with its use of bright neon colors and abstract forms that suggest a futuristic setting.

    The composition is dynamic and visually appealing, with elements that can be interpreted as the octopus and violin.

    Player 1's image, while colorful, lacks clear representation of the theme and subject matter, making Player 2's image a stronger fit overall.

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
23
Player 2
23
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
4
Player 2
7
Ellipses

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

Player 1
Player 2
1
Lines

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

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

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

Player 1
Player 2
4

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
8
Player 2
11

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
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
37
Player 2
42
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
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