Back

SVG Drawing Match #1378

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe wearing roller skates on a tightrope under the stars"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Night sky background with gradient -->
  <defs>
    <radialGradient id="skyGradient" cx="50%" cy="50%" r="80%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#0a1a40" />
      <stop offset="100%" stop-color="#000520" />
    </radialGradient>
    
    <!-- Star pattern -->
    <pattern id="starPattern" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="0.8" fill="white" opacity="0.7" />
      <circle cx="25" cy="30" r="0.6" fill="white" opacity="0.5" />
      <circle cx="40" cy="15" r="1" fill="white" opacity="0.9" />
      <circle cx="80" cy="40" r="0.7" fill="white" opacity="0.6" />
      <circle cx="70" cy="70" r="0.9" fill="white" opacity="0.8" />
      <circle cx="55" cy="55" r="0.5" fill="white" opacity="0.5" />
      <circle cx="35" cy="85" r="1.2" fill="white" opacity="0.7" />
      <circle cx="90" cy="25" r="0.8" fill="white" opacity="0.6" />
    </pattern>
    
    <!-- Glow filter for stars -->
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="1.5" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
    
    <!-- Gradient for tightrope -->
    <linearGradient id="ropeGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#8B4513" />
      <stop offset="50%" stop-color="#D2691E" />
      <stop offset="100%" stop-color="#8B4513" />
    </linearGradient>
    
    <!-- Gradient for giraffe spots -->
    <radialGradient id="spotGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#7B3F00" />
      <stop offset="100%" stop-color="#5B2F00" />
    </radialGradient>
  </defs>
  
  <!-- Sky background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Stars -->
  <rect x="0" y="0" width="300" height="300" fill="url(#starPattern)" filter="url(#glow)" />
  
  <!-- Larger featured stars -->
  <circle cx="50" cy="40" r="1.5" fill="white" filter="url(#glow)" />
  <circle cx="250" cy="70" r="2" fill="white" filter="url(#glow)" />
  <circle cx="150" cy="30" r="2.5" fill="white" filter="url(#glow)" />
  <circle cx="280" cy="120" r="1.8" fill="white" filter="url(#glow)" />
  <circle cx="80" cy="200" r="2.2" fill="white" filter="url(#glow)" />
  
  <!-- Moon -->
  <circle cx="240" cy="50" r="15" fill="#FFFDE7" opacity="0.9" />
  <circle cx="233" cy="45" r="4" fill="#000520" opacity="0.1" />
  <circle cx="248" cy="55" r="3" fill="#000520" opacity="0.1" />
  
  <!-- Tightrope -->
  <line x1="20" y1="190" x2="280" y2="190" stroke="url(#ropeGradient)" stroke-width="3" />
  
  <!-- Support poles -->
  <rect x="20" y="190" width="5" height="90" fill="#6D4C41" />
  <rect x="275" y="190" width="5" height="90" fill="#6D4C41" />
  
  <!-- Giraffe body -->
  <g transform="translate(150, 140) scale(0.6) rotate(5)">
    <!-- Hind legs -->
    <rect x="-20" y="50" width="10" height="60" rx="5" fill="#F9DC5C" />
    <rect x="10" y="50" width="10" height="60" rx="5" fill="#F9DC5C" />
    
    <!-- Roller skates on hind legs -->
    <rect x="-25" y="107" width="20" height="10" rx="2" fill="#E91E63" />
    <circle cx="-20" cy="120" r="5" fill="#333" />
    <circle cx="-10" cy="120" r="5" fill="#333" />
    
    <rect x="5" y="107" width="20" height="10" rx="2" fill="#E91E63" />
    <circle cx="10" cy="120" r="5" fill="#333" />
    <circle cx="20" cy="120" r="5" fill="#333" />
    
    <!-- Body -->
    <ellipse cx="0" cy="30" rx="35" ry="25" fill="#F9DC5C" />
    
    <!-- Front legs -->
    <rect x="-20" y="30" width="10" height="70" rx="5" fill="#F9DC5C" />
    <rect x="10" y="30" width="10" height="70" rx="5" fill="#F9DC5C" />
    
    <!-- Roller skates on front legs -->
    <rect x="-25" y="97" width="20" height="10" rx="2" fill="#2196F3" />
    <circle cx="-20" cy="110" r="5" fill="#333" />
    <circle cx="-10" cy="110" r="5" fill="#333" />
    
    <rect x="5" y="97" width="20" height="10" rx="2" fill="#2196F3" />
    <circle cx="10" cy="110" r="5" fill="#333" />
    <circle cx="20" cy="110" r="5" fill="#333" />
    
    <!-- Neck -->
    <path d="M-10,-50 Q-40,-20 -20,10 Q-10,25 0,30" stroke="#F9DC5C" stroke-width="15" fill="none" />
    
    <!-- Head -->
    <ellipse cx="-15" cy="-60" rx="15" ry="10" fill="#F9DC5C" />
    
    <!-- Ears -->
    <circle cx="-25" cy="-65" r="5" fill="#F9DC5C" />
    <circle cx="-5" cy="-65" r="5" fill="#F9DC5C" />
    
    <!-- Horns/ossicones -->
    <path d="M-25,-70 L-28,-78" stroke="#8B4513" stroke-width="3" stroke-linecap="round" />
    <path d="M-5,-70 L-2,-78" stroke="#8B4513" stroke-width="3" stroke-linecap="round" />
    
    <!-- Eyes -->
    <circle cx="-20" cy="-60" r="2" fill="#000" />
    <circle cx="-10" cy="-60" r="2" fill="#000" />
    
    <!-- Mouth -->
    <path d="M-22,-54 Q-15,-50 -8,-54" stroke="#8B4513" stroke-width="1" fill="none" />
    
    <!-- Spots -->
    <circle cx="-25" cy="-45" r="4" fill="url(#spotGradient)" />
    <circle cx="-5" cy="-50" r="3" fill="url(#spotGradient)" />
    <circle cx="-30" cy="-25" r="5" fill="url(#spotGradient)" />
    <circle cx="-20" cy="-15" r="4" fill="url(#spotGradient)" />
    <circle cx="-35" cy="0" r="6" fill="url(#spotGradient)" />
    <circle cx="-15" cy="10" r="5" fill="url(#spotGradient)" />
    <circle cx="-10" cy="35" r="7" fill="url(#spotGradient)" />
    <circle cx="15" cy="40" r="6" fill="url(#spotGradient)" />
    <circle cx="25" cy="20" r="5" fill="url(#spotGradient)" />
    <circle cx="15" cy="5" r="4" fill="url(#spotGradient)" />
    <circle cx="10" cy="-15" r="3" fill="url(#spotGradient)" />
    <circle cx="-5" cy="-20" r="4" fill="url(#spotGradient)" />
    <circle cx="-15" cy="-35" r="3" fill="url(#spotGradient)" />
    <circle cx="0" cy="20" r="5" fill="url(#spotGradient)" />
    
    <!-- Tail -->
    <path d="M30,35 Q40,25 35,15 Q30,10 35,5" stroke="#F9DC5C" stroke-width="5" fill="none" />
    <circle cx="35" cy="5" r="3" fill="#8B4513" />
  </g>
  
  <!-- Balance pole -->
  <line x1="80" y1="95" x2="220" y2="95" stroke="#8B4513" stroke-width="4" />
  
  <!-- Sweat drops -->
  <path d="M170,100 Q172,105 170,110" stroke="#87CEEB" stroke-width="1" fill="none" />
  <path d="M175,105 Q177,110 175,115" stroke="#87CEEB" stroke-width="1" fill="none" />
  
  <!-- Spotlight cone -->
  <path d="M150,0 L100,190 L200,190 Z" fill="rgba(255,255,255,0.05)" />
  
  <!-- Small decorative elements -->
  <text x="150" y="280" text-anchor="middle" font-family="Cursive" font-size="10" fill="#FFD700">The Amazing Giraffini</text>
  
  <!-- Audience silhouettes -->
  <ellipse cx="50" cy="290" rx="30" ry="5" fill="#000" opacity="0.5" />
  <ellipse cx="250" cy="290" rx="30" ry="5" fill="#000" opacity="0.5" />
</svg>
SVG by GPT-3.5 turbo (0125)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background - Starry Night -->
  <rect width="300" height="300" fill="#0c1445" />
  <circle cx="150" cy="150" r="2" fill="#fed330" />
  <circle cx="100" cy="200" r="1.5" fill="#fed330" />
  <circle cx="210" cy="210" r="2.2" fill="#fed330" />
  <circle cx="250" cy="130" r="1.7" fill="#fed330" />
  <circle cx="50" cy="120" r="2" fill="#fed330" />
  <!-- Giraffe Body -->
  <circle cx="150" cy="180" r="40" fill="#ffcc5c" />
  <!-- Giraffe Spots -->
  <circle cx="130" cy="160" r="8" fill="#ffd468" />
  <circle cx="170" cy="160" r="8" fill="#ffd468" />
  <circle cx="140" cy="200" r="5" fill="#ffd468" />
  <circle cx="160" cy="200" r="5" fill="#ffd468" />
  <!-- Giraffe Neck -->
  <rect x="140" y="100" width="20" height="70" fill="#ffcc5c" />
  <!-- Giraffe Head -->
  <circle cx="150" cy="90" r="20" fill="#ffcc5c" />
  <!-- Giraffe Ears -->
  <polygon points="135,65 145,50 155,65" fill="#ffcc5c" />
  <polygon points="145,65 155,50 165,65" fill="#ffcc5c" />
  <!-- Giraffe Eyes -->
  <circle cx="142" cy="85" r="2" fill="#2c3e50" />
  <circle cx="158" cy="85" r="2" fill="#2c3e50" />
  <!-- Roller Skates -->
  <ellipse cx="120" cy="240" rx="20" ry="10" fill="#ff3838" />
  <ellipse cx="180" cy="240" rx="20" ry="10" fill="#ff3838" />
  <rect x="117" y="240" width="6" height="30" fill="#2c3e50" />
  <rect x="177" y="240" width="6" height="30" fill="#2c3e50" />
  <!-- Tightrope -->
  <rect x="80" y="45" width="140" height="5" fill="#2c3e50" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 1

Judge's Analysis

    Player 1's image captures the whimsy of a giraffe on roller skates on a tightrope under the stars with a charming cartoon style.

    The addition of the spotlight and moon enhances the theatrical atmosphere, fitting the prompt well.

    Player 2's minimalist approach lacks the detailed elements specified in the prompt, such as roller skates and a starry background, making it less effective in conveying the full concept.

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
69
Player 2
22
Rectangles

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

Player 1
12
Player 2
5
Circles

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

Player 1
43
Player 2
13
Ellipses

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

Player 1
4
Player 2
2
Lines

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

Player 1
2
Player 2
Polygons

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

Player 1
Player 2
2
Paths

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

Player 1
8
Player 2
Groups

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

Player 1
1
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
9
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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