Back

SVG Drawing Match #2038

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A jellyfish cityscape at sunset"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(255,127,80);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,69,0);stop-opacity:1" />
    </linearGradient>
    <radialGradient id="jellyfishGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,192,203);stop-opacity:1" />
    </radialGradient>
    <pattern id="jellyfishPattern" patternUnits="userSpaceOnUse" width="100" height="100">
      <circle cx="50" cy="50" r="30" fill="url(#jellyfishGradient)" />
      <circle cx="50" cy="50" r="20" fill="url(#jellyfishGradient)" />
      <circle cx="50" cy="50" r="10" fill="url(#jellyfishGradient)" />
    </pattern>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
  <g transform="translate(150, 250)">
    <circle cx="0" cy="0" r="40" fill="url(#jellyfishPattern)" />
    <path d="M-40 0 C-40 50, 40 50, 40 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M40 0 C40 -50, -40 -50, -40 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M-40 0 C-40 50, 0 50, 0 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M0 0 C0 -50, 40 -50, 40 0" stroke="white" stroke-width="5" fill="none" />
  </g>
  <g transform="translate(50, 150)">
    <circle cx="0" cy="0" r="30" fill="url(#jellyfishPattern)" />
    <path d="M-30 0 C-30 50, 30 50, 30 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M30 0 C30 -50, -30 -50, -30 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M-30 0 C-30 50, 0 50, 0 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M0 0 C0 -50, 30 -50, 30 0" stroke="white" stroke-width="5" fill="none" />
  </g>
  <g transform="translate(250, 100)">
    <circle cx="0" cy="0" r="50" fill="url(#jellyfishPattern)" />
    <path d="M-50 0 C-50 50, 50 50, 50 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M50 0 C50 -50, -50 -50, -50 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M-50 0 C-50 50, 0 50, 0 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M0 0 C0 -50, 50 -50, 50 0" stroke="white" stroke-width="5" fill="none" />
  </g>
  <g transform="translate(100, 50)">
    <circle cx="0" cy="0" r="25" fill="url(#jellyfishPattern)" />
    <path d="M-25 0 C-25 50, 25 50, 25 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M25 0 C25 -50, -25 -50, -25 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M-25 0 C-25 50, 0 50, 0 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M0 0 C0 -50, 25 -50, 25 0" stroke="white" stroke-width="5" fill="none" />
  </g>
  <g transform="translate(200, 150)">
    <circle cx="0" cy="0" r="20" fill="url(#jellyfishPattern)" />
    <path d="M-20 0 C-20 50, 20 50, 20 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M20 0 C20 -50, -20 -50, -20 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M-20 0 C-20 50, 0 50, 0 0" stroke="white" stroke-width="5" fill="none" />
    <path d="M0 0 C0 -50, 20 -50, 20 0" stroke="white" stroke-width="5" fill="none" />
  </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="sunsetGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#FF7E5F; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#feb47b; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="jellyfishGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#82e0aa; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#00bfff; stop-opacity:1" />
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="url(#sunsetGradient)" />
  <g>
    <path d="M70 220 C 80 180, 120 180, 130 220 S 180 260, 190 220 S 210 240, 230 220 Q 240 210, 250 220 L 250 300 L 70 300 Z" fill="rgba(255, 255, 255, 0.2)" />
    <path d="M70 250 C 75 230, 125 230, 130 250 S 180 270, 185 250 S 210 260, 220 250 C 225 245, 230 250, 240 250 L 240 300 L 70 300 Z" fill="rgba(255, 255, 255, 0.3)" />
  </g>
  <g fill="url(#jellyfishGradient)">
    <g transform="translate(50, 100)">
      <ellipse cx="20" cy="10" rx="25" ry="15" />
      <path d="M20 25 C10 35, 10 45, 20 50 C30 45, 30 35, 20 25 Z" />
      <line x1="20" y1="50" x2="20" y2="70" stroke="#00bfff" stroke-width="2" opacity="0.6" />
      <line x1="15" y1="55" x2="5" y2="80" stroke="#00bfff" stroke-width="1.5" opacity="0.5" />
      <line x1="25" y1="55" x2="35" y2="80" stroke="#00bfff" stroke-width="1.5" opacity="0.5" />
    </g>
    <g transform="translate(100, 140)">
      <ellipse cx="20" cy="10" rx="25" ry="15" />
      <path d="M20 25 C10 35, 10 45, 20 50 C30 45, 30 35, 20 25 Z" />
      <line x1="20" y1="50" x2="20" y2="70" stroke="#00bfff" stroke-width="2" opacity="0.6" />
      <line x1="15" y1="55" x2="5" y2="80" stroke="#00bfff" stroke-width="1.5" opacity="0.5" />
      <line x1="25" y1="55" x2="35" y2="80" stroke="#00bfff" stroke-width="1.5" opacity="0.5" />
    </g>
    <g transform="translate(200, 170)">
      <ellipse cx="20" cy="10" rx="25" ry="15" />
      <path d="M20 25 C10 35, 10 45, 20 50 C30 45, 30 35, 20 25 Z" />
      <line x1="20" y1="50" x2="20" y2="70" stroke="#00bfff" stroke-width="2" opacity="0.6" />
      <line x1="15" y1="55" x2="5" y2="80" stroke="#00bfff" stroke-width="1.5" opacity="0.5" />
      <line x1="25" y1="55" x2="35" y2="80" stroke="#00bfff" stroke-width="1.5" opacity="0.5" />
    </g>
  </g>
  <circle cx="250" cy="50" r="30" fill="#FFA500" opacity="0.8" />
  <circle cx="240" cy="50" r="5" fill="#FFD700" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o mini (2024-07-18) Player 2

Judge's Analysis

    Player 2's submission creatively integrates the concept of jellyfish into a cityscape scene, with distinct jellyfish forms and a clear sunset setting.

    The composition is visually appealing with a harmonious color palette and better adherence to the prompt.

    Player 1's image lacks clear representation of both jellyfish and a cityscape, resulting in a less coherent interpretation of the theme.

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
29
Player 2
20
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
8
Player 2
2
Ellipses

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

Player 1
Player 2
3
Lines

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

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

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

Player 1
5
Player 2
5

Visual Effects Metrics

Gradients

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

Player 1
2
Player 2
2
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
20
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
1
Player 2
5

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
3

Complexity Metrics

Path Commands

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

Player 1
40
Player 2
28
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

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