Back

SVG Drawing Match #551

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Octopus juggling planets in outer space"

SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="planet1">
      <stop offset="0%" stop-color="#FF69B4"/>
      <stop offset="100%" stop-color="#FF1493"/>
    </radialGradient>
    <radialGradient id="planet2">
      <stop offset="0%" stop-color="#4169E1"/>
      <stop offset="100%" stop-color="#0000FF"/>
    </radialGradient>
    <linearGradient id="octoGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#87CEEB"/>
      <stop offset="100%" stop-color="#4682B4"/>
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="radial-gradient(circle at 150 150, #000 0%, #000 50%, #000 100%)"/>
  <g transform="translate(150,200)">
    <path d="M0,0 Q50,-50 100,0 T150,0 Q100,50 50,0 T0,0" fill="url(#octoGradient)" stroke="#000" stroke-width="2"/>
    <path d="M-100,-50 C-75,-25 -50,0 -25,25" stroke="#000" stroke-width="2" fill="none"/>
    <path d="M-75,-25 C-50,-12.5 -25,0 0,12.5" stroke="#000" stroke-width="2" fill="none"/>
    <path d="M-50,0 C-25,12.5 0,25 25,25" stroke="#000" stroke-width="2" fill="none"/>
    <path d="M-25,25 C0,37.5 25,50 50,50" stroke="#000" stroke-width="2" fill="none"/>
  </g>
  <g transform="translate(100,100)">
    <circle r="20" fill="url(#planet1)">
      <animate attributeName="cx" from="100" to="120" dur="2s" repeatCount="indefinite"/>
    </circle>
    <circle r="15" transform="translate(40,0)" fill="url(#planet2)">
      <animate attributeName="cy" from="0" to="-20" dur="3s" repeatCount="indefinite"/>
    </circle>
    <circle r="18" transform="translate(-40,20)" fill="url(#planet1)">
      <animate attributeName="cx" from="-40" to="-60" dur="2.5s" repeatCount="indefinite"/>
    </circle>
  </g>
  <g transform="translate(200,120)">
    <circle r="25" fill="url(#planet2)">
      <animate attributeName="cy" from="120" to="140" dur="3s" repeatCount="indefinite"/>
    </circle>
  </g>
  <g transform="translate(150,180)">
    <circle r="15" fill="url(#planet1)">
      <animate attributeName="cx" from="150" to="170" dur="2s" repeatCount="indefinite"/>
    </circle>
  </g>
  <g transform="translate(250,250)">
    <circle r="5" fill="#FFF"/>
    <circle r="3" fill="#FFF" transform="translate(10,10)"/>
  </g>
  <path d="M10 10 Q20 20 30 10 T50 0" stroke="#FFD700" stroke-width="2" fill="none"/>
  <path d="M280 280 Q290 290 300 280 T310 270" stroke="#FFD700" stroke-width="2" fill="none"/>
  <g transform="translate(150,150)">
    <circle r="20" fill="none" stroke="#000" stroke-width="1">
      <animate attributeName="r" from="20" to="30" dur="4s" repeatCount="indefinite" easing="ease-in-out"/>
    </circle>
  </g>
  <g transform="translate(100,100)">
    <circle r="3" fill="#FFF" transform="translate(30,40)"/>
    <circle r="3" fill="#FFF" transform="translate(50,20)"/>
    <circle r="3" fill="#FFF" transform="translate(20,30)"/>
  </g>
  <g transform="translate(200,200)">
    <circle r="3" fill="#FFF" transform="translate(30,40)"/>
    <circle r="3" fill="#FFF" transform="translate(50,20)"/>
    <circle r="3" fill="#FFF" transform="translate(20,30)"/>
  </g>
  <g transform="translate(150,150)">
    <circle r="5" fill="#FFD700"/>
    <circle r="3" fill="#FFF" transform="translate(10,10)"/>
  </g>
</svg>
SVG by o3-mini low (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- Background starry gradient -->
    <radialGradient id="bgGradient" cx="50%" cy="50%" r="75%">
      <stop offset="0%" stop-color="#000033"/>
      <stop offset="100%" stop-color="#000000"/>
    </radialGradient>
    <!-- Planet gradients -->
    <radialGradient id="planet1" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FF8C00"/>
      <stop offset="100%" stop-color="#FF4500"/>
    </radialGradient>
    <radialGradient id="planet2" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#00CED1"/>
      <stop offset="100%" stop-color="#008B8B"/>
    </radialGradient>
    <radialGradient id="planet3" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ADFF2F"/>
      <stop offset="100%" stop-color="#32CD32"/>
    </radialGradient>
    <!-- Octopus skin gradient -->
    <radialGradient id="octoSkin" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#8A2BE2"/>
      <stop offset="100%" stop-color="#4B0082"/>
    </radialGradient>
    <!-- Pattern for outer space sparkles -->
    <pattern id="sparkles" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="2" cy="2" r="0.5" fill="white" />
      <circle cx="7" cy="6" r="0.3" fill="white" />
    </pattern>
  </defs>
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)" />
  <rect x="0" y="0" width="300" height="300" fill="url(#sparkles)" opacity="0.3" />
  
  <!-- Planets being juggled -->
  <!-- Planet 1 -->
  <circle cx="75" cy="120" r="15" fill="url(#planet1)" stroke="white" stroke-width="0.5"/>
  <!-- Planet 2 -->
  <circle cx="150" cy="65" r="10" fill="url(#planet2)" stroke="white" stroke-width="0.5"/>
  <!-- Planet 3 -->
  <circle cx="225" cy="120" r="12" fill="url(#planet3)" stroke="white" stroke-width="0.5"/>
  
  <!-- Octopus body -->
  <g id="octopus">
    <!-- Head and mantle -->
    <ellipse cx="150" cy="190" rx="28" ry="20" fill="url(#octoSkin)" stroke="black" stroke-width="1" />
    <!-- Eyes -->
    <circle cx="142" cy="185" r="3" fill="white" />
    <circle cx="158" cy="185" r="3" fill="white" />
    <circle cx="142" cy="185" r="1.5" fill="black" />
    <circle cx="158" cy="185" r="1.5" fill="black" />
    
    <!-- Tentacles - using Bezier curves for fluid motion -->
    <path d="M 138 200 C 120 170, 100 150, 80 140" fill="none" stroke="url(#octoSkin)" stroke-width="6" stroke-linecap="round" />
    <path d="M 142 205 C 130 175, 110 160, 90 150" fill="none" stroke="url(#octoSkin)" stroke-width="5" stroke-linecap="round" />
    <path d="M 150 207 C 150 170, 150 140, 150 110" fill="none" stroke="url(#octoSkin)" stroke-width="5" stroke-linecap="round" />
    <path d="M 158 205 C 170 175, 190 160, 210 150" fill="none" stroke="url(#octoSkin)" stroke-width="5" stroke-linecap="round" />
    <path d="M 162 200 C 180 170, 200 150, 220 140" fill="none" stroke="url(#octoSkin)" stroke-width="6" stroke-linecap="round" />
    
    <!-- Additional swirl effect for arms reaching the planets -->
    <path d="M 80 140 Q 75 130, 70 125" fill="none" stroke="url(#octoSkin)" stroke-width="4" stroke-dasharray="2,2"/>
    <path d="M 220 140 Q 225 130, 230 125" fill="none" stroke="url(#octoSkin)" stroke-width="4" stroke-dasharray="2,2"/>
  </g>
  
  <!-- Visual juggling paths -->
  <path d="M 75 120 Q 110 100, 150 65" fill="none" stroke="white" stroke-width="1" stroke-dasharray="3,3" />
  <path d="M 150 65 Q 190 100, 225 120" fill="none" stroke="white" stroke-width="1" stroke-dasharray="3,3" />
  
  <!-- Comet-like trail -->
  <path d="M 20 280 L 50 260 L 80 280" fill="none" stroke="white" stroke-width="1" stroke-linecap="round" stroke-dasharray="1,2" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini low (2025-01-31) Player 2

Judge's Analysis

    Player 2's submission more effectively conveys the concept of an octopus juggling planets in outer space.

    The octopus is clearly depicted with arms holding planets, and the use of color and composition is visually appealing.

    In contrast, Player 1's image lacks clarity in representing an octopus and planets, making it less successful in adhering to 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
24
Player 2
22
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
16
Player 2
9
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
Paths

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

Player 1
7
Player 2
10
Groups

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

Player 1
9
Player 2
1

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2
11

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
6
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

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