Back

SVG Drawing Match #170

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A snail with skyscraper shell sliding through a cosmic cityscape"

SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#1A0F3B;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#000000;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="starGrad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FFFFFF;stop-opacity:0" />
    </radialGradient>
    <filter id="glow">
      <feGaussianBlur stdDeviation="4" result="glow"/>
      <feMerge>
        <feMergeNode in="glow"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>

  <rect width="300" height="300" fill="url(#skyGrad)"/>

  <!-- Stars -->
  <g id="stars">
    <circle cx="50" cy="50" r="1" fill="url(#starGrad)"/>
    <circle cx="150" cy="80" r="1.5" fill="url(#starGrad)"/>
    <circle cx="250" cy="60" r="1.2" fill="url(#starGrad)"/>
    <circle cx="100" cy="150" r="1" fill="url(#starGrad)"/>
    <circle cx="200" cy="120" r="1.3" fill="url(#starGrad)"/>
  </g>

  <!-- Snail Body -->
  <ellipse cx="150" cy="220" rx="25" ry="15" fill="url(#snailGrad)"/>
  <path d="M150,220c0,25,20,40,45,40s45-15,45-40-20-40-45-40-45,15-45,40" fill="#2D1B2F" opacity="0.8"/>

  <!-- Skyscraper Shell -->
  <g id="shell">
    <rect x="120" y="160" width="60" height="120" fill="#4A5568" rx="5"/>
    <rect x="135" y="180" width="30" height="40" fill="#5F6C7B" rx="3"/>
    <rect x="125" y="170" width="50" height="30" fill="#5F6C7B" rx="3"/>
    <path d="M120,160 L180,160 Q190,160 185,165 L185,280" fill="#4A5568"/>
  </g>

  <!-- Cosmic Streaks -->
  <path d="M50,100 Q150,50 250,100 L250,200 Q200,250 150,200" stroke="#FF69B4" stroke-width="2" fill="none" opacity="0.7"/>
  <path d="M100,150 Q200,100 300,150 L300,250 Q250,300 200,250" stroke="#00FFFF" stroke-width="2" fill="none" opacity="0.7"/>
  <path d="M150,50 Q250,150 350,50 L350,150 Q300,200 250,150" stroke="#FFD700" stroke-width="2" fill="none" opacity="0.7"/>

  <!-- Snail Foot -->
  <path d="M0,240 Q150,220 300,240" fill="#2D1B2F" opacity="0.6">
    <animate attributeName="d" from="M0,240 Q150,220 300,240" to="M0,240 Q151,219 300,240" dur="2s" repeatCount="indefinite"/>
  </path>

  <!-- Antennae -->
  <path d="M140,180 Q160,160 180,140" stroke="#4A5568" stroke-width="1.5"/>
  <path d="M160,180 Q170,170 180,160" stroke="#4A5568" stroke-width="1.5"/>

  <!-- Cosmic Particles -->
  <circle cx="100" cy="100" r="2" fill="#FF69B4" opacity="0.5"/>
  <circle cx="200" cy="200" r="2" fill="#00FFFF" opacity="0.5"/>
  <circle cx="250" cy="150" r="2" fill="#FFD700" opacity="0.5"/>
</svg>
SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#003366" />
      <stop offset="100%" stop-color="#000033" />
    </linearGradient>
    <radialGradient id="shellGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffcc00" />
      <stop offset="100%" stop-color="#ff9900" />
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <g transform="translate(150, 250)">
    <path d="M-50 0 Q0 100 50 0 T100 0" stroke="none" fill="url(#shellGradient)"/>
    <path d="M-50 0 Q0 100 50 0 T100 0" stroke="none" fill="url(#shellGradient)" transform="rotate(30, 0, 0)"/>
    <path d="M-50 0 Q0 100 50 0 T100 0" stroke="none" fill="url(#shellGradient)" transform="rotate(60, 0, 0)"/>
    <path d="M-50 0 Q0 100 50 0 T100 0" stroke="none" fill="url(#shellGradient)" transform="rotate(90, 0, 0)"/>
  </g>
  <g transform="translate(150, 250)">
    <path d="M-25 0 L-10 10 L-15 20 L-20 30 L-25 40 L-30 50 L-35 60 L-40 70 L-45 80 L-50 90 L-55 100 L-60 110 L-65 120 L-70 130 L-75 140 L-80 150 L-85 160 L-90 170 L-95 180 L-100 190 L-105 200 L-110 210 L-115 220 L-120 230 L-125 240 L-130 250 L-135 260 L-140 270 L-145 280 L-150 290 L-155 300 L-160 310 L-165 320 L-170 330 L-175 340 L-180 350 L-185 360 L-190 370 L-195 380 L-200 390 L-205 400 L-210 410 L-215 420 L-220 430 L-225 440 L-230 450 L-235 460 L-240 470 L-245 480 L-250 490 L-255 500 L-260 510 L-265 520 L-270 530 L-275 540 L-280 550 L-285 560 L-290 570 L-295 580 L-300 590 L-305 600 Z" stroke="none" fill="url(#skyGradient)"/>
  </g>
  <g transform="translate(150, 250)">
    <path d="M-25 0 L-10 10 L-15 20 L-20 30 L-25 40 L-30 50 L-35 60 L-40 70 L-45 80 L-50 90 L-55 100 L-60 110 L-65 120 L-70 130 L-75 140 L-80 150 L-85 160 L-90 170 L-95 180 L-100 190 L-105 200 L-110 210 L-115 220 L-120 230 L-125 240 L-130 250 L-135 260 L-140 270 L-145 280 L-150 290 L-155 300 L-160 310 L-165 320 L-170 330 L-175 340 L-180 350 L-185 360 L-190 370 L-195 380 L-200 390 L-205 400 L-210 410 L-215 420 L-220 430 L-225 440 L-230 450 L-235 460 L-240 470 L-245 480 L-250 490 L-255 500 L-260 510 L-265 520 L-270 530 L-275 540 L-280 550 L-285 560 L-290 570 L-295 580 L-300 590 L-305 600 Z" stroke="none" fill="url(#skyGradient)" transform="rotate(180, 0, 0)"/>
  </g>
  <g transform="translate(150, 250)">
    <path d="M-100 0 L-50 100 L-10 150 L10 160 L50 170 L100 180 Z" stroke="white" stroke-width="2" fill="none"/>
    <path d="M100 0 L50 100 L10 150 L-10 160 L-50 170 L-100 180 Z" stroke="white" stroke-width="2" fill="none"/>
    <path d="M-150 0 L-100 100 L-50 150 L-10 160 L50 170 L100 180 L150 190 Z" stroke="white" stroke-width="2" fill="none"/>
  </g>
  <circle cx="150" cy="150" r="10" fill="white" stroke="white" stroke-width="2"/>
  <circle cx="150" cy="150" r="5" fill="black"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek-R1-Distill-Llama-70B Player 1

Judge's Analysis

    Player 1 delivers a more cohesive interpretation of the prompt with the inclusion of a skyscraper shell and cosmic elements, represented by abstract lines and a dark, starry background.

    The composition effectively blends the architectural and cosmic themes while maintaining clarity.

    Player 2's submission, though visually striking, lacks clear adherence to the 'snail' and 'skyscraper' elements, making it less 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
21
Player 2
12
Rectangles

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

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

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

Player 1
2
Player 2
4

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

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

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

The number of elements with stroke attributes in the SVG.

Player 1
5
Player 2
10

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2
7

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
1
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
Player 2
8

Complexity Metrics

Path Commands

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

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