Back

SVG Drawing Match #638

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe with a city skyline tattoo on its neck"

SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Giraffe Body -->
  <rect x="120" y="50" width="60" height="150" rx="10" fill="#F7D2C4" />
  <rect x="140" y="70" width="20" height="120" rx="5" fill="#F7D2C4" />
  <rect x="160" y="90" width="20" height="100" rx="5" fill="#F7D2C4" />
  <rect x="180" y="110" width="20" height="80" rx="5" fill="#F7D2C4" />
  <rect x="200" y="130" width="20" height="60" rx="5" fill="#F7D2C4" />
  
  <!-- Neck Tattoo -->
  <rect x="140" y="60" width="40" height="120" rx="10" fill="url(#city-skyline)" />
  <defs>
    <pattern id="city-skyline" patternUnits="userSpaceOnUse" width="40" height="120">
      <rect x="0" y="0" width="40" height="20" fill="#444" rx="5" />
      <rect x="10" y="20" width="20" height="20" fill="#666" rx="5" />
      <rect x="20" y="40" width="20" height="20" fill="#888" rx="5" />
      <rect x="0" y="60" width="40" height="20" fill="#AAA" rx="5" />
      <rect x="10" y="80" width="20" height="20" fill="#CCC" rx="5" />
      <rect x="20" y="100" width="20" height="20" fill="#EEE" rx="5" />
    </pattern>
  </defs>
  
  <!-- Head and Face -->
  <circle cx="140" cy="40" r="20" fill="#F7D2C4" />
  <circle cx="120" cy="30" r="5" fill="#333" />
  <circle cx="160" cy="30" r="5" fill="#333" />
  <path d="M140 50 C150 50 160 60 160 70 L140 70 Z" fill="#F7D2C4" />
  
  <!-- Horns -->
  <path d="M130 20 C120 15 110 15 100 20 L110 25 L120 30 Z" fill="#F7D2C4" />
  <path d="M150 20 C160 15 170 15 180 20 L170 25 L160 30 Z" fill="#F7D2C4" />
  
  <!-- Ears -->
  <path d="M110 40 C100 45 90 50 80 55 L90 60 L100 65 Z" fill="#F7D2C4" />
  <path d="M170 40 C180 45 190 50 200 55 L190 60 L180 65 Z" fill="#F7D2C4" />
  
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#background)" />
  <defs>
    <radialGradient id="background" cx="150" cy="150" r="150" fx="150" fy="150">
      <stop offset="0%" stop-color="#FFF" />
      <stop offset="100%" stop-color="#CCC" />
    </radialGradient>
  </defs>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" width="300" height="300">
  <!-- Sky background with gradient -->
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0" style="stop-color:#87CEEB;stop-opacity:1" />
      <stop offset="1" style="stop-color:#4682B4;stop-opacity:1" />
    </linearGradient>
    
    <!-- Pattern for city windows -->
    <pattern id="windows" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="2" height="2" fill="#FFFFFF"/>
      <rect x="8" y="0" width="2" height="2" fill="#FFFFFF"/>
      <rect x="0" y="8" width="2" height="2" fill="#FFFFFF"/>
      <rect x="8" y="8" width="2" height="2" fill="#FFFFFF"/>
    </pattern>
  </defs>

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

  <!-- Giraffe body -->
  <path d="M50,200 C70,190 120,180 150,170 C180,160 190,150 200,140 L250,140 C260,140 270,150 280,160 C290,170 290,190 280,200 L250,200 L230,220 C220,230 200,240 180,240 C160,240 140,230 130,220 L100,220 C90,230 80,240 70,250 C60,260 50,250 40,240 L20,240 C10,230 0,220 0,200 L0,180 C0,170 10,160 20,150 L40,150 C50,140 60,130 70,130 C80,130 90,140 100,150 L120,150 C130,140 140,130 150,130 C160,130 170,140 180,150 L200,150 L230,140 C240,130 250,140 260,150 C270,160 270,170 260,180 L250,180 L250,200 C250,210 240,220 230,220 C220,220 210,210 200,200 C190,190 180,180 170,170 C160,160 150,150 140,140 C130,130 120,140 110,150 C100,160 90,170 80,180 C70,190 60,200 50,200 Z"
      fill="#F0D9B5" stroke="#8B4513" stroke-width="2"/>
  
  <!-- Giraffe neck with city tattoo -->
  <path d="M150,170 C160,165 170,160 180,155 C190,150 200,145 210,140 C220,135 230,130 240,125"
        fill="none" stroke="#8B4513" stroke-width="4"/>
  
  <!-- City skyline tattoo -->
  <g transform="translate(140,130)">
    <!-- Building 1 -->
    <path d="M0,0 L10,0 L10,60 L0,60 L0,0" fill="#2F4F4F"/>
    <rect x="2,2" width="6" height="56" fill="url(#windows)"/>
    
    <!-- Building 2 -->
    <path d="M15,0 L25,0 L25,80 L15,80 L15,0" fill="#2F4F4F"/>
    <rect x="17,2" width="6" height="76" fill="url(#windows)"/>
    
    <!-- Building 3 -->
    <path d="M30,0 L40,0 L40,40 L30,40 L30,0" fill="#2F4F4F"/>
    <rect x="32,2" width="6" height="36" fill="url(#windows)"/>
    
    <!-- Moon -->
    <circle cx="35,50" r="5" fill="#FFFFFF"/>
    
    <!-- Tree -->
    <path d="M45,0 L45,20 L55,30 L35,30 Z" fill="#228B22"/>
  </g>

  <!-- Foreground elements -->
  <rect x="20,240" width="260" height="60" fill="#90EE90"/>
  <path d="M50,270 L60,260 L70,270 M70,270 L80,260 L90,270 M90,270 L100,260 L110,270"
        fill="#228B22"/>
  <circle cx="150,280" r="20" fill="#228B22"/>
  <circle cx="200,280" r="20" fill="#228B22"/>
  <circle cx="250,280" r="20" fill="#228B22"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Llama 3.0 70B (8192) Player 1

Judge's Analysis

    Player 1's image effectively integrates the concept of a giraffe with a city skyline tattoo on its neck, demonstrating creativity and clarity.

    The depiction is clear and adheres to the prompt more accurately.

    Player 2's image lacks definition and does not clearly represent a giraffe or a city skyline tattoo, making it less successful in fulfilling 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
20
Rectangles

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

Player 1
13
Player 2
9
Circles

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

Player 1
3
Player 2
4
Ellipses

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

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

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

Player 1
Player 2
1

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2
6

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
1

Complexity Metrics

Path Commands

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

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