Back

SVG Drawing Match #2358

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A snail racing against a cheetah on a rainbow-colored track under a starry sky."

SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <radialGradient id="starry-sky" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#032B44" stop-opacity="1"/>
      <stop offset="50%" stop-color="#032B44" stop-opacity="0.5"/>
      <stop offset="100%" stop-color="#032B44" stop-opacity="0"/>
    </radialGradient>
    <linearGradient id="rainbow-track" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#FF69B4" stop-opacity="1"/>
      <stop offset="20%" stop-color="#FFC0CB" stop-opacity="1"/>
      <stop offset="40%" stop-color="#FFFF00" stop-opacity="1"/>
      <stop offset="60%" stop-color="#00FF00" stop-opacity="1"/>
      <stop offset="80%" stop-color="#0000FF" stop-opacity="1"/>
      <stop offset="100%" stop-color="#8F00FF" stop-opacity="1"/>
    </linearGradient>
    <pattern id="starry-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="2" fill="#FFFFFF" opacity="0.5"/>
    </pattern>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="url(#starry-sky)"/>
  <rect x="50" y="150" width="200" height="20" fill="url(#rainbow-track)" rx="10"/>
  <path d="M 50 170 L 250 170" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5"/>
  <circle cx="70" cy="170" r="10" fill="#32CD32" stroke="#000000" stroke-width="2"/>
  <path d="M 70 180 L 80 180 L 80 190 L 70 190 Z" fill="#000000" stroke="#000000" stroke-width="2"/>
  <circle cx="230" cy="170" r="15" fill="#FFD700" stroke="#000000" stroke-width="2"/>
  <path d="M 230 190 L 240 190 L 240 200 L 230 200 Z" fill="#000000" stroke="#000000" stroke-width="2"/>
  <path d="M 230 165 L 240 165 L 240 175 L 230 175 Z" fill="#000000" stroke="#000000" stroke-width="2"/>
  <rect x="0" y="0" width="300" height="300" fill="url(#starry-pattern)" opacity="0.5"/>
</svg>
SVG by o4-mini low (2025-04-16)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- Star shape -->
    <polygon id="star" points="0,-5 1.5,-1.5 5,-1.5 2,1 3,5 0,2.5 -3,5 -2,1 -5,-1.5 -1.5,-1.5" fill="white" />
    <!-- Sky gradient -->
    <radialGradient id="skyGrad" cx="50%" cy="30%" r="80%" fx="50%" fy="30%">
      <stop offset="0%" stop-color="#1a2a6c"/>
      <stop offset="60%" stop-color="#b21f1f"/>
      <stop offset="100%" stop-color="#000"/>
    </radialGradient>
    <!-- Rainbow track gradient -->
    <linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#ff0000"/>
      <stop offset="14%" stop-color="#ff7f00"/>
      <stop offset="28%" stop-color="#ffff00"/>
      <stop offset="42%" stop-color="#00ff00"/>
      <stop offset="56%" stop-color="#0000ff"/>
      <stop offset="70%" stop-color="#4b0082"/>
      <stop offset="84%" stop-color="#8b00ff"/>
      <stop offset="100%" stop-color="#ff0000"/>
    </linearGradient>
    <!-- Snail shell spiral gradient -->
    <radialGradient id="shellGrad" cx="50%" cy="50%" r="50%" gradientTransform="rotate(45)">
      <stop offset="0%" stop-color="#ffd1dc"/>
      <stop offset="100%" stop-color="#ff69b4"/>
    </radialGradient>
    <!-- Cheetah spots pattern -->
    <pattern id="spots" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="3" cy="3" r="2" fill="#4d2600"/>
      <circle cx="7" cy="7" r="1.5" fill="#4d2600"/>
      <circle cx="7" cy="2" r="1.2" fill="#4d2600"/>
      <circle cx="2" cy="7" r="1.8" fill="#4d2600"/>
    </pattern>
  </defs>
  <!-- Background sky -->
  <rect width="300" height="300" fill="url(#skyGrad)" />
  <!-- Stars scattered -->
  <g transform="translate(150,150)">
    <use href="#star" transform="translate(20,-110) scale(1.2)" opacity="0.8"/>
    <use href="#star" transform="translate(-80,-50) scale(0.8)" opacity="0.6"/>
    <use href="#star" transform="translate(100,-40) scale(0.5)" opacity="0.7"/>
    <use href="#star" transform="translate(-120,0) scale(0.6)" opacity="0.5"/>
    <use href="#star" transform="translate(50,40) scale(0.9)" opacity="0.7"/>
    <use href="#star" transform="translate(-30,80) scale(0.7)" opacity="0.6"/>
    <use href="#star" transform="translate(120,100) scale(0.4)" opacity="0.8"/>
    <use href="#star" transform="translate(-100,120) scale(0.5)" opacity="0.6"/>
    <use href="#star" transform="translate(0,0) scale(1)" opacity="0.9"/>
  </g>
  <!-- Rainbow track -->
  <path d="M20,260 C60,240 120,240 160,260 S260,280 280,260" fill="none" stroke="url(#rainbow)" stroke-width="15" stroke-linecap="round"/>
  <path d="M20,275 C60,255 120,255 160,275 S260,295 280,275" fill="none" stroke="url(#rainbow)" stroke-width="15" stroke-linecap="round"/>
  <!-- Snail -->
  <g id="snail" transform="translate(30,230) scale(0.7)">
    <!-- Body -->
    <path d="M0,0 q40,10 60,-10 q10,-5 0,-20 q-5,-10 -60,-10 q-20,0 -20,20 q0,20 20,20" fill="#7f5539"/>
    <!-- Shell -->
    <circle cx="50" cy="-10" r="30" fill="url(#shellGrad)" stroke="#ff1493" stroke-width="4"/>
    <path d="M65,-10 a15,15 0 1,0 -30,0 a15,15 0 1,1 30,0" fill="none" stroke="#c71585" stroke-width="2"/>
    <!-- Eye stalks -->
    <line x1="0" y1="-5" x2="-20" y2="-30" stroke="#7f5539" stroke-width="4" stroke-linecap="round"/>
    <circle cx="-20" cy="-30" r="4" fill="#fff"/>
    <circle cx="-20" cy="-30" r="2" fill="#000"/>
    <line x1="10" y1="-5" x2="0" y2="-25" stroke="#7f5539" stroke-width="4" stroke-linecap="round"/>
    <circle cx="0" cy="-25" r="4" fill="#fff"/>
    <circle cx="0" cy="-25" r="2" fill="#000"/>
  </g>
  <!-- Cheetah -->
  <g id="cheetah" transform="translate(200,200) scale(0.8)">
    <!-- Body -->
    <path d="M0,0 c60,-10 80,-40 100,-60 c10,-10 -5,-25 -20,-20 c-20,5 -30,20 -50,25 c-20,5 -35,-5 -40,10 c-5,15 0,25 10,35" fill="#edc9af" stroke="#4d2600" stroke-width="2"/>
    <!-- Legs -->
    <path d="M10,0 l-10,30" stroke="#edc9af" stroke-width="8" stroke-linecap="round"/>
    <path d="M20,0 l-20,40" stroke="#edc9af" stroke-width="8" stroke-linecap="round"/>
    <path d="M80,-50 l20,30" stroke="#edc9af" stroke-width="8" stroke-linecap="round"/>
    <path d="M90,-40 l15,25" stroke="#edc9af" stroke-width="8" stroke-linecap="round"/>
    <!-- Spots -->
    <ellipse cx="40" cy="-20" rx="60" ry="30" fill="url(#spots)" opacity="0.9" transform="rotate(-20 40 -20)"/>
    <!-- Head -->
    <path d="M100,-60 c15,-5 25,5 20,15 c-5,10 -20,5 -25,0 c-5,-5 -10,-5 -5,-15" fill="#edc9af" stroke="#4d2600" stroke-width="2"/>
    <circle cx="110" cy="-55" r="3" fill="#000"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini low (2025-04-16) Player 2

Judge's Analysis

    Player 2's submission captures the prompt more dynamically with a clear depiction of a snail and cheetah racing on a rainbow-colored track under a vivid starry sky.

    The composition is visually appealing, and the characters are more recognizable and creatively rendered.

    Player 1's submission, while technically clean, lacks detail and creativity in character design and overall adherence to the narrative of 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
10
Player 2
25
Rectangles

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

Player 1
3
Player 2
1
Circles

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

Player 1
3
Player 2
10
Ellipses

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

Player 1
Player 2
1
Lines

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

Player 1
Player 2
2
Polygons

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

Player 1
Player 2
1
Paths

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

Player 1
4
Player 2
10
Groups

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

Player 1
Player 2
3

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2
12

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
19

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
13

Complexity Metrics

Path Commands

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

Player 1
17
Player 2
33
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
3
Player 2
5
Use Elements

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

Player 1
Player 2
9

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