Back

SVG Drawing Match #1009

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Rainbow-tentacled octopus juggling planets in an abstract geometric style"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="rainbow-gradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#ff0000;stop-opacity:1" />
      <stop offset="14%" style="stop-color:#ff7f00;stop-opacity:1" />
      <stop offset="28%" style="stop-color:#ffff00;stop-opacity:1" />
      <stop offset="42%" style="stop-color:#00ff00;stop-opacity:1" />
      <stop offset="57%" style="stop-color:#00ffff;stop-opacity:1" />
      <stop offset="71%" style="stop-color:#0000ff;stop-opacity:1" />
      <stop offset="85%" style="stop-color:#7f00ff;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff0000;stop-opacity:1" />
    </linearGradient>
    <filter id="glow">
      <feGaussianBlur in="SourceGraphic" stdDeviation="4" result="blur" />
      <feMerge>
        <feMergeNode />
        <feMergeNode in="blur" />
      </feMerge>
    </filter>
  </defs>
  <rect width="100%" height="100%" fill="#000" />
  <g transform="translate(150,150)">
    <path d="M0,-60 C50,-100 100,-50 80,10 C60,70 -60,70 -80,10 C-100,-50 -50,-100 0,-60" fill="url(#rainbow-gradient)" filter="url(#glow)" />
    <g>
      <circle cx="40" cy="-40" r="12" fill="#f0f" />
      <circle cx="-50" cy="30" r="10" fill="#0ff" />
      <circle cx="20" cy="50" r="15" fill="#ff0" />
      <circle cx="-30" cy="-20" r="8" fill="#00f" />
    </g>
    <g fill="none" stroke="white" stroke-width="2">
      <path d="M0,0 C40,-50 80,-80 100,-50" />
      <path d="M0,0 C-40,-50 -80,-80 -100,-50" />
      <path d="M0,0 C50,40 80,80 50,100" />
      <path d="M0,0 C-50,40 -80,80 -50,100" />
    </g>
  </g>
</svg>
SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="planetGradient1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#FF6F61" />
      <stop offset="100%" stop-color="#FF2E63" />
    </radialGradient>
    <radialGradient id="planetGradient2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#FFEE58" />
      <stop offset="100%" stop-color="#FFC107" />
    </radialGradient>
    <radialGradient id="planetGradient3" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#81D4FA" />
      <stop offset="100%" stop-color="#29B6F6" />
    </radialGradient>
    <linearGradient id="tentacleGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#FF4081" />
      <stop offset="50%" stop-color="#7C4DFF" />
      <stop offset="100%" stop-color="#00BCD4" />
    </linearGradient>
    <pattern id="geometricPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <polygon points="10,0 20,10 10,20 0,10" fill="#FFFFFF" opacity="0.5" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="#1A237E" />
  <circle cx="150" cy="100" r="30" fill="url(#planetGradient1)" />
  <circle cx="225" cy="175" r="30" fill="url(#planetGradient2)" />
  <circle cx="75" cy="175" r="30" fill="url(#planetGradient3)" />
  <ellipse cx="150" cy="225" rx="100" ry="50" fill="url(#geometricPattern)" />
  <path d="M150,225 C200,225 200,275 150,275 C100,275 100,225 150,225 Z" fill="url(#tentacleGradient)" />
  <path d="M150,225 C200,225 200,275 150,275 C100,275 100,225 150,225 Z" fill="url(#tentacleGradient)" transform="rotate(90,150,225)" />
  <path d="M150,225 C200,225 200,275 150,275 C100,275 100,225 150,225 Z" fill="url(#tentacleGradient)" transform="rotate(45,150,225)" />
  <path d="M150,225 C200,225 200,275 150,275 C100,275 100,225 150,225 Z" fill="url(#tentacleGradient)" transform="rotate(135,150,225)" />
  <path d="M150,225 C200,225 200,275 150,275 C100,275 100,225 150,225 Z" fill="url(#tentacleGradient)" transform="rotate(22.5,150,225)" />
  <path d="M150,225 C200,225 200,275 150,275 C100,275 100,225 150,225 Z" fill="url(#tentacleGradient)" transform="rotate(67.5,150,225)" />
  <path d="M150,225 C200,225 200,275 150,275 C100,275 100,225 150,225 Z" fill="url(#tentacleGradient)" transform="rotate(112.5,150,225)" />
  <path d="M150,225 C200,225 200,275 150,275 C100,275 100,225 150,225 Z" fill="url(#tentacleGradient)" transform="rotate(157.5,150,225)" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek V3 Player 2

Judge's Analysis

    Player 2's image effectively captures the theme of a rainbow-tentacled octopus juggling planets using an abstract geometric style.

    The use of vibrant colors and geometric patterns adds depth and complexity, enhancing visual appeal.

    In contrast, Player 1's image, while colorful, lacks the clear depiction of an octopus form and the intricate juggling aspect, making Player 2's submission more aligned with the prompt.

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

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

Player 1
1
Player 2
1
Circles

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

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

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

Player 1
Player 2
1
Paths

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

Player 1
5
Player 2
8
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
1
Player 2
4
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
1
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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

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
32
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
2
Player 2
5
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