Back

SVG Drawing Match #1153

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Giant octopus juggling planets in a starry sky"

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="0.5" cy="0.5" r="0.7">
      <stop offset="0%" stop-color="#ff5c8a" />
      <stop offset="100%" stop-color="#ff0054" />
    </radialGradient>
    <radialGradient id="spaceGradient" cx="0.5" cy="0.5" r="0.8">
      <stop offset="30%" stop-color="#001d3d" />
      <stop offset="100%" stop-color="#000814" />
    </radialGradient>
    <radialGradient id="starGradient" cx="0.5" cy="0.5" r="1">
      <stop offset="0%" stop-color="#ffffff" />
      <stop offset="100%" stop-color="#ffffff" stop-opacity="0" />
    </radialGradient>
    <radialGradient id="planetGradient" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#ffcc00" />
      <stop offset="100%" stop-color="#e07500" />
    </radialGradient>
    <radialGradient id="planetGradient2" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#c2f9bb" />
      <stop offset="100%" stop-color="#6ab04c" />
    </radialGradient>
    <radialGradient id="planetGradient3" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#8c7ae6" />
      <stop offset="100%" stop-color="#2f2fdf" />
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="url(#spaceGradient)" />
  <circle cx="200" cy="50" r="15" fill="url(#planetGradient)" />
  <circle cx="100" cy="75" r="20" fill="url(#planetGradient2)" />
  <circle cx="240" cy="150" r="18" fill="url(#planetGradient3)" />
  <ellipse cx="150" cy="220" rx="60" ry="90" fill="url(#octopusGradient)" />
  <ellipse cx="110" cy="250" rx="15" ry="50" fill="url(#octopusGradient)" transform="rotate(-30, 110, 250)" />
  <ellipse cx="100" cy="220" rx="10" ry="35" fill="url(#octopusGradient)" transform="rotate(-60, 100, 220)" />
  <ellipse cx="200" cy="260" rx="10" ry="40" fill="url(#octopusGradient)" transform="rotate(30, 200, 260)" />
  <ellipse cx="190" cy="230" rx="15" ry="50" fill="url(#octopusGradient)" transform="rotate(60, 190, 230)" />
  <ellipse cx="230" cy="240" rx="5" ry="30" fill="url(#octopusGradient)" transform="rotate(85, 230, 240)" />
  <ellipse cx="70" cy="270" rx="8" ry="25" fill="url(#octopusGradient)" transform="rotate(-85, 70, 270)" />
  <circle cx="140" cy="180" r="15" fill="#fff" />
  <circle cx="140" cy="180" r="8" fill="#000" />
  <circle cx="160" cy="180" r="15" fill="#fff" />
  <circle cx="160" cy="180" r="8" fill="#000" />
  <g>
    <circle cx="50" cy="50" r="2" fill="url(#starGradient)" />
    <circle cx="180" cy="90" r="1.5" fill="url(#starGradient)" />
    <circle cx="270" cy="40" r="1" fill="url(#starGradient)" />
    <circle cx="220" cy="80" r="1.2" fill="url(#starGradient)" />
    <circle cx="30" cy="200" r="2" fill="url(#starGradient)" />
    <circle cx="280" cy="220" r="1" fill="url(#starGradient)" />
    <circle cx="200" cy="30" r="1" fill="url(#starGradient)" />
    <circle cx="250" cy="200" r="1.5" fill="url(#starGradient)" />
  </g>
</svg>
SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <radialGradient id="skyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#000033;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#000066;stop-opacity:1" />
    </radialGradient>
    <radialGradient id="planet1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FF5733;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#C70039;stop-opacity:1" />
    </radialGradient>
    <radialGradient id="planet2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#33FF57;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#00C739;stop-opacity:1" />
    </radialGradient>
    <radialGradient id="planet3" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#3357FF;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#0039C7;stop-opacity:1" />
    </radialGradient>
    <pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="2" fill="white" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <rect width="300" height="300" fill="url(#starPattern)" opacity="0.5" />
  <ellipse cx="150" cy="100" rx="30" ry="30" fill="url(#planet1)" />
  <ellipse cx="100" cy="150" rx="25" ry="25" fill="url(#planet2)" />
  <ellipse cx="200" cy="150" rx="35" ry="35" fill="url(#planet3)" />
  <path d="M150,250 C150,250 100,200 120,150 C140,100 160,100 180,150 C200,200 150,250 150,250 Z" fill="#663300" />
  <path d="M150,250 C150,250 100,200 120,150 C140,100 160,100 180,150 C200,200 150,250 150,250 Z" fill="#663300" transform="rotate(45,150,250)" />
  <path d="M150,250 C150,250 100,200 120,150 C140,100 160,100 180,150 C200,200 150,250 150,250 Z" fill="#663300" transform="rotate(-45,150,250)" />
  <path d="M150,250 C150,250 100,200 120,150 C140,100 160,100 180,150 C200,200 150,250 150,250 Z" fill="#663300" transform="rotate(90,150,250)" />
  <path d="M150,250 C150,250 100,200 120,150 C140,100 160,100 180,150 C200,200 150,250 150,250 Z" fill="#663300" transform="rotate(-90,150,250)" />
  <path d="M150,250 C150,250 100,200 120,150 C140,100 160,100 180,150 C200,200 150,250 150,250 Z" fill="#663300" transform="rotate(135,150,250)" />
  <path d="M150,250 C150,250 100,200 120,150 C140,100 160,100 180,150 C200,200 150,250 150,250 Z" fill="#663300" transform="rotate(-135,150,250)" />
  <circle cx="150" cy="250" r="30" fill="#330000" />
  <circle cx="150" cy="250" r="10" fill="#ffffff" />
  <path d="M150,240 C150,240 140,230 130,230 C120,230 110,240 110,250 C110,260 120,270 130,270 C140,270 150,260 150,250 Z" fill="#330000" />
  <path d="M150,240 C150,240 160,230 170,230 C180,230 190,240 190,250 C190,260 180,270 170,270 C160,270 150,260 150,250 Z" fill="#330000" />
</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 image creatively depicts a bright, whimsical octopus in a starry sky, clearly juggling planets, adhering closely to the prompt.

    The technical execution is clean with a strong color contrast between the octopus and the background.

    In contrast, Player 2's submission lacks clarity in its depiction of an octopus and does not visually convey the idea of juggling in a starry sky 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
23
Player 2
17
Rectangles

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

Player 1
1
Player 2
2
Circles

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

Player 1
15
Player 2
3
Ellipses

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

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

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

Player 1
1
Player 2

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
13
Player 2
3

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

Complexity Metrics

Path Commands

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

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