Back

SVG Drawing Match #2575

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"An octopus juggling planets under a starry sky."

SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="planet1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FF6F61;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FF3B3F;stop-opacity:1" />
    </radialGradient>
    <radialGradient id="planet2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#6B5B95;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4B3F72;stop-opacity:1" />
    </radialGradient>
    <radialGradient id="planet3" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#88B04B;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#6A8A3C;stop-opacity:1" />
    </radialGradient>
    <radialGradient id="sky" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#0B3D91;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#000033;stop-opacity:1" />
    </radialGradient>
    <pattern id="stars" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="1" fill="white" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#sky)" />
  <rect width="300" height="300" fill="url(#stars)" />
  <circle cx="100" cy="120" r="30" fill="url(#planet1)" />
  <circle cx="200" cy="80" r="25" fill="url(#planet2)" />
  <circle cx="150" cy="180" r="20" fill="url(#planet3)" />
  <path d="M150,200 Q130,220 110,200 T70,180 Q90,160 110,180 T150,200 Z" fill="#4A4A4A" />
  <path d="M150,200 Q170,220 190,200 T230,180 Q210,160 190,180 T150,200 Z" fill="#4A4A4A" />
  <path d="M150,200 Q130,180 110,200 T70,220 Q90,240 110,220 T150,200 Z" fill="#4A4A4A" />
  <path d="M150,200 Q170,180 190,200 T230,220 Q210,240 190,220 T150,200 Z" fill="#4A4A4A" />
  <circle cx="150" cy="200" r="10" fill="#333333" />
  <path d="M150,210 Q140,230 130,210 T110,190 Q120,170 130,190 T150,210 Z" fill="#333333" />
  <path d="M150,210 Q160,230 170,210 T190,190 Q180,170 170,190 T150,210 Z" fill="#333333" />
  <path d="M150,210 Q140,190 130,210 T110,230 Q120,250 130,230 T150,210 Z" fill="#333333" />
  <path d="M150,210 Q160,190 170,210 T190,230 Q180,250 170,230 T150,210 Z" fill="#333333" />
</svg>
SVG by o4-mini high (2025-04-16)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <radialGradient id="bgGrad" gradientUnits="userSpaceOnUse" cx="150" cy="150" r="180">
      <stop offset="0%" stop-color="#000015"/>
      <stop offset="70%" stop-color="#0b0033"/>
      <stop offset="100%" stop-color="#12004a"/>
    </radialGradient>
    <radialGradient id="bodyGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#a020a0"/>
      <stop offset="100%" stop-color="#4b004b"/>
    </radialGradient>
    <radialGradient id="planetBlue" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#a0eaff"/>
      <stop offset="100%" stop-color="#005f9e"/>
    </radialGradient>
    <radialGradient id="planetRed" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ff9e9e"/>
      <stop offset="100%" stop-color="#9e0000"/>
    </radialGradient>
    <radialGradient id="planetGreen" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#aaffaa"/>
      <stop offset="100%" stop-color="#006600"/>
    </radialGradient>
    <radialGradient id="planetYellow" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#fff5a0"/>
      <stop offset="100%" stop-color="#e6db00"/>
    </radialGradient>
    <radialGradient id="planetOrange" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffd9a0"/>
      <stop offset="100%" stop-color="#e65c00"/>
    </radialGradient>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="3" result="blur"/>
      <feMerge>
        <feMergeNode in="blur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
    <g id="tentacle">
      <path d="M0,0 C5,30 10,50 8,80 C6,100 4,110 0,120 L10,120 C14,110 12,100 10,80 C8,50 5,30 0,0Z" fill="url(#bodyGrad)" stroke="#5e005e" stroke-width="1"/>
      <circle cx="2" cy="20" r="3" fill="#fff" fill-opacity=".6"/>
      <circle cx="4" cy="40" r="3" fill="#fff" fill-opacity=".6"/>
      <circle cx="5" cy="60" r="3" fill="#fff" fill-opacity=".6"/>
      <circle cx="4" cy="80" r="3" fill="#fff" fill-opacity=".6"/>
      <circle cx="3" cy="100" r="3" fill="#fff" fill-opacity=".6"/>
    </g>
  </defs>
  <rect width="300" height="300" fill="url(#bgGrad)"/>
  <g id="stars">
    <circle cx="20" cy="30" r="1.5" fill="#fff" opacity=".8"/>
    <circle cx="50" cy="20" r="1" fill="#fff" opacity=".8"/>
    <circle cx="80" cy="50" r="1.2" fill="#fff" opacity=".7"/>
    <circle cx="120" cy="40" r="1" fill="#fff" opacity=".8"/>
    <circle cx="160" cy="60" r="1.5" fill="#fff" opacity=".9"/>
    <circle cx="200" cy="30" r="1" fill="#fff" opacity=".7"/>
    <circle cx="240" cy="50" r="1" fill="#fff" opacity=".6"/>
    <circle cx="280" cy="20" r="2" fill="#fff" opacity=".8"/>
    <circle cx="40" cy="70" r="1" fill="#fff" opacity=".7"/>
    <circle cx="90" cy="80" r="1.5" fill="#fff" opacity=".8"/>
    <circle cx="130" cy="90" r="1" fill="#fff" opacity=".6"/>
    <circle cx="170" cy="100" r="1.2" fill="#fff" opacity=".8"/>
    <circle cx="210" cy="110" r="1" fill="#fff" opacity=".7"/>
    <circle cx="250" cy="90" r="1" fill="#fff" opacity=".6"/>
    <circle cx="290" cy="70" r="1" fill="#fff" opacity=".8"/>
    <circle cx="60" cy="120" r="1" fill="#fff" opacity=".7"/>
    <circle cx="100" cy="130" r="1.5" fill="#fff" opacity=".8"/>
    <circle cx="140" cy="150" r="1" fill="#fff" opacity=".6"/>
    <circle cx="180" cy="140" r="1" fill="#fff" opacity=".7"/>
    <circle cx="220" cy="130" r="1.2" fill="#fff" opacity=".8"/>
    <circle cx="260" cy="120" r="1" fill="#fff" opacity=".6"/>
    <circle cx="300" cy="140" r="1" fill="#fff" opacity=".7"/>
    <circle cx="30" cy="160" r="1" fill="#fff" opacity=".6"/>
    <circle cx="70" cy="170" r="1" fill="#fff" opacity=".7"/>
    <circle cx="110" cy="180" r="1.5" fill="#fff" opacity=".8"/>
    <circle cx="150" cy="160" r="1.2" fill="#fff" opacity=".7"/>
    <circle cx="190" cy="180" r="1" fill="#fff" opacity=".6"/>
    <circle cx="230" cy="160" r="1" fill="#fff" opacity=".7"/>
    <circle cx="270" cy="150" r="1" fill="#fff" opacity=".8"/>
    <circle cx="290" cy="180" r="1" fill="#fff" opacity=".6"/>
  </g>
  <g id="orbits" fill="none" stroke="#fff" stroke-opacity=".3" stroke-dasharray="4 4">
    <ellipse cx="150" cy="200" rx="100" ry="60" transform="rotate(20 150 200)"/>
    <ellipse cx="150" cy="200" rx="80" ry="40" transform="rotate(-30 150 200)"/>
  </g>
  <g transform="translate(150,200)">
    <g>
      <use href="#tentacle" transform="rotate(-80) translate(0,-10)"/>
      <use href="#tentacle" transform="rotate(-50) translate(0,-10)"/>
      <use href="#tentacle" transform="rotate(-30) translate(0,-10)"/>
      <use href="#tentacle" transform="rotate(-10) translate(0,-10)"/>
      <use href="#tentacle" transform="rotate(10) translate(0,-10)"/>
      <use href="#tentacle" transform="rotate(30) translate(0,-10)"/>
      <use href="#tentacle" transform="rotate(50) translate(0,-10)"/>
      <use href="#tentacle" transform="rotate(80) translate(0,-10)"/>
    </g>
    <ellipse cx="0" cy="-40" rx="40" ry="30" fill="url(#bodyGrad)" filter="url(#glow)"/>
    <circle cx="0" cy="-60" r="25" fill="url(#bodyGrad)" filter="url(#glow)"/>
    <circle cx="-10" cy="-65" r="5" fill="#fff"/>
    <circle cx="-10" cy="-65" r="2" fill="#000"/>
    <circle cx="10" cy="-65" r="5" fill="#fff"/>
    <circle cx="10" cy="-65" r="2" fill="#000"/>
  </g>
  <g id="planets">
    <circle cx="150" cy="50" r="12" fill="url(#planetBlue)"/>
    <ellipse cx="150" cy="50" rx="18" ry="6" fill="none" stroke="rgba(200,200,200,0.5)" stroke-width="1" transform="rotate(20 150 50)"/>
    <circle cx="100" cy="70" r="8" fill="url(#planetRed)"/>
    <circle cx="200" cy="80" r="10" fill="url(#planetGreen)"/>
    <circle cx="130" cy="120" r="6" fill="url(#planetYellow)"/>
    <circle cx="180" cy="130" r="7" fill="url(#planetOrange)"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini high (2025-04-16) Player 2

Judge's Analysis

    Player 2's submission demonstrates a higher level of creativity and adherence to the prompt with a well-defined octopus juggling planets under a starry sky.

    The whimsical design and dynamic composition make the scene lively and engaging.

    In contrast, Player 1's submission has a simpler and less detailed depiction, which lacks the visual complexity and charm of Player 2's image.

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
15
Player 2
51
Rectangles

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

Player 1
2
Player 2
1
Circles

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

Player 1
5
Player 2
45
Ellipses

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

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

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

Player 1
Player 2
6

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
3

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
3
Player 2
19

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
12

Complexity Metrics

Path Commands

The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.

Player 1
48
Player 2
7
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
Player 2
1
Defs Elements

The number of elements defined within the defs element in the SVG.

Player 1
5
Player 2
9
Use Elements

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

Player 1
Player 2
8

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