Back

SVG Drawing Match #2441

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Octopus juggling neon umbrellas under a starry sky."

SVG by o4-mini high (2025-04-16)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <radialGradient id="skyGrad" cx="50%" cy="50%" r="70%">
      <stop offset="0%" stop-color="#0d1b2a"/>
      <stop offset="100%" stop-color="#000"/>
    </radialGradient>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="2" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
    <radialGradient id="octGrad" cx="50%" cy="40%" r="60%">
      <stop offset="0%" stop-color="#6b3062"/>
      <stop offset="100%" stop-color="#3f0f3d"/>
    </radialGradient>
    <linearGradient id="tentGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#8e44ad"/>
      <stop offset="100%" stop-color="#d267d3"/>
    </linearGradient>
    <linearGradient id="uGrad1" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#ff1acf"/>
      <stop offset="100%" stop-color="#32ffc1"/>
    </linearGradient>
    <linearGradient id="uGrad2" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#00fff0"/>
      <stop offset="100%" stop-color="#ff00f7"/>
    </linearGradient>
    <linearGradient id="uGrad3" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#faff00"/>
      <stop offset="100%" stop-color="#00ff9e"/>
    </linearGradient>
    <linearGradient id="uGrad4" x1="100%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#0ff"/>
      <stop offset="100%" stop-color="#f0f"/>
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="url(#skyGrad)"/>
  <g id="stars">
    <circle cx="20" cy="30" r="1.2" fill="#fff"/>
    <circle cx="60" cy="80" r="1" fill="#fff"/>
    <circle cx="120" cy="25" r="1.5" fill="#fff"/>
    <circle cx="200" cy="50" r="0.8" fill="#fff"/>
    <circle cx="270" cy="90" r="1.3" fill="#fff"/>
    <circle cx="240" cy="150" r="1" fill="#fff"/>
    <circle cx="180" cy="40" r="1" fill="#fff"/>
    <circle cx="30" cy="200" r="1.4" fill="#fff"/>
    <circle cx="100" cy="180" r="1.2" fill="#fff"/>
    <circle cx="260" cy="30" r="1" fill="#fff"/>
    <line x1="250" y1="60" x2="250" y2="64" stroke="#fff" stroke-width="0.6"/>
    <line x1="248" y1="62" x2="252" y2="62" stroke="#fff" stroke-width="0.6"/>
    <line x1="150" y1="220" x2="150" y2="224" stroke="#fff" stroke-width="0.6"/>
    <line x1="148" y1="222" x2="152" y2="222" stroke="#fff" stroke-width="0.6"/>
    <line x1="80" y1="120" x2="80" y2="124" stroke="#fff" stroke-width="0.6"/>
    <line x1="78" y1="122" x2="82" y2="122" stroke="#fff" stroke-width="0.6"/>
  </g>
  <g id="umbrellas">
    <g transform="translate(220,60)">
      <path d="M-30,0 A30,30 0 0,1 30,0 L25,15 A25,25 0 0,0 -25,15 Z" fill="url(#uGrad1)" stroke="#fff" stroke-width="1" filter="url(#glow)"/>
      <path d="M0,15 v20 q0,10 -10,10" fill="none" stroke="#fff" stroke-width="2"/>
    </g>
    <g transform="translate(80,40) scale(0.9)">
      <path d="M-30,0 A30,30 0 0,1 30,0 L25,15 A25,25 0 0,0 -25,15 Z" fill="url(#uGrad2)" stroke="#fff" stroke-width="1" filter="url(#glow)"/>
      <path d="M0,15 v18 q0,8 -8,8" fill="none" stroke="#fff" stroke-width="2"/>
    </g>
    <g transform="translate(50,200)">
      <path d="M-30,0 A30,30 0 0,1 30,0 L25,15 A25,25 0 0,0 -25,15 Z" fill="url(#uGrad3)" stroke="#fff" stroke-width="1" filter="url(#glow)"/>
      <path d="M0,15 v22 q0,10 -12,10" fill="none" stroke="#fff" stroke-width="2"/>
    </g>
    <g transform="translate(240,220) scale(0.8)">
      <path d="M-30,0 A30,30 0 0,1 30,0 L25,15 A25,25 0 0,0 -25,15 Z" fill="url(#uGrad4)" stroke="#fff" stroke-width="1" filter="url(#glow)"/>
      <path d="M0,15 v20 q0,10 -10,10" fill="none" stroke="#fff" stroke-width="2"/>
    </g>
  </g>
  <g id="arcs" stroke="#fff" stroke-dasharray="4 2" fill="none" stroke-width="1" opacity="0.6">
    <path d="M150,150 C180,130 200,80 220,60"/>
    <path d="M150,150 C120,130 100,80 80,40"/>
    <path d="M150,150 C120,170 80,190 50,200"/>
    <path d="M150,150 C180,170 200,200 240,220"/>
  </g>
  <g id="octopus" transform="translate(150,150)">
    <ellipse cx="0" cy="0" rx="40" ry="30" fill="url(#octGrad)" stroke="#fff" stroke-width="1"/>
    <circle cx="-15" cy="-5" r="6" fill="#fff"/>
    <circle cx="-15" cy="-5" r="3" fill="#000"/>
    <circle cx="15" cy="-5" r="6" fill="#fff"/>
    <circle cx="15" cy="-5" r="3" fill="#000"/>
    <path d="M-20,15 C-60,50 -80,90 -60,110" stroke="url(#tentGrad)" stroke-width="12" fill="none" stroke-linecap="round"/>
    <path d="M-10,18 C-40,60 -30,90 -10,110" stroke="url(#tentGrad)" stroke-width="10" fill="none" stroke-linecap="round"/>
    <path d="M0,20 C-10,60 10,90 20,110" stroke="url(#tentGrad)" stroke-width="10" fill="none" stroke-linecap="round"/>
    <path d="M20,15 C60,50 80,90 60,110" stroke="url(#tentGrad)" stroke-width="12" fill="none" stroke-linecap="round"/>
    <path d="M-30,5 C-60,20 -70,60 -50,80" stroke="url(#tentGrad)" stroke-width="8" fill="none" stroke-linecap="round"/>
    <path d="M30,5 C60,20 70,60 50,80" stroke="url(#tentGrad)" stroke-width="8" fill="none" stroke-linecap="round"/>
    <path d="M-5,0 C-15,20 -25,40 -15,60" stroke="url(#tentGrad)" stroke-width="9" fill="none" stroke-linecap="round"/>
    <path d="M5,0 C15,20 25,40 15,60" stroke="url(#tentGrad)" stroke-width="9" fill="none" stroke-linecap="round"/>
  </g>
</svg>
SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#001f3f;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#004d99;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="umbrella1" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#ff5733;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ffbd33;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="umbrella2" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#33ffbd;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#33a1ff;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="umbrella3" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#721d15;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#e94e77;stop-opacity:1" />
    </linearGradient>
    <filter id="neonGlow">
      <feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blur"/>
      <feFlood flood-color="#00ffcc" result="flood" />
      <feComposite in2="blur" operator="in" />
      <feMerge>
        <feMergeNode />
        <feMergeNode in="SourceGraphic" />
      </feMerge>
    </filter>
  </defs>
  
  <rect width="100%" height="100%" fill="url(#bgGradient)" />
  
  <path d="M150 230 Q100 180 130 130 Q150 100 180 130 Q200 180 150 230Z" fill="#ff69b4" />
  <ellipse cx="150" cy="190" rx="60" ry="30" fill="#ff85c0" />
  
  <path d="M130 130 Q120 110 140 100 Q160 90 170 110 Q180 130 170 150 Q150 150 130 130Z" fill="#ff1a8c" filter="url(#neonGlow)" />
  <path d="M150 130 Q140 110 160 100 Q180 90 190 110 Q200 130 190 150 Q170 150 150 130Z" fill="#ff1a8c" filter="url(#neonGlow)" />
  
  <path d="M110 150 Q90 140 100 130 Q110 120 120 130 Q130 140 110 150Z" fill="url(#umbrella1)" />
  <path d="M200 150 Q220 140 210 130 Q200 120 190 130 Q180 140 200 150Z" fill="url(#umbrella2)" />
  <path d="M160 70 Q140 60 150 50 Q160 40 170 50 Q180 60 160 70Z" fill="url(#umbrella3)" />
  
  <g>
    <circle cx="50" cy="50" r="3" fill="#ffffff" />
    <circle cx="250" cy="70" r="3" fill="#ffffff" />
    <circle cx="80" cy="200" r="3" fill="#ffffff" />
    <circle cx="220" cy="250" r="3" fill="#ffffff" />
    <circle cx="150" cy="20" r="3" fill="#ffffff" />
    <circle cx="100" cy="10" r="2" fill="#ffffff" />
    <circle cx="200" cy="20" r="2" fill="#ffffff" />
  </g>
  
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini high (2025-04-16) Player 1

Judge's Analysis

    Player 1's submission clearly depicts an octopus juggling neon umbrellas under a starry sky, adhering closely to the prompt with creative and vibrant visuals.

    The composition is visually engaging with glowing umbrellas and an expressive octopus.

    Player 2's submission, while colorful, lacks clarity and fails to represent the octopus and umbrellas effectively, making it less 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
42
Player 2
15
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
14
Player 2
7
Ellipses

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

Player 1
1
Player 2
1
Lines

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

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

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

Player 1
8
Player 2
1

Visual Effects Metrics

Gradients

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

Player 1
7
Player 2
4
Patterns

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

Player 1
Player 2
Filters

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

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

The number of elements with stroke attributes in the SVG.

Player 1
24
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
15
Player 2
4

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
5
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
56
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
8
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