Back

SVG Drawing Match #514

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe wearing a tuxedo, sipping tea in a Victorian parlor"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#D69A5C;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#E0C7A9;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="tuxedoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#000000;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#444444;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="teaGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#D9CBA0;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#AA8A4C;stop-opacity:1" />
    </radialGradient>
  </defs>
  <rect width="100%" height="100%" fill="#F4E1D8" />
  <rect x="10" y="10" width="280" height="280" fill="#C6B6A9" stroke="#8E6B55" stroke-width="5" rx="15" ry="15" />
  <path d="M140 230 Q150 180, 170 230" fill="#FFF" />
  <ellipse cx="150" cy="170" rx="40" ry="60" fill="url(#giraffeGradient)" />
  <ellipse cx="150" cy="150" rx="50" ry="10" fill="#F8C471" />
  <path d="M130 180 Q150 150, 170 180" fill="none" stroke="#000" stroke-width="2" />
  <rect x="100" y="100" width="100" height="150" fill="url(#tuxedoGradient)" rx="10" />
  <circle cx="150" cy="60" r="15" fill="#D69A5C" />
  <circle cx="140" cy="58" r="2" fill="black" />
  <circle cx="160" cy="58" r="2" fill="black" />
  <path d="M148 70 Q150 80, 152 70" stroke="#000" stroke-width="1" fill="none" />
  <rect x="135" y="90" width="30" height="5" fill="black" />
  <path d="M130 235 Q140 220 150 235 Q160 250 170 235 Q180 220 190 235" fill="#FFF" />
  <circle cx="150" cy="250" r="10" fill="url(#teaGradient)" />
  <rect x="145" y="260" width="10" height="10" fill="black" />
  <text x="150" y="280" font-family="Verdana" font-size="12" fill="#4B3F36" text-anchor="middle">Tea Time</text>
</svg>
SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="bgGradient" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0%" stop-color="#f5f3f5"/>
      <stop offset="100%" stop-color="#d3cde3"/>
    </linearGradient>
    <pattern id="wallPattern" patternUnits="userSpaceOnUse" width="20" height="20">
      <rect width="20" height="20" fill="url(#bgGradient)" />
      <path d="M0,10 H20" stroke="#cbc3e3" stroke-width="1"/>
      <path d="M10,0 V20" stroke="#cbc3e3" stroke-width="1"/>
    </pattern>
    <linearGradient id="tuxGradient" x1="0" y1="0" x2="0" y2="150">
      <stop offset="0%" stop-color="#000000"/>
      <stop offset="100%" stop-color="#434343"/>
    </linearGradient>
    <linearGradient id="giraffeGradient" x1="0" y1="0" x2="0" y2="200">
      <stop offset="0%" stop-color="#fcd496"/>
      <stop offset="100%" stop-color="#c2914c"/>
    </linearGradient>
    <radialGradient id="teaGradient" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="100%" stop-color="#e0e0e0"/>
    </radialGradient>
  </defs>
  
  <!-- Background -->
  <rect width="300" height="300" fill="url(#wallPattern)" />
  
  <!-- Victorian Parlor Furniture -->
  <rect x="20" y="220" width="260" height="60" fill="#8B4513" />
  <rect x="40" y="200" width="220" height="30" fill="#A0522D" />
  <circle cx="60" cy="210" r="5" fill="#ffffff" />
  <circle cx="240" cy="210" r="5" fill="#ffffff" />
  
  <!-- Giraffe Body -->
  <ellipse cx="150" cy="180" rx="30" ry="50" fill="url(#giraffeGradient)" />
  
  <!-- Giraffe Neck -->
  <rect x="145" y="80" width="10" height="100" fill="url(#giraffeGradient)" />
  
  <!-- Giraffe Head -->
  <circle cx="150" cy="70" r="15" fill="url(#giraffeGradient)" />
  <circle cx="145" cy="65" r="2" fill="#000000" />
  <circle cx="155" cy="65" r="2" fill="#000000" />
  <path d="M148,75 Q150,78 152,75" stroke="#000000" stroke-width="1" fill="none"/>
  
  <!-- Tuxedo -->
  <path d="M140,90 L160,90 L155,120 L145,120 Z" fill="url(#tuxGradient)" />
  <polygon points="150,120 148,130 152,130" fill="#FF0000" />
  
  <!-- Tea Cup -->
  <ellipse cx="170" cy="120" rx="5" ry="3" fill="url(#teaGradient)" stroke="#000000" stroke-width="0.5"/>
  <path d="M170,120 Q172,118 170,116" stroke="#000000" stroke-width="0.5" fill="none"/>
  <path d="M170,120 Q168,118 170,116" stroke="#000000" stroke-width="0.5" fill="none"/>
  
  <!-- Holding Hand -->
  <path d="M160,110 Q155,115 160,120" stroke="#c2914c" stroke-width="2" fill="none"/>
  
  <!-- Decorative Elements -->
  <path d="M10,250 Q150,200 290,250" stroke="#fff" stroke-width="2" fill="none"/>
  <circle cx="150" cy="30" r="10" fill="#FFD700" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O1-mini (2024-09-12) Player 2

Judge's Analysis

    Player 2's image better adheres to the prompt by including more elements such as the tea cup and a more detailed setting, which suggests a Victorian parlor.

    The composition is more engaging and creative, utilizing shapes and colors to add visual interest.

    Player 1's image is more abstract and lacks the detail needed to fully convey the scene described in 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
15
Player 2
22
Rectangles

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

Player 1
5
Player 2
5
Circles

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

Player 1
4
Player 2
6
Ellipses

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

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

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

Player 1
4
Player 2
8
Groups

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

Player 1
Player 2

Visual Effects Metrics

Gradients

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

Player 1
3
Player 2
4
Patterns

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2
14

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

Complexity Metrics

Path Commands

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

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