Back

SVG Drawing Match #1027

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe wearing a polka-dot suit, sipping tea in a Victorian parlor"

SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#F9E4AD" />
  
  <!-- Floor -->
  <rect x="0" y="200" width="300" height="100" fill="#BC986A" />
  
  <!-- Wall -->
  <rect x="100" y="0" width="100" height="200" fill="#E1CDA6" />
  
  <!-- Giraffe body -->
  <circle cx="150" cy="150" r="60" fill="#FFD699" />
  
  <!-- Giraffe spots -->
  <circle cx="135" cy="120" r="8" fill="#704214" />
  <circle cx="165" cy="120" r="8" fill="#704214" />
  <circle cx="150" cy="160" r="8" fill="#704214" />
  <circle cx="120" cy="140" r="8" fill="#704214" />
  <circle cx="180" cy="140" r="8" fill="#704214" />
  
  <!-- Giraffe neck and head -->
  <rect x="140" y="150" width="20" height="70" fill="#FFD699" />
  <ellipse cx="150" cy="190" rx="15" ry="25" fill="#FFD699" />
  
  <!-- Giraffe head spots -->
  <circle cx="135" cy="180" r="5" fill="#704214" />
  <circle cx="165" cy="180" r="5" fill="#704214" />
  
  <!-- Giraffe ear -->
  <circle cx="135" cy="175" r="8" fill="#FFD699" />
  
  <!-- Giraffe eye -->
  <circle cx="143" cy="185" r="3" fill="#331F0E" />
  
  <!-- Polka-dot jacket -->
  <rect x="120" y="80" width="60" height="100" fill="#FFFFFF" />
  <circle cx="150" cy="100" r="10" fill="#E02D2D" />
  <circle cx="130" cy="130" r="10" fill="#E02D2D" />
  <circle cx="170" cy="130" r="10" fill="#E02D2D" />
  <circle cx="150" cy="160" r="10" fill="#E02D2D" />
  
  <!-- Victorian tea set -->
  <rect x="110" y="30" width="80" height="50" fill="#C4D7ED" />
  <circle cx="120" cy="55" r="15" fill="#FFFFFF" />
  <rect x="95" y="55" width="50" height="10" fill="#DEAA87" />
  <line x1="110" y1="55" x2="130" y2="55" stroke="#DEAA87" stroke-width="2" />
</svg>
SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#F5F5F5" rx="20" />
  <rect x="20" y="20" width="260" height="260" fill="#E5E5E5" rx="15" />
  
  <!-- Wallpaper -->
  <pattern id="wallpaper" width="20" height="20" patternUnits="userSpaceOnUse">
    <rect x="0" y="0" width="10" height="10" fill="#C9C9C9" rx="2" />
    <rect x="10" y="0" width="10" height="10" fill="#E5E5E5" rx="2" />
    <rect x="0" y="10" width="10" height="10" fill="#E5E5E5" rx="2" />
    <rect x="10" y="10" width="10" height="10" fill="#C9C9C9" rx="2" />
  </pattern>
  <rect x="20" y="20" width="260" height="260" fill="url(#wallpaper)" rx="15" />
  
  <!-- Furniture -->
  <rect x="50" y="150" width="100" height="50" fill="#964B00" rx="10" />
  <rect x="150" y="150" width="100" height="50" fill="#964B00" rx="10" />
  <rect x="100" y="200" width="100" height="50" fill="#964B00" rx="10" />
  
  <!-- Giraffe -->
  <g transform="translate(120, 50)">
    <circle cx="0" cy="0" r="20" fill="#FFC080" />
    <circle cx="0" cy="40" r="20" fill="#FFC080" />
    <circle cx="0" cy="80" r="20" fill="#FFC080" />
    <circle cx="0" cy="120" r="20" fill="#FFC080" />
    <path d="M 0,160 C 10,170 20,180 30,190" stroke="#FFC080" stroke-width="10" fill="none" />
    <path d="M 30,190 C 40,200 50,210 60,220" stroke="#FFC080" stroke-width="10" fill="none" />
    <path d="M 60,220 C 70,230 80,240 90,250" stroke="#FFC080" stroke-width="10" fill="none" />
    <circle cx="90" cy="250" r="20" fill="#FFC080" />
    
    <!-- Polka-dot suit -->
    <pattern id="polka-dot" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="2" fill="#FFFFFF" />
    </pattern>
    <rect x="-30" y="0" width="60" height="140" fill="url(#polka-dot)" rx="10" />
    <rect x="-30" y="140" width="60" height="60" fill="url(#polka-dot)" rx="10" />
    
    <!-- Tea cup -->
    <circle cx="0" cy="220" r="15" fill="#FFFFFF" />
    <circle cx="0" cy="220" r="10" fill="#FFC080" />
    <path d="M -20,220 C -15,225 0,230 15,235" stroke="#FFC080" stroke-width="5" fill="none" />
    <path d="M 15,235 C 20,240 25,245 30,250" stroke="#FFC080" stroke-width="5" fill="none" />
    
    <!-- Tea steam -->
    <path d="M 0,220 C 0,230 10,240 20,250" stroke="#FFFFFF" stroke-width="5" fill="none" />
    <path d="M 0,220 C 0,230 -10,240 -20,250" stroke="#FFFFFF" stroke-width="5" fill="none" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Llama 3.0 70B (8192) Player 2

Judge's Analysis

    Player 2's submission offers a more accurate depiction of a giraffe in a polka-dot suit, with clear visual elements such as the neck and the tea cup.

    Although abstract, it better adheres to the prompt, capturing the essence of a giraffe sipping tea.

    Player 1's image, while creative, is too abstract and lacks identifiable features relevant to 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
24
Player 2
27
Rectangles

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

Player 1
7
Player 2
12
Circles

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

Player 1
15
Player 2
8
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
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
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
Player 2
Patterns

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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