Back

SVG Drawing Match #2569

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A snail racing a cheetah on roller skates under a disco ball."

SVG by DeepSeek-R1-Distill-Llama-70B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background with gradient -->
  <rect width="300" height="300" fill="url(#bgGradient)" />
  
  <!-- Disco ball -->
  <g transform="translate(150,70)">
    <circle r="50" fill="url(#discoGradient)" stroke="#FFFFFF" stroke-width="2"/>
    <pattern id="discoPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="3" fill="#FFFFFF"/>
    </pattern>
    <circle r="40" fill="none" stroke="url(#discoPattern)" stroke-width="4"/>
  </g>

  <!-- Snail -->
  <g transform="translate(50,220)">
    <!-- Snail shell -->
    <path d="M0,0 Q10,5 20,0 Q30,-5 40,0 Q50,5 50,10 L30,10 A20,20 0 0,1 0,30 Z" fill="#4CAF50" stroke="#2E7D32" stroke-width="2"/>
    <!-- Snail body -->
    <ellipse cx="20" cy="40" rx="15" ry="10" fill="#FFB3BA" stroke="#FF6987" stroke-width="2"/>
    <!-- Eyes -->
    <circle cx="12" cy="35" r="4" fill="#000000"/>
    <circle cx="12" cy="35" r="2" fill="#FFFFFF"/>
    <circle cx="28" cy="35" r="4" fill="#000000"/>
    <circle cx="28" cy="35" r="2" fill="#FFFFFF"/>
    <!-- Antennae -->
    <path d="M10,30 Q12,25 14,30" stroke="#2E7D32" stroke-width="2"/>
  </g>

  <!-- Cheetah on roller skates -->
  <g transform="translate(220,220)">
    <!-- Cheetah body -->
    <path d="M0,0 Q20,10 40,0 Q60,-10 80,0 Q100,10 120,0" fill="#FF9800" stroke="#F57C00" stroke-width="2"/>
    <!-- Head -->
    <circle cx="140" cy="20" r="15" fill="#FF9800" stroke="#F57C00" stroke-width="2"/>
    <!-- Spots -->
    <circle cx="30" cy="20" r="5" fill="#000000"/>
    <circle cx="50" cy="30" r="5" fill="#000000"/>
    <circle cx="90" cy="10" r="5" fill="#000000"/>
    <!-- Skates -->
    <rect x="0" y="40" width="120" height="10" fill="#212121" stroke="#000000" stroke-width="2"/>
    <circle cx="60" cy="45" r="5" fill="#000000"/>
  </g>

  <!-- Ground -->
  <rect x="0" y="200" width="300" height="100" fill="url(#groundGradient)"/>

  <!-- Defs for gradients and patterns -->
  <defs>
    <linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0%" style="stop-color:#4A148C"/>
      <stop offset="100%" style="stop-color:#7B1FA2"/>
    </linearGradient>
    
    <radialGradient id="discoGradient" cx="150" cy="70" r="50">
      <stop offset="0%" style="stop-color:#FFFFFF"/>
      <stop offset="100%" style="stop-color:#4A148C"/>
    </radialGradient>
    
    <linearGradient id="groundGradient" x1="0" y1="200" x2="300" y2="300">
      <stop offset="0%" style="stop-color:#4A148C"/>
      <stop offset="100%" style="stop-color:#7B1FA2"/>
    </linearGradient>
  </defs>
</svg>
SVG by GPT-4.1 (2025-04-14)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- Disco ball pattern -->
    <radialGradient id="discoGlow" cx="50%" cy="50%" r="70%">
      <stop offset="0%" stop-color="#fff" stop-opacity="1"/>
      <stop offset="70%" stop-color="#c4f1ff" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#1be0e0" stop-opacity="0.3"/>
    </radialGradient>
    <pattern id="discoTiles" width="12" height="12" patternUnits="userSpaceOnUse">
      <rect width="12" height="12" fill="none"/>
      <rect x="0" y="0" width="6" height="6" fill="#d9e7fd"/>
      <rect x="6" y="0" width="6" height="6" fill="#a5cafc"/>
      <rect x="0" y="6" width="6" height="6" fill="#f9f586"/>
      <rect x="6" y="6" width="6" height="6" fill="#f56ab6"/>
    </pattern>
    <!-- Skating trail gradient -->
    <linearGradient id="trailRainbow" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#ff328b"/>
      <stop offset="40%" stop-color="#9b4dff"/>
      <stop offset="70%" stop-color="#27e9ff"/>
      <stop offset="100%" stop-color="#faff00"/>
    </linearGradient>
    <!-- Floor gradient -->
    <linearGradient id="floor" x1="0" y1="0" x2="0" y2="1">
      <stop offset="10%" stop-color="#b3ffec"/>
      <stop offset="60%" stop-color="#ffe3e9"/>
      <stop offset="100%" stop-color="#efd6fd"/>
    </linearGradient>
  </defs>
  <!-- Disco floor -->
  <rect x="0" y="200" width="300" height="100" fill="url(#floor)"/>
  <!-- Skating rainbow trails -->
  <path d="M65,215 Q100,205 140,218" stroke="url(#trailRainbow)" stroke-width="7" fill="none" opacity="0.65"/>
  <path d="M210,235 Q230,220 267,239" stroke="url(#trailRainbow)" stroke-width="9" fill="none" opacity="0.55"/>
  <!-- Disco ball chains -->
  <line x1="150" y1="10" x2="150" y2="40" stroke="#999" stroke-width="2" stroke-dasharray="4,3"/>
  <line x1="150" y1="10" x2="140" y2="40" stroke="#999" stroke-width="1.2" stroke-dasharray="3,3" opacity="0.6"/>
  <line x1="150" y1="10" x2="160" y2="40" stroke="#999" stroke-width="1.2" stroke-dasharray="3,3" opacity="0.6"/>
  <!-- Disco Ball -->
  <g>
    <circle cx="150" cy="54" r="31" fill="url(#discoGlow)"/>
    <circle cx="150" cy="54" r="29" fill="url(#discoTiles)" opacity="0.72"/>
    <g>
      <rect x="139" y="38" width="4" height="7" fill="#fff" opacity="0.55" transform="rotate(13 139 38)"/>
      <rect x="162" y="54" width="4" height="6" fill="#cff" opacity="0.48" transform="rotate(-11 162 54)"/>
      <rect x="149" y="67" width="6" height="3" fill="#ffe9cf" opacity="0.6"/>
    </g>
    <!-- Sparkles -->
    <g>
      <polygon points="160,25 162,31 167,29 162,33 167,36 162,35 160,41 158,35 152,36 157,33 152,29 158,31"
        fill="#fff6ac" opacity="0.8"/>
      <polygon points="135,66 136,69 139,68 136,70 138,73 136,71 134,73 135,70 132,68 135,68"
        fill="#f9b6ff" opacity="0.78"/>
      <polygon points="171,83 172,86 175,85 172,87 174,90 172,88 170,89 171,87 168,85 171,85"
        fill="#97ffe6" opacity="0.59"/>
      <polygon points="124,41 125,44 128,43 125,45 127,48 125,46 123,48 124,45 121,43 124,43"
        fill="#f56ab6" opacity="0.7"/>
    </g>
  </g>
  <!-- Cheetah on roller skates -->
  <g>
    <!-- Skating posture body -->
    <ellipse cx="220" cy="200" rx="26" ry="17" fill="#ffca59" stroke="#e47f01" stroke-width="2"/>
    <!-- Back leg -->
    <rect x="238" y="211" width="7" height="20" rx="4" fill="#ffe597" stroke="#e47f01" stroke-width="1.2" transform="rotate(11 241.5 221)"/>
    <!-- Front leg -->
    <rect x="215" y="210" width="8" height="21" rx="4" fill="#ffe597" stroke="#e47f01" stroke-width="1.2" transform="rotate(-6 219 220)"/>
    <!-- Body spots -->
    <g>
      <ellipse cx="210" cy="202" rx="2" ry="1.2" fill="#432600" opacity="0.85"/>
      <ellipse cx="228" cy="195" rx="3" ry="1.3" fill="#432600" opacity="0.7"/>
      <ellipse cx="218" cy="210" rx="2.2" ry="1" fill="#432600" opacity="0.7"/>
      <ellipse cx="233" cy="203" rx="2" ry="1" fill="#432600" opacity="0.7"/>
      <ellipse cx="224" cy="197" rx="1.3" ry="0.7" fill="#432600" opacity="0.8"/>
    </g>
    <!-- Tail -->
    <path d="M242,205 Q256,215 235,226 Q237,222 244,224 Q250,224 242,219" fill="none" stroke="#ffca59" stroke-width="4" stroke-linecap="round"/>
    <path d="M242,218 Q249,221 241,222" fill="none" stroke="#432600" stroke-width="2" opacity="0.7"/>
    <!-- Head -->
    <ellipse cx="242" cy="185" rx="13" ry="10" fill="#ffca59" stroke="#e47f01" stroke-width="1.6"/>
    <!-- Head spots -->
    <ellipse cx="248" cy="186" rx="2.3" ry="1.1" fill="#432600" opacity="0.88"/>
    <ellipse cx="238" cy="189" rx="1.1" ry="0.7" fill="#432600" opacity="0.7"/>
    <!-- Ears -->
    <ellipse cx="254" cy="179" rx="2.6" ry="4" fill="#ffca59" stroke="#e47f01" stroke-width="1.1"/>
    <ellipse cx="231" cy="181" rx="2.2" ry="3.3" fill="#ffca59" stroke="#e47f01" stroke-width="1.1"/>
    <!-- Eyes -->
    <ellipse cx="246" cy="187.5" rx="1.1" ry="1.7" fill="#2b1e12"/>
    <ellipse cx="238.7" cy="189" rx="0.9" ry="1.2" fill="#2b1e12"/>
    <!-- Nose -->
    <ellipse cx="242" cy="190" rx="1" ry="0.5" fill="#62311d"/>
    <!-- Mouth -->
    <path d="M242 191 Q243 192 245 191.5" stroke="#432600" stroke-width="1"/>
    <!-- Cheetah's roller skates -->
    <g>
      <!-- Front skate -->
      <rect x="216" y="229" width="11" height="7" rx="3" fill="#91e4ff" stroke="#444" stroke-width="1"/>
      <circle cx="219" cy="236" r="2.6" fill="#ff41ad" stroke="#332b33" stroke-width="0.8"/>
      <circle cx="225" cy="236" r="2.6" fill="#ffee62" stroke="#332b33" stroke-width="0.8"/>
      <!-- Back skate -->
      <rect x="239" y="233" width="11" height="7" rx="3" fill="#ff9fda" stroke="#444" stroke-width="1"/>
      <circle cx="242" cy="240" r="2.5" fill="#7cf5b0" stroke="#332b33" stroke-width="0.8"/>
      <circle cx="248" cy="240" r="2.5" fill="#5070ff" stroke="#332b33" stroke-width="0.8"/>
    </g>
  </g>
  <!-- Snail on roller skates -->
  <g>
    <!-- Shell -->
    <ellipse cx="86" cy="212" rx="20" ry="15" fill="#7a527a" />
    <!-- Shell spiral -->
    <path d="M94,217 Q79,210 89,203 Q97,202 92,212 Q89,217 86,212" fill="none" stroke="#f1d7e7" stroke-width="1.8"/>
    <!-- Snail body -->
    <ellipse cx="104" cy="220" rx="23" ry="10.5"
      fill="url(#trailRainbow)" opacity="0.75"/>
    <ellipse cx="103" cy="218" rx="18" ry="8" fill="#abbf6a"/>
    <!-- Head -->
    <ellipse cx="115" cy="212" rx="7.5" ry="8.2" fill="#abbf6a"/>
    <!-- Antennae -->
    <g>
      <line x1="118" y1="204" x2="121.5" y2="195" stroke="#abbf6a" stroke-width="1.7"/>
      <circle cx="122" cy="193.5" r="2.1" fill="#f49dd7" stroke="#7a527a" stroke-width="0.8"/>
      <line x1="112" y1="204" x2="109.2" y2="193" stroke="#abbf6a" stroke-width="1.7"/>
      <circle cx="108.6" cy="191.5" r="2.2" fill="#7cf5b0" stroke="#7a527a" stroke-width="0.8"/>
    </g>
    <!-- Snail face -->
    <ellipse cx="117" cy="214.5" rx="1.3" ry="2" fill="#332d14"/>
    <ellipse cx="113.5" cy="214" rx="1.2" ry="1.6" fill="#332d14"/>
    <ellipse cx="116" cy="217" rx="2.5" ry="0.9" fill="#563224"/>
    <ellipse cx="112" cy="217.5" rx="0.7" ry="0.3" fill="#563224"/>
    <!-- Snail's roller skates -->
    <g>
      <!-- Skate under tail -->
      <rect x="83" y="234" width="9" height="5.5" rx="2" fill="#ff41ad" stroke="#2b183d" stroke-width="0.8"/>
      <circle cx="86" cy="239.5" r="1.7" fill="#ffe56e" stroke="#382b31" stroke-width="0.7"/>
      <circle cx="90.5" cy="239.5" r="1.7" fill="#83ffe1" stroke="#382b31" stroke-width="0.7"/>
      <!-- Skate under body -->
      <rect x="106" y="236" width="11" height="6.2" rx="2.4" fill="#ffe56e" stroke="#4c2b41" stroke-width="0.8"/>
      <circle cx="110.5" cy="242" r="2.2" fill="#ff43b2" stroke="#332c33" stroke-width="0.7"/>
      <circle cx="114.9" cy="242" r="2.2" fill="#a9caff" stroke="#332c33" stroke-width="0.7"/>
    </g>
  </g>
  <!-- Ground sparkles and disco dots -->
  <g>
    <circle cx="105" cy="256" r="2.5" fill="#fff780" opacity="0.75"/>
    <circle cx="128" cy="243" r="1.6" fill="#a2fff8" opacity="0.5"/>
    <circle cx="176" cy="246" r="2.9" fill="#fd77f7" opacity="0.58"/>
    <circle cx="240" cy="255" r="2" fill="#fff6ee" opacity="0.68"/>
    <ellipse cx="163" cy="237" rx="2.4" ry="1.3" fill="#ffe98b" opacity="0.58"/>
    <ellipse cx="88" cy="247" rx="2.4" ry="1.2" fill="#7cf5b0" opacity="0.46"/>
    <circle cx="193" cy="222" r="1.6" fill="#ff328b" opacity="0.65"/>
    <circle cx="55" cy="234" r="1.7" fill="#27e9ff" opacity="0.49"/>
    <circle cx="270" cy="227" r="1.7" fill="#ffe98b" opacity="0.55"/>
    <circle cx="78" cy="226" r="1.4" fill="#ff328b" opacity="0.5"/>
  </g>
  <!-- Motion lines for cheetah -->
  <g>
    <path d="M205,221 Q200,232 208,238" stroke="#9b4dff" stroke-width="2" fill="none" opacity="0.4"/>
    <path d="M250,225 Q255,235 267,239" stroke="#27e9ff" stroke-width="2" fill="none" opacity="0.4"/>
  </g>
  <!-- Motion lines for snail -->
  <g>
    <path d="M67,217 Q58,221 72,231" stroke="#f56ab6" stroke-width="1.8" fill="none" opacity="0.25"/>
    <path d="M93,230 Q84,232 98,241" stroke="#83ffe1" stroke-width="1.8" fill="none" opacity="0.2"/>
  </g>
  <!-- Race starting line -->
  <rect x="65" y="245" width="191" height="3" rx="1.2" fill="#fff" opacity="0.23"/>
  <text x="151" y="243" text-anchor="middle" font-family="Verdana,Arial" font-size="13" font-weight="bold"
        fill="#f56ab6" opacity="0.7" letter-spacing="0.7">START</text>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4.1 (2025-04-14) Player 2

Judge's Analysis

    Player 2's submission is more creative and adheres better to the prompt.

    It features a clear depiction of a snail and a cheetah on roller skates under a disco ball, with colorful details and a sense of whimsy.

    Player 1's submission is minimal and does not fully capture the racing or disco elements 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
19
Player 2
79
Rectangles

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

Player 1
3
Player 2
16
Circles

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

Player 1
12
Player 2
20
Ellipses

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

Player 1
1
Player 2
24
Lines

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

Player 1
Player 2
5
Polygons

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

Player 1
Player 2
4
Paths

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

Player 1
3
Player 2
10
Groups

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

Player 1
3
Player 2
12

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
8
Player 2
35

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2
53

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
3
Player 2
4

Complexity Metrics

Path Commands

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

Player 1
13
Player 2
24
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
4
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
1

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