Back

SVG Drawing Match #548

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Octopus juggling planets under a starlit ocean"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="oceanGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#005C99" />
      <stop offset="100%" stop-color="#003D66" />
    </radialGradient>
    <radialGradient id="planetGradient1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#FFD700" />
      <stop offset="100%" stop-color="#FF8C00" />
    </radialGradient>
    <radialGradient id="planetGradient2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#FF4500" />
      <stop offset="100%" stop-color="#8B0000" />
    </radialGradient>
    <radialGradient id="planetGradient3" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#00FF7F" />
      <stop offset="100%" stop-color="#008000" />
    </radialGradient>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur in="SourceAlpha" stdDeviation="5" />
      <feMerge>
        <feMergeNode />
        <feMergeNode in="SourceGraphic" />
      </feMerge>
      <feFlood flood-color="#00BFFF" result="color" />
      <feComposite in2="SourceAlpha" operator="in" />
      <feMerge>
        <feMergeNode />
        <feMergeNode in="SourceGraphic" />
      </feMerge>
    </filter>
  </defs>
  
  <rect width="300" height="300" fill="url(#oceanGradient)" />
  
  <circle cx="150" cy="250" r="50" fill="#FFFFFF" opacity="0.1" />
  
  <g filter="url(#glow)">
    <path d="M150 180 Q130 140 100 140 Q90 150 85 170 Q80 190 100 200 Q120 210 150 180 Z" fill="#FF69B4" />
    <path d="M150 180 Q170 140 200 140 Q210 150 215 170 Q220 190 200 200 Q180 210 150 180 Z" fill="#FF1493" />
    <path d="M117 155 Q130 120 145 145 Q140 155 129 158 Q120 162 117 155 Z" fill="#FFC0CB" />
    <path d="M183 155 Q170 120 155 145 Q160 155 171 158 Q180 162 183 155 Z" fill="#FFC0CB" />
  </g>
  
  <g>
    <circle cx="100" cy="110" r="25" fill="url(#planetGradient1)" />
    <circle cx="200" cy="80" r="20" fill="url(#planetGradient2)" />
    <circle cx="150" cy="40" r="30" fill="url(#planetGradient3)" />
  </g>
  
  <text x="150" y="10" text-anchor="middle" font-size="18" fill="#FFFFFF" filter="url(#glow)">A Cosmic Dance</text>
  
  <g>
    <path d="M137 180 C130 170, 100 170, 100 150 C100 130, 130 130, 140 150 C150 170, 140 180, 137 180 Z" fill="#FFB6C1" />
    <path d="M163 180 C170 170, 200 170, 200 150 C200 130, 170 130, 160 150 C150 170, 160 180, 163 180 Z" fill="#FFB6C1" />
  </g>
  
  <path d="M10 0 L290 0 C300 0 300 13 290 50 L10 50 C0 13 0 0 10 0 Z" fill="#000000" opacity="0.2" />
  <path d="M290 300 L10 300 C0 300 0 287 10 250 L290 250 C300 287 300 300 290 300 Z" fill="#000000" opacity="0.2" />
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="ocean" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#001f4d" />
      <stop offset="100%" stop-color="#003366" />
    </radialGradient>
    <radialGradient id="planet1" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffdd00" />
      <stop offset="100%" stop-color="#ff8800" />
    </radialGradient>
    <radialGradient id="planet2" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#00ffcc" />
      <stop offset="100%" stop-color="#0099cc" />
    </radialGradient>
    <radialGradient id="planet3" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ff6699" />
      <stop offset="100%" stop-color="#cc0066" />
    </radialGradient>
    <linearGradient id="octopusBody" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#800080" />
      <stop offset="100%" stop-color="#e60073" />
    </linearGradient>
    <pattern id="stars" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="1" cy="1" r="1" fill="white" />
      <circle cx="5" cy="5" r="1" fill="white" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#ocean)" />
  <rect width="300" height="300" fill="url(#stars)" opacity="0.5"/>
  <g transform="translate(150, 150)">
    <circle cx="0" cy="-80" r="20" fill="url(#planet1)" />
    <circle cx="60" cy="-40" r="20" fill="url(#planet2)" />
    <circle cx="-60" cy="-40" r="20" fill="url(#planet3)" />
    <path d="M0,0 C-20,40 -40,80 -20,100 C0,120 20,100 20,80 C20,60 0,40 0,0 Z" fill="url(#octopusBody)" />
    <path d="M0,0 C20,40 40,80 20,100 C0,120 -20,100 -20,80 C-20,60 0,40 0,0 Z" fill="url(#octopusBody)" />
    <circle cx="-25" cy="-50" r="20" fill="#ff99cc" />
    <circle cx="25" cy="-50" r="20" fill="#ff99cc" />
    <circle cx="-20" cy="-50" r="10" fill="white" />
    <circle cx="20" cy="-50" r="10" fill="white" />
  </g>
  <text x="150" y="290" font-family="Verdana" font-size="12" fill="white" text-anchor="middle">Octopus Juggling Planets</text>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 2

Judge's Analysis

    Player 2's image more effectively conveys the theme of an octopus juggling planets under a starlit ocean.

    The use of a dotted pattern successfully suggests a starry background, enhancing the cosmic feel.

    Additionally, the arrangement of colors and shapes creates a clearer depiction of the octopus and planets, offering better adherence to the prompt and visual appeal.

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

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

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

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

Player 1
3
Player 2
1

Visual Effects Metrics

Gradients

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

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

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
1

Complexity Metrics

Path Commands

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

Player 1
44
Player 2
10
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
5
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
1
Player 2
1

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