Back

SVG Drawing Match #643

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A neon jellyfish conducting an underwater orchestra of glowing fish"

SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="grad1" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="blue" />
      <stop offset="100%" stop-color="purple" />
    </linearGradient>
    <linearGradient id="grad2" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="red" />
      <stop offset="100%" stop-color="yellow" />
    </linearGradient>
    <linearGradient id="grad3" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="green" />
      <stop offset="100%" stop-color="cyan" />
    </linearGradient>
  </defs>
  <rect width="100%" height="100%" fill="url(#grad1)" />
  <g transform="translate(150 150)">
    <circle cx="0" cy="0" r="50" fill="none" stroke="url(#grad2)" stroke-width="5" />
    <path d="M-50,0 Q-25,50 0,50 C25,50 50,0 50,0 L50,-50 C50,-50 25,-50 0,-50 Q-25,-50 -50,0 Z" fill="none" stroke="url(#grad3)" stroke-width="3" />
    <g transform="translate(-50 0)">
      <path d="M50,0 Q25,50 0,50 C-25,50 -50,0 -50,0 L-50,-50 C-50,-50 -25,-50 0,-50 Q25,-50 50,0 Z" fill="none" stroke="url(#grad2)" stroke-width="3" />
    </g>
    <g transform="translate(50 0)">
      <path d="M-50,0 Q-25,50 0,50 C25,50 50,0 50,0 L50,-50 C50,-50 25,-50 0,-50 Q-25,-50 -50,0 Z" fill="none" stroke="url(#grad2)" stroke-width="3" />
    </g>
  </g>
  <g transform="translate(150 150)">
    <path d="M0,-100 Q50,-75 50,-50 Q50,-25 0,0 Q-50,25 -50,50 Q-50,75 0,100" stroke="url(#grad3)" stroke-width="2" fill="none" />
  </g>
  <g transform="translate(150 150)">
    <circle cx="0" cy="0" r="10" fill="url(#grad2)" />
    <circle cx="15" cy="-20" r="5" fill="url(#grad3)" />
    <circle cx="-15" cy="-20" r="5" fill="url(#grad3)" />
    <circle cx="0" cy="20" r="5" fill="url(#grad3)" />
  </g>
  <g transform="translate(150 150)">
    <g transform="rotate(45)">
      <path d="M0,-100 Q50,-75 50,-50 Q50,-25 0,0 Q-50,25 -50,50 Q-50,75 0,100" stroke="url(#grad2)" stroke-width="2" fill="none" />
    </g>
    <g transform="rotate(-45)">
      <path d="M0,-100 Q50,-75 50,-50 Q50,-25 0,0 Q-50,25 -50,50 Q-50,75 0,100" stroke="url(#grad2)" stroke-width="2" fill="none" />
    </g>
  </g>
  <g transform="translate(150 150)">
    <path d="M0,-100 Q50,-75 50,-50 Q50,-25 0,0 Q-50,25 -50,50 Q-50,75 0,100" stroke="url(#grad3)" stroke-width="2" fill="none" />
  </g>
  <g transform="translate(150 150)">
    <g transform="translate(-75 100)">
      <circle cx="0" cy="0" r="10" fill="url(#grad3)" />
      <circle cx="10" cy="10" r="5" fill="url(#grad2)" />
      <circle cx="-10" cy="10" r="5" fill="url(#grad2)" />
      <circle cx="0" cy="-10" r="5" fill="url(#grad2)" />
    </g>
    <g transform="translate(75 100)">
      <circle cx="0" cy="0" r="10" fill="url(#grad3)" />
      <circle cx="10" cy="10" r="5" fill="url(#grad2)" />
      <circle cx="-10" cy="10" r="5" fill="url(#grad2)" />
      <circle cx="0" cy="-10" r="5" fill="url(#grad2)" />
    </g>
  </g>
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="jellyfishGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ff66c4" />
      <stop offset="100%" stop-color="#ff1aff" />
    </radialGradient>
    <radialGradient id="fishGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#00e5ff" />
      <stop offset="100%" stop-color="#0099cc" />
    </radialGradient>
  </defs>
  <rect width="100%" height="100%" fill="#000040" />
  <!-- Jellyfish body -->
  <ellipse cx="150" cy="80" rx="60" ry="35" fill="url(#jellyfishGradient)" stroke="#ffffff" stroke-width="1" />
  <!-- Jellyfish tentacles -->
  <path d="M150,115 Q140,160 130,210" stroke="#ff66c4" stroke-width="2" fill="none" />
  <path d="M150,115 Q160,160 170,210" stroke="#ff66c4" stroke-width="2" fill="none" />
  <path d="M140,115 Q130,160 120,210" stroke="#ff66c4" stroke-width="2" fill="none" />
  <path d="M160,115 Q170,160 180,210" stroke="#ff66c4" stroke-width="2" fill="none" />
  <!-- Jellyfish baton -->
  <line x1="150" y1="80" x2="120" y2="50" stroke="#ff66c4" stroke-width="2" />
  <circle cx="120" cy="50" r="3" fill="#ff66c4" />
  <!-- Fish musicians -->
  <g>
    <ellipse cx="80" cy="150" rx="20" ry="10" fill="url(#fishGradient)">
      <animate attributeName="rx" values="20;22;20" dur="2s" repeatCount="indefinite"/>
    </ellipse>
    <path d="M80 150 L60 145 L60 155 Z" fill="#0099cc" />
    <circle cx="78" cy="148" r="1" fill="#ffffff" />
  </g>
  <g>
    <ellipse cx="230" cy="160" rx="20" ry="10" fill="url(#fishGradient)">
      <animate attributeName="rx" values="20;18;20" dur="2s" repeatCount="indefinite"/>
    </ellipse>
    <path d="M230 160 L250 155 L250 165 Z" fill="#0099cc" />
    <circle cx="228" cy="158" r="1" fill="#ffffff" />
  </g>
  <g>
    <ellipse cx="150" cy="200" rx="25" ry="12" fill="url(#fishGradient)">
      <animate attributeName="ry" values="12;14;12" dur="1.5s" repeatCount="indefinite"/>
    </ellipse>
    <path d="M150 200 L130 195 L130 205 Z" fill="#0099cc" />
    <circle cx="148" cy="198" r="1" fill="#ffffff" />
  </g>
  <!-- Orchestra music waves -->
  <path d="M50,250 C80,220 220,220 250,250" stroke="#ffffff" stroke-width="0.5" fill="none">
    <animate attributeName="d" values="
      M50,250 C80,220 220,220 250,250;
      M50,250 C60,230 240,230 250,250;
      M50,250 C80,220 220,220 250,250" dur="5s" repeatCount="indefinite"/>
  </path>
  <path d="M40,240 C70,210 230,210 260,240" stroke="#b3ffff" stroke-width="0.5" fill="none">
    <animate attributeName="d" values="
      M40,240 C70,210 230,210 260,240;
      M40,240 C80,220 220,220 260,240;
      M40,240 C70,210 230,210 260,240" dur="5s" repeatCount="indefinite"/>
  </path>
</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 captures the idea with a clear depiction of a jellyfish using tentacles to conduct glowing fish, aligning well with the prompt.

    The use of neon colors effectively conveys the underwater glowing theme, enhancing visual appeal.

    In contrast, Player 1's image lacks a clear representation of an underwater orchestra or a jellyfish, making Player 2's submission more successful in creativity and adherence 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
21
Player 2
19
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
13
Player 2
4
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
1
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
9
Groups

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

Player 1
12
Player 2
3

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
8
Player 2
8

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2
7

Interactivity Metrics

Animations

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

Player 1
Player 2
5
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
12
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
41
Player 2
24
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
3
Player 2
2
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