Back

SVG Drawing Match #72

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giant snail carrying a city on its shell under a starry night sky"

SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="skyGradient" cx="50%" cy="50%" r="100%">
      <stop offset="0%" stop-color="#0B1026"/>
      <stop offset="100%" stop-color="#1B2452"/>
    </radialGradient>
    <pattern id="stars" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="0.8" fill="white" opacity="0.8"/>
      <circle cx="25" cy="35" r="0.6" fill="white" opacity="0.6"/>
      <circle cx="40" cy="15" r="1" fill="white" opacity="0.7"/>
    </pattern>
    <linearGradient id="shellGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#8B4513"/>
      <stop offset="100%" stop-color="#654321"/>
    </linearGradient>
  </defs>

  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
  <rect x="0" y="0" width="300" height="300" fill="url(#stars)"/>

  <!-- Ground -->
  <path d="M0,260 Q150,240 300,270 L300,300 L0,300 Z" fill="#2D1810"/>

  <!-- Snail Body -->
  <path d="M50,270 Q70,220 120,230 T180,250" fill="#C17753" stroke="#8B4513" stroke-width="2"/>
  <path d="M40,260 Q60,240 85,245" fill="none" stroke="#8B4513" stroke-width="3"/>
  
  <!-- Snail Eyes -->
  <line x1="40" y1="260" x2="30" y2="230" stroke="#8B4513" stroke-width="3"/>
  <line x1="50" y1="255" x2="45" y2="225" stroke="#8B4513" stroke-width="3"/>
  <circle cx="30" cy="230" r="4" fill="#000"/>
  <circle cx="45" cy="225" r="4" fill="#000"/>

  <!-- Shell with City -->
  <path d="M120,250 Q180,150 240,230 Q280,270 180,280 Q120,280 120,250" fill="url(#shellGradient)"/>
  
  <!-- City Buildings -->
  <g transform="translate(160,200) scale(0.8) rotate(-15)">
    <rect x="0" y="0" width="15" height="40" fill="#334455"/>
    <rect x="20" y="-20" width="20" height="60" fill="#445566"/>
    <rect x="45" y="-10" width="15" height="50" fill="#556677"/>
    <rect x="65" y="-30" width="20" height="70" fill="#667788"/>
    <rect x="90" y="-15" width="15" height="55" fill="#778899"/>
    <!-- Windows -->
    <g fill="#FFDB58" opacity="0.8">
      <rect x="3" y="5" width="4" height="4"/>
      <rect x="8" y="15" width="4" height="4"/>
      <rect x="3" y="25" width="4" height="4"/>
      <rect x="25" y="0" width="4" height="4"/>
      <rect x="30" y="10" width="4" height="4"/>
      <rect x="25" y="20" width="4" height="4"/>
      <rect x="48" y="5" width="4" height="4"/>
      <rect x="53" y="15" width="4" height="4"/>
      <rect x="70" y="-10" width="4" height="4"/>
      <rect x="75" y="0" width="4" height="4"/>
      <rect x="70" y="10" width="4" height="4"/>
      <rect x="93" y="0" width="4" height="4"/>
      <rect x="98" y="10" width="4" height="4"/>
    </g>
  </g>

  <!-- Sparkles -->
  <g fill="white" opacity="0.9">
    <circle cx="150" cy="50" r="1.5"/>
    <circle cx="200" cy="80" r="1.2"/>
    <circle cx="80" cy="100" r="1"/>
    <circle cx="250" cy="120" r="1.3"/>
  </g>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background with starry night effect -->
  <defs>
    <radialGradient id="nightSky" cx="150" cy="150" r="150" fx="150" fy="150">
      <stop offset="0" stop-color="#0b0b2d" stop-opacity="1"/>
      <stop offset="1" stop-color="#1a1a4a" stop-opacity="1"/>
    </radialGradient>
    <pattern id="stars" x="0" y="0" width="100%" height="100%" patternUnits="userSpaceOnUse">
      <circle cx="50%" cy="50%" r="1" fill="white" opacity="0.5"/>
    </pattern>
    <filter id="starGlow">
      <feGaussianBlur stdDeviation="1" result="glow"/>
      <feMerge>
        <feMergeNode in="glow"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
    <filter id="slimyTrail">
      <feGaussianBlur stdDeviation="2" result="trailGlow"/>
      <feMerge>
        <feMergeNode in="trailGlow"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>

  <!-- Sky background -->
  <rect width="300" height="300" fill="url(#nightSky)"/>

  <!-- Stars -->
  <rect width="300" height="300" fill="url(#stars)" filter="url(#starGlow)"/>

  <!-- Snail shell -->
  <path d="M150,250c-45,0-80-5-110-15 0,0-20-5-40,0-20,5-35,15-40,35-10,35-30,60-50,60-15,0-30-5-45-15-10-0-20-5-30-10-5-10-10-20-15-30-5-20-5-40,0-45-25-5-45-50-10-50-15-50-30-45-50-40-50-5-15-10-30-20-45-20-45-5-5-10-15-15-20-10-5-20-10-30-15-20-5-35-10-50-15-15-5-30-10-45-15-10-5-20-5-30,0-5,5-15,5-20,0-20-5-35-15-50-30-45-60-50-60-50,0-10,5-20,15-25,35-50,50-50,50,0,10,5,20,15,25,35,50,50,50,50,50,50,100,50,100,0,0-100-50-100-100-100-100-200-100-200-300-200-300-100-300-100-400-300-400-300-500-300-600-300-700-300-800-300-900-300-1000-300-1100-300-1200-300-1300-300-1400-300-1500-300-1600-300-1700-300-1800-300-1900-300-2000-300-2100-300-2200-300-2300-300-2400-300-2500-300-2600-300-2700-300-2800-300-2900-300-3000-300-3100-300-3200-300-3300-300-3400-300-3500-300-3600-300-3700-300-3800-300-3900-300-4000-300-4100-300-4200-300-4300-300-4400-300-4500-300-4600-300-4700-300-4800-300-4900-300-5000-300-5100-300-5200-300-5300-300-5400-300-5500-300-5600-300-5700-300-5800-300-5900-300-6000-300-6100-300-6200-300-6300-300-6400-300-6500-300-6600-300-6700-300-6800-300-6900-300-7000-300-7100-300-7200-300-7300-300-7400-300-7500-300-7600-300-7700-300-7800-300-7900-300-8000-300-8100-300-8200-300-8300-300-8400-300-8500-300-8600-300-8700-300-8800-300-8900-300-9000-300-9100-300-9200-300-9300-300-9400-300-9500-300-9600-300-9700-300-9800-300-9900-300-10000-300" fill="url(#nightSky)" opacity="0.8" transform="rotate(45 150 150) scale(0.8)"/>

  <!-- Snail body -->
  <ellipse cx="150" cy="200" rx="40" ry="60" fill="#2d2d4a" opacity="0.9"/>
  <path d="M140,180 Q150,170 160,180" fill="#2d2d4a"/>
  <circle cx="145" cy="165" r="5" fill="white"/>
  <circle cx="155" cy="165" r="5" fill="white"/>

  <!-- City on shell -->
  <g transform="translate(150,150)">
    <!-- Buildings -->
    <rect x="-40" y="-100" width="80" height="150" fill="url(#nightSky)" opacity="0.8"/>
    <rect x="-20" y="-80" width="40" height="60" fill="#4a4a68" opacity="0.9"/>
    <rect x="-30" y="-50" width="60" height="40" fill="#5a5a78" opacity="0.9"/>
    <rect x="-25" y="-30" width="50" height="20" fill="#6a6a88" opacity="0.9"/>
    <!-- Tower -->
    <path d="M0,-120 L10,-140 -10,-140" fill="#4a4a68"/>
    <!-- Windows -->
    <rect x="-15" y="-90" width="10" height="10" fill="#fff"/>
    <rect x="5" y="-90" width="10" height="10" fill="#fff"/>
    <!-- Antenna -->
    <path d="M0,-150 L5,-160 -5,-160" fill="#4a4a68"/>
  </g>

  <!-- Ground -->
  <path d="M0,300 Q150,290 300,300" fill="#1a4a4a" opacity="0.8"/>

  <!-- Slimy trail -->
  <path d="M150,250 C150,260 140,270 130,270 130,270 120,260 120,250 120,240 130,230 140,230 150,230 160,230 170,240 170,250 160,260 150,260 140,260 130,260 Z" fill="#2d4a4a" opacity="0.6" filter="url(#slimyTrail)"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.5 Sonnet (2024-10-22) Player 1

Judge's Analysis

    Player 1's submission clearly represents the concept of a giant snail with a city on its shell under a starry night sky.

    The depiction is straightforward, with visible city-like structures and a well-defined starry background.

    Player 2's image, while abstract and creative, is less recognizable and does not strongly convey the prompt's 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
35
Player 2
18
Rectangles

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

Player 1
20
Player 2
8
Circles

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

Player 1
9
Player 2
3
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
2
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
4
Player 2
6
Groups

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

Player 1
3
Player 2
1

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
4
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
14
Player 2
10

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

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