Back

SVG Drawing Match #859

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Neon jellyfish playing chess on a coral reef under a crescent moon"

SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonGlow" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#e6f7ff" />
      <stop offset="100%" stop-color="#cce0ff" />
    </radialGradient>
    <linearGradient id="jellyfishGradient1" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ff00cc" />
      <stop offset="50%" stop-color="#cc00ff" />
      <stop offset="100%" stop-color="#ff00ff" />
    </linearGradient>
    <linearGradient id="jellyfishGradient2" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#00ffff" />
      <stop offset="50%" stop-color="#00ccff" />
      <stop offset="100%" stop-color="#0099ff" />
    </linearGradient>
    <pattern id="coralPattern" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="5" fill="#ffa07a" />
      <circle cx="5" cy="15" r="3" fill="#ff7f50" />
      <circle cx="15" cy="5" r="3" fill="#f08080" />
    </pattern>
  </defs>
  <path d="M20,20 A160,160 0 0,0 60,40" fill="transparent" stroke="#e6f7ff" stroke-width="5"/>
  <circle cx="50" cy="50" r="30" fill="url(#moonGlow)" />

  <rect x="50" y="150" width="200" height="100" fill="url(#coralPattern)" />

  <g transform="translate(80,180)">
    <ellipse cx="0" cy="0" rx="30" ry="20" fill="url(#jellyfishGradient1)" />
    <path d="M-20,-10 C -10,-30 0,-40 10,-30 C 20,-10 10,10 -10,10 Z" fill="#ff69b4" />
    <path d="M-25,-20 Q -15,-40 0,-30" stroke="#ff00ff" stroke-width="3" fill="none"/>
    <path d="M5,-20 Q 15,-40 25,-30" stroke="#ff00ff" stroke-width="3" fill="none"/>
  </g>

  <g transform="translate(220,180)">
    <ellipse cx="0" cy="0" rx="30" ry="20" fill="url(#jellyfishGradient2)" />
    <path d="M-20,-10 C -10,-30 0,-40 10,-30 C 20,-10 10,10 -10,10 Z" fill="#1e90ff" />
    <path d="M-25,-20 Q -15,-40 0,-30" stroke="#00ffff" stroke-width="3" fill="none"/>
    <path d="M5,-20 Q 15,-40 25,-30" stroke="#00ffff" stroke-width="3" fill="none"/>
  </g>
  <rect x="120" y="200" width="60" height="10" fill="#8b4513"/>
  <rect x="130" y="210" width="40" height="10" fill="#8b4513"/>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background with gradient and crescent moon -->
  <defs>
    <linearGradient id="seaGradient" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0" stop-color="#1a1a4a" stop-opacity="1"/>
      <stop offset="1" stop-color="#2a1a4a" stop-opacity="1"/>
    </linearGradient>
    <path id="crescentMoon" d="M 100 100 L 200 100 Q 250 100 250 150 L 250 200 Q 250 250 200 250 L 100 250 Q 50 250 50 200 L 50 150 Q 50 100 100 100" fill="#fff" stroke="#ffeb00" stroke-width="4"/>
  </defs>

  <!-- Coral Reef -->
  <g transform="translate(20,220)">
    <path d="M 0 0 Q 50 20 100 0 Q 150 -20 200 0 Q 250 20 300 0" fill="url(#seaGradient)" opacity="0.7"/>
    <path d="M 50 -20 Q 100 10 150 -10 Q 200 0 250 -20 Q 300 -40 350 -30" fill="#ff0080" opacity="0.6"/>
    <path d="M 100 -30 Q 150 -10 200 -30 Q 250 -50 300 -40" fill="#ff00ff" opacity="0.6"/>
  </g>

  <!-- Jellyfish -->
  <g transform="translate(100,180)">
    <ellipse cx="100" cy="100" rx="40" ry="30" fill="rgba(255,255,255,0.2)" stroke="#ff00de" stroke-width="2"/>
    <path d="M 100 130 Q 90 140 100 150 Q 110 140 100 130" fill="#ff00de" opacity="0.5"/>
    <path d="M 100 150 Q 105 160 110 155 L 105 150 L 100 145 L 95 150 L 100 150" fill="#ff00de" opacity="0.5"/>
  </g>

  <!-- Chessboard -->
  <g transform="translate(50,120)">
    <rect x="0" y="0" width="200" height="200" fill="#1a1a1a" rx="10"/>
    <!-- Chessboard pattern -->
    <pattern id="checker" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="50" height="50" fill="#333"/>
      <rect x="25" y="25" width="25" height="25" fill="#fff"/>
    </pattern>
    <rect x="0" y="0" width="200" height="200" fill="url(#checker)"/>
  </g>

  <!-- Chess Pieces -->
  <g transform="translate(50,120)">
    <!-- White King -->
    <path d="M 95 95 Q 100 90 105 95 Q 110 90 115 95 Q 110 100 105 105 Q 100 100 95 105 Q 90 100 85 95 Q 90 90 85 85" fill="#fff" stroke="#ffeb00" stroke-width="2"/>
    <!-- Black Queen -->
    <path d="M 105 105 Q 110 110 105 115 Q 100 110 95 115 Q 100 120 105 115" fill="#333" stroke="#ff00de" stroke-width="2"/>
  </g>

  <!-- Jellyfish Player 2 -->
  <g transform="translate(180,180)">
    <ellipse cx="100" cy="100" rx="40" ry="30" fill="rgba(255,255,255,0.2)" stroke="#00ffd5" stroke-width="2"/>
    <path d="M 100 130 Q 90 140 100 150 Q 110 140 100 130" fill="#00ffd5" opacity="0.5"/>
    <path d="M 100 150 Q 105 160 110 155 L 105 150 L 100 145 L 95 150 L 100 150" fill="#00ffd5" opacity="0.5"/>
  </g>

  <!-- Glowing Effects -->
  <g>
    <circle cx="150" cy="150" r="20" fill="rgba(255,255,255,0.3)" stroke="rgba(255,255,255,0.6)" stroke-width="4"/>
    <circle cx="150" cy="150" r="10" fill="rgba(255,255,255,0.6)"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek-R1-Distill-Llama-70B Player 2

Judge's Analysis

    Player 2's image better captures the concept of jellyfish with its abstract, vibrant design, and includes elements that suggest a chessboard.

    The use of color and shapes adds to the neon aesthetic, and the composition is visually appealing.

    Player 1's image, while colorful, lacks clarity in depicting the chess aspect and overall scene, making Player 2's submission more cohesive and 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
16
Player 2
18
Rectangles

The number of rectangle elements (rect) in the SVG.

Player 1
3
Player 2
4
Circles

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

Player 1
4
Player 2
2
Ellipses

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

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

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

Player 1
2
Player 2
6

Visual Effects Metrics

Gradients

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

Player 1
3
Player 2
1
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
5
Player 2
6

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
15
Player 2
13

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

Complexity Metrics

Path Commands

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

Player 1
18
Player 2
49
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
4
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