Back

SVG Drawing Match #425

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe wearing a top hat, balancing on a unicycle, juggling cupcakes"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background gradient -->
  <defs>
    <radialGradient id="bgGradient" cx="0.5" cy="0.5" r="0.75">
      <stop offset="0%" stop-color="#FFECB3"/>
      <stop offset="100%" stop-color="#FFCC80"/>
    </radialGradient>
    <pattern id="giraffeSpots" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="4" fill="#5D4037" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#bgGradient)" />
  
  <!-- Giraffe body -->
  <g transform="translate(150 150)">
    <ellipse cx="0" cy="15" rx="15" ry="30" fill="url(#giraffeSpots)" />
    
    <!-- Giraffe neck and head -->
    <path d="M0,-50 Q-10,-90 0,-110 Q10,-90 0,-50" fill="url(#giraffeSpots)" />
    <circle cx="0" cy="-110" r="10" fill="#FFE0B2" stroke="#5D4037" stroke-width="2"/>
    
    <!-- Giraffe top hat -->
    <g transform="translate(0 -125)">
      <rect x="-5" y="-10" width="10" height="10" fill="#212121" />
      <rect x="-7.5" y="0" width="15" height="5" fill="#424242" />
    </g>
  </g>

  <!-- Unicycle -->
  <g transform="translate(150 200)">
    <circle cx="0" cy="0" r="25" fill="none" stroke="#757575" stroke-width="5"/>
    <line x1="0" y1="0" x2="0" y2="-15" stroke="#616161" stroke-width="3"/>
    <rect x="-2.5" y="-15" width="5" height="5" fill="#616161"/>
  </g>
  
  <!-- Juggling cupcakes -->
  <g transform="translate(150 80)">
    <g transform="rotate(-30)">
      <ellipse cx="30" cy="0" rx="10" ry="5" fill="#E57373"/>
      <rect x="25" y="-2.5" width="10" height="5" fill="#FFF"/>
      <circle cx="30" cy="-5" r="4" fill="#FFEB3B"/>
    </g>
    <g transform="rotate(0)">
      <ellipse cx="0" cy="35" rx="10" ry="5" fill="#BA68C8"/>
      <rect x="-5" y="30" width="10" height="5" fill="#FFF"/>
      <circle cx="0" cy="25" r="4" fill="#FFEB3B"/>
    </g>
    <g transform="rotate(30)">
      <ellipse cx="-30" cy="0" rx="10" ry="5" fill="#4DB6AC"/>
      <rect x="-35" y="-2.5" width="10" height="5" fill="#FFF"/>
      <circle cx="-30" cy="-5" r="4" fill="#FFEB3B"/>
    </g>
  </g>
</svg>
SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="hat-gradient" cx="50%" cy="20%" r="70%">
      <stop offset="0%" stop-color="#222" />
      <stop offset="100%" stop-color="#444" />
    </radialGradient>
    <linearGradient id="giraffe-spots" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#F8C859" />
      <stop offset="100%" stop-color="#F2A33E" />
    </linearGradient>
    <pattern id="cupcake-sprinkles" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="2" cy="2" r="1" fill="#FF6B8E" />
      <circle cx="7" cy="5" r="1" fill="#87CEFA" />
      <rect x="4" y="8" width="2" height="2" fill="#98FB98" />
    </pattern>
  </defs>
  <circle cx="150" cy="250" r="25" fill="#8B4513" stroke="#654321" stroke-width="3"/>
  <rect x="140" y="220" width="20" height="30" fill="#A0522D" />
  <path d="M120 180 C 130 120, 170 120, 180 180" stroke="#A0522D" stroke-width="5" fill="none"/>
  <ellipse cx="150" y="170" rx="40" ry="15" fill="#F0E68C" stroke="#DAA520" stroke-width="2"/>
  <rect x="110" y="60" width="80" height="110" fill="url(#giraffe-spots)"/>
  <ellipse cx="150" y="50" rx="30" ry="20" fill="#F0E68C"/>  
  <ellipse cx="170" y="40" rx="5" ry="8" fill="#000"/>
  <ellipse cx="130" y="40" rx="5" ry="8" fill="#000"/>
  <path d="M140 20 L160 20 L150 5" fill="#F0E68C" stroke="#DAA520" stroke-width="2"/>
  <ellipse cx="100" y="80" rx="15" ry="25" fill="#F0E68C" transform="rotate(-20 100 80)"/>
  <ellipse cx="200" y="80" rx="15" ry="25" fill="#F0E68C" transform="rotate(20 200 80)"/>
  <ellipse cx="150" y="10" rx="40" ry="20" fill="url(#hat-gradient)"/>
  <ellipse cx="150" y="15" rx="30" ry="5" fill="#222"/>
  <path d="M120 120 C 100 90, 120 80, 140 90" stroke="#A0522D" stroke-width="3" fill="none"/>
  <path d="M180 120 C 200 90, 180 80, 160 90" stroke="#A0522D" stroke-width="3" fill="none"/>
<g transform="translate(90, 90)">
    <path d="M0 0 L15 15 L30 0 Z" fill="pink" stroke="#DC143C" stroke-width="2"/>
    <circle cx="15" cy="15" r="10" fill="url(#cupcake-sprinkles)"/>
 </g>
 <g transform="translate(180, 100)">
    <path d="M0 0 L15 15 L30 0 Z" fill="lightblue" stroke="#4169E1" stroke-width="2"/>
    <circle cx="15" cy="15" r="10" fill="url(#cupcake-sprinkles)"/>
 </g>
 <g transform="translate(140,70)">
    <path d="M0 0 L15 15 L30 0 Z" fill="lightgreen" stroke="#2E8B57" stroke-width="2"/>
    <circle cx="15" cy="15" r="10" fill="url(#cupcake-sprinkles)"/>
 </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 1

Judge's Analysis

    Player 1's image captures the whimsical nature of the idea with a stylized giraffe balancing on a unicycle and juggling colorful cupcakes, adhering closely to the prompt.

    The composition is clean and visually appealing, with a good balance of elements.

    Player 2's image, while creative, does not clearly depict a giraffe or cupcakes, 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
19
Player 2
24
Rectangles

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

Player 1
7
Player 2
3
Circles

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

Player 1
6
Player 2
6
Ellipses

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

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

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

Player 1
7
Player 2
3

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
13
Player 2
19

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

Complexity Metrics

Path Commands

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

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