Back

SVG Drawing Match #1924

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe on a unicycle juggling flaming torches"

SVG by o3-mini high (2025-01-31)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#f7d26a"/>
      <stop offset="100%" stop-color="#e8a317"/>
    </linearGradient>
    <radialGradient id="flameGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffea00"/>
      <stop offset="50%" stop-color="#ff7e00"/>
      <stop offset="100%" stop-color="#ff0000"/>
    </radialGradient>
    <radialGradient id="wheelGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#b0bec5"/>
      <stop offset="100%" stop-color="#37474f"/>
    </radialGradient>
    <pattern id="giraffeSpots" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="2" fill="#8b5e3c"/>
    </pattern>
  </defs>
  
  <!-- Unicycle Wheel -->
  <circle cx="150" cy="240" r="40" fill="none" stroke="url(#wheelGradient)" stroke-width="4"/>
  <circle cx="150" cy="240" r="3" fill="url(#wheelGradient)"/>
  <!-- Unicycle Seat Post and Seat -->
  <line x1="150" y1="200" x2="150" y2="240" stroke="#8d6e63" stroke-width="4"/>
  <rect x="140" y="190" width="20" height="8" fill="#8d6e63"/>
  
  <!-- Giraffe on Unicycle -->
  <g id="giraffe" transform="translate(150,190)">
    <!-- Long Neck -->
    <rect x="-5" y="-100" width="10" height="100" fill="url(#giraffeGradient)"/>
    <circle cx="0" cy="-80" r="2" fill="url(#giraffeSpots)"/>
    <circle cx="2" cy="-50" r="2" fill="url(#giraffeSpots)"/>
    <circle cx="-2" cy="-70" r="2" fill="url(#giraffeSpots)"/>
    <!-- Head -->
    <g id="giraffeHead" transform="translate(0,-110)">
      <ellipse cx="0" cy="0" rx="12" ry="10" fill="url(#giraffeGradient)"/>
      <circle cx="-5" cy="-3" r="1.5" fill="url(#giraffeSpots)"/>
      <circle cx="4" cy="-2" r="1.5" fill="url(#giraffeSpots)"/>
      <!-- Ears -->
      <path d="M -8 -10 L -4 -18 L -2 -10 Z" fill="url(#giraffeGradient)"/>
      <path d="M 8 -10 L 4 -18 L 2 -10 Z" fill="url(#giraffeGradient)"/>
      <!-- Horns -->
      <rect x="-2" y="-20" width="2" height="8" fill="#c68642" transform="rotate(-15, -1, -20)"/>
      <rect x="0" y="-20" width="2" height="8" fill="#c68642" transform="rotate(15, 1, -20)"/>
    </g>
  </g>
  
  <!-- Juggled Flaming Torches -->
  <g id="torches">
    <g transform="translate(110,140) rotate(-20)">
      <rect x="-2" y="0" width="4" height="20" fill="#4e342e"/>
      <path d="M 0 0 C -4 -10, -4 -20, 0 -25 C 4 -20, 4 -10, 0 0 Z" fill="url(#flameGradient)"/>
    </g>
    <g transform="translate(190,140) rotate(20)">
      <rect x="-2" y="0" width="4" height="20" fill="#4e342e"/>
      <path d="M 0 0 C -4 -10, -4 -20, 0 -25 C 4 -20, 4 -10, 0 0 Z" fill="url(#flameGradient)"/>
    </g>
    <g transform="translate(150,80)">
      <rect x="-2" y="0" width="4" height="20" fill="#4e342e"/>
      <path d="M 0 0 C -4 -10, -4 -20, 0 -25 C 4 -20, 4 -10, 0 0 Z" fill="url(#flameGradient)"/>
    </g>
  </g>
</svg>
SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="gradBody" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#E6C0A2; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#C69C6D; stop-opacity:1" />
    </linearGradient>
    <linearGradient id="gradFlame" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#FF4500; stop-opacity:1" />
      <stop offset="50%" style="stop-color:#FF8C00; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FFD700; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="gradTorch" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FFD700; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FF4500; stop-opacity:1" />
    </radialGradient>
  </defs>
  <g>
    <ellipse cx="150" cy="280" rx="50" ry="10" fill="#8B4513"/>
    <circle cx="150" cy="250" r="25" fill="#DAA520" />
    <path d="M150 125 Q130 70 130 30 Q130 10 150 10 Q170 10 170 30 Q170 70 150 125" fill="url(#gradBody)" />
    <path d="M150 10 Q160 20 160 30 Q170 40 160 50 Q180 80 160 110 Q140 80 140 70 Q120 60 130 30 Q130 20 140 10" fill="#C69C6D"/>
    
    <circle cx="140" cy="25" r="5" fill="#000" />
    <circle cx="160" cy="25" r="5" fill="#000" />
    
    <path d="M160 50 L175 60 L160 70 Q155 65 155 60 L150 60 L145 65 Q145 70 140 70 Q131 65 130 60 L130 50" fill="#8B4513" />
    <path d="M175 60 Q180 65 175 70 Q170 75 165 70 Q170 65 175 60" fill="#DEB887" />

    <g transform="translate(150, 45)">
      <path d="M -25,0 L 25,0 Q 50,-15 75,0 Q 50,15 25,0 Z" fill="url(#gradTorch)" />
      <path d="M -25,0 L 0,-20 Q -10,-30 -15,-20 Q -25,-15 -25,0 Z" fill="url(#gradFlame)" />
      <path d="M 25,0 L 0,-20 Q 10,-30 15,-20 Q 25,-15 25,0 Z" fill="url(#gradFlame)" />
    </g>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini high (2025-01-31) Player 1

Judge's Analysis

    Player 1's image more effectively captures the prompt by clearly depicting a giraffe on a unicycle juggling flaming torches.

    The composition is simple yet direct, and the technical execution is clear, making it visually appealing and easily understandable.

    Player 2's image, while creative, does not clearly convey the elements of juggling or a unicycle, which makes 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
22
Player 2
11
Rectangles

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

Player 1
7
Player 2
Circles

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

Player 1
8
Player 2
3
Ellipses

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

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

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

Player 1
6
Player 2
2

Visual Effects Metrics

Gradients

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

Player 1
3
Player 2
3
Patterns

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
5

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
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
20
Player 2
40
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
1
Player 2
1
Defs Elements

The number of elements defined within the defs element in the SVG.

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