Back

SVG Drawing Match #100

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe wearing a spacesuit, floating among colorful planets"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="gradient-space" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#1a237e"/>
      <stop offset="100%" stop-color="#0d47a1"/>
    </radialGradient>
    <pattern id="spacesuit-pattern" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="2" fill="#ffffff"/>
    </pattern>
  </defs>
  <rect width="100%" height="100%" fill="url(#gradient-space)" />
  <g transform="translate(100, 50) scale(0.6)">
    <path d="M50 40 Q60 10, 70 40" fill="#ffeb3b" stroke="#fbc02d" stroke-width="2"/>
    <rect x="45" y="40" width="10" height="20" fill="url(#spacesuit-pattern)" stroke="#fbc02d" stroke-width="2"/>
    <circle cx="50" cy="50" r="7" fill="#ffeb3b" stroke="#fbc02d" stroke-width="2"/>
    <circle cx="50" cy="50" r="2" fill="#000000" />
    <path d="M50 50 Q55 55, 60 55" fill="none" stroke="#000" stroke-width="1"/>
  </g>
  <circle cx="240" cy="100" r="20" fill="url(#spacesuit-pattern)" stroke="#ffffff" stroke-width="4">
    <animate attributeName="cy" from="100" to="240" dur="10s" repeatCount="indefinite" />
  </circle>
  <circle cx="60" cy="200" r="30" fill="orange" stroke="darkorange" stroke-width="5">
    <animate attributeName="cx" from="60" to="240" dur="8s" repeatCount="indefinite" />
  </circle>
  <circle cx="150" cy="150" r="15" fill="lightgreen" stroke="mediumseagreen" stroke-width="3">
    <animate attributeName="r" from="15" to="10" dur="3s" repeatCount="indefinite" values="15;10;15" />
  </circle>
  <g transform="translate(200, 250) scale(0.7)">
    <ellipse cx="0" cy="0" rx="3" ry="5" fill="#f44336" />
    <ellipse cx="8" cy="0" rx="1.5" ry="4" fill="#e57373">
      <animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="4s" repeatCount="indefinite"/>
    </ellipse>
    <ellipse cx="-8" cy="0" rx="1.5" ry="4" fill="#e57373">
      <animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="4s" repeatCount="indefinite"/>
    </ellipse>
  </g>
</svg>
SVG by Claude 3.7 Sonnet (2025-02-19)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="spaceGradient" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#1a0133"/>
      <stop offset="100%" stop-color="#000000"/>
    </radialGradient>
    
    <radialGradient id="planetGradient1" cx="30%" cy="30%" r="70%">
      <stop offset="0%" stop-color="#ff9d00"/>
      <stop offset="100%" stop-color="#ff6200"/>
    </radialGradient>
    
    <radialGradient id="planetGradient2" cx="40%" cy="40%" r="60%">
      <stop offset="0%" stop-color="#00d4ff"/>
      <stop offset="100%" stop-color="#0080ff"/>
    </radialGradient>
    
    <radialGradient id="planetGradient3" cx="35%" cy="35%" r="65%">
      <stop offset="0%" stop-color="#ff00e6"/>
      <stop offset="100%" stop-color="#7b00ff"/>
    </radialGradient>
    
    <radialGradient id="giraffePattern" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffc94d"/>
      <stop offset="100%" stop-color="#e8a012"/>
    </radialGradient>
    
    <pattern id="giraffeSpots" patternUnits="userSpaceOnUse" width="20" height="20">
      <rect width="20" height="20" fill="none"/>
      <path d="M5,5 Q7,2 10,5 Q13,8 15,5 Q18,2 15,10 Q12,15 15,15 Q18,18 10,15 Q5,13 5,5" fill="#be7d10"/>
    </pattern>
    
    <filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="3" result="blur"/>
      <feComposite in="SourceGraphic" in2="blur" operator="over"/>
    </filter>
    
    <linearGradient id="suitGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="100%" stop-color="#c0c0c0"/>
    </linearGradient>
    
    <linearGradient id="helmetGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#e0e0e0"/>
      <stop offset="100%" stop-color="#a0a0a0"/>
    </linearGradient>
  </defs>
  
  <!-- Space background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#spaceGradient)"/>
  
  <!-- Stars -->
  <g id="stars">
    <circle cx="30" cy="40" r="1" fill="white" opacity="0.8"/>
    <circle cx="60" cy="90" r="0.8" fill="white" opacity="0.7"/>
    <circle cx="100" cy="30" r="1.2" fill="white" opacity="0.9"/>
    <circle cx="150" cy="70" r="0.5" fill="white" opacity="0.8"/>
    <circle cx="200" cy="40" r="1" fill="white" opacity="0.7"/>
    <circle cx="240" cy="90" r="0.7" fill="white" opacity="0.9"/>
    <circle cx="270" cy="120" r="1.1" fill="white" opacity="0.8"/>
    <circle cx="40" cy="150" r="0.6" fill="white" opacity="0.7"/>
    <circle cx="90" cy="200" r="1" fill="white" opacity="0.8"/>
    <circle cx="270" cy="220" r="0.8" fill="white" opacity="0.7"/>
    <circle cx="200" cy="260" r="1.2" fill="white" opacity="0.9"/>
    <circle cx="120" cy="280" r="0.9" fill="white" opacity="0.8"/>
  </g>
  
  <!-- Planets -->
  <circle cx="40" cy="60" r="20" fill="url(#planetGradient1)" filter="url(#glow)"/>
  <ellipse cx="40" cy="60" rx="20" ry="3" fill="#ff6200" opacity="0.5"/>
  
  <circle cx="250" cy="80" r="15" fill="url(#planetGradient2)" filter="url(#glow)"/>
  <circle cx="250" cy="80" r="17" fill="none" stroke="#00ffea" stroke-width="0.5" opacity="0.6"/>
  <circle cx="250" cy="80" r="19" fill="none" stroke="#00ffea" stroke-width="0.3" opacity="0.4"/>
  
  <circle cx="220" cy="220" r="25" fill="url(#planetGradient3)" filter="url(#glow)"/>
  <path d="M200,215 Q220,205 240,215" stroke="#ffffff" stroke-width="1" fill="none" opacity="0.7"/>
  <path d="M205,225 Q220,235 235,225" stroke="#ffffff" stroke-width="1" fill="none" opacity="0.7"/>
  
  <circle cx="80" cy="240" r="18" fill="#5eff00" filter="url(#glow)"/>
  <ellipse cx="80" cy="240" rx="18" ry="2" fill="#2a7000" opacity="0.5" transform="rotate(20, 80, 240)"/>
  <ellipse cx="80" cy="240" rx="15" ry="2" fill="#2a7000" opacity="0.5" transform="rotate(-20, 80, 240)"/>
  
  <!-- Giraffe in Spacesuit -->
  <g transform="translate(150, 150) rotate(10)">
    <!-- Spacesuit body -->
    <ellipse cx="0" cy="10" rx="25" ry="35" fill="url(#suitGradient)" stroke="#888" stroke-width="1"/>
    
    <!-- Spacesuit arms -->
    <path d="M-25,0 Q-35,-5 -40,-15" stroke="#888" stroke-width="8" stroke-linecap="round" fill="none"/>
    <path d="M25,0 Q35,-5 40,-15" stroke="#888" stroke-width="8" stroke-linecap="round" fill="none"/>
    
    <!-- Spacesuit Legs -->
    <path d="M-10,40 Q-15,55 -20,70" stroke="#888" stroke-width="8" stroke-linecap="round" fill="none"/>
    <path d="M10,40 Q15,55 20,70" stroke="#888" stroke-width="8" stroke-linecap="round" fill="none"/>
    
    <!-- Air tank -->
    <rect x="-10" y="-15" width="20" height="30" rx="5" ry="5" fill="#c0c0c0" stroke="#888" stroke-width="1" transform="rotate(180, 0, 0)"/>
    
    <!-- Helmet -->
    <circle cx="0" cy="-40" r="20" fill="url(#helmetGradient)" stroke="#888" stroke-width="1"/>
    <ellipse cx="0" cy="-40" rx="15" ry="18" fill="#3892ff" opacity="0.3"/>
    
    <!-- Giraffe head inside helmet -->
    <path d="M-5,-50 Q0,-65 5,-50" stroke="#e8a012" stroke-width="4" fill="url(#giraffePattern)"/>
    <ellipse cx="0" cy="-48" rx="8" ry="10" fill="url(#giraffePattern)"/>
    <path d="M-5,-48 Q-10,-45 -5,-42 M5,-48 Q10,-45 5,-42" stroke="#be7d10" stroke-width="0.5" fill="none"/>
    
    <!-- Giraffe ears -->
    <ellipse cx="-7" cy="-53" rx="3" ry="2" fill="url(#giraffePattern)" transform="rotate(-20, -7, -53)"/>
    <ellipse cx="7" cy="-53" rx="3" ry="2" fill="url(#giraffePattern)" transform="rotate(20, 7, -53)"/>
    
    <!-- Giraffe spots showing through suit -->
    <rect x="-20" y="-10" width="40" height="50" fill="url(#giraffeSpots)" opacity="0.3"/>
    
    <!-- Giraffe eyes -->
    <circle cx="-4" cy="-50" r="1.5" fill="#000"/>
    <circle cx="4" cy="-50" r="1.5" fill="#000"/>
    
    <!-- Helmet glass reflection -->
    <path d="M-10,-50 Q-5,-55 0,-53 Q5,-55 10,-50" stroke="white" stroke-width="1" fill="none" opacity="0.7"/>
    
    <!-- Antenna -->
    <line x1="0" y1="-60" x2="0" y2="-70" stroke="#888" stroke-width="1"/>
    <circle cx="0" cy="-70" r="2" fill="red"/>
    
    <!-- Oxygen tubes -->
    <path d="M-10,-30 Q-15,-35 -15,-40 Q-15,-45 -10,-47" fill="none" stroke="#aaa" stroke-width="1.5"/>
    <path d="M10,-30 Q15,-35 15,-40 Q15,-45 10,-47" fill="none" stroke="#aaa" stroke-width="1.5"/>
  </g>
  
  <!-- Small floating particles -->
  <g opacity="0.7">
    <circle cx="100" cy="100" r="1" fill="white"/>
    <circle cx="120" cy="80" r="0.8" fill="white"/>
    <circle cx="180" cy="90" r="1.2" fill="white"/>
    <circle cx="200" cy="120" r="0.7" fill="white"/>
    <circle cx="150" cy="200" r="1.3" fill="white"/>
    <circle cx="170" cy="180" r="0.9" fill="white"/>
  </g>
  
  <!-- Comet/Shooting star -->
  <g transform="rotate(15, 150, 150)">
    <path d="M50,30 L70,40" stroke="white" stroke-width="2" stroke-linecap="round"/>
    <path d="M50,30 L80,45" stroke="white" stroke-width="1" opacity="0.5" stroke-linecap="round"/>
    <path d="M50,30 L90,50" stroke="white" stroke-width="0.5" opacity="0.3" stroke-linecap="round"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 2

Judge's Analysis

    Player 2's image more effectively depicts the concept of a giraffe in a spacesuit floating among colorful planets.

    The giraffe is clearly visible in a well-defined spacesuit, and the planets are distinct and vibrant, enhancing the visual appeal.

    In contrast, Player 1's image lacks detail in the representation of the giraffe and spacesuit, and the planets are less visually engaging.

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
13
Player 2
56
Rectangles

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

Player 1
2
Player 2
4
Circles

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

Player 1
6
Player 2
28
Ellipses

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

Player 1
3
Player 2
8
Lines

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

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

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

Player 1
2
Player 2
4

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
7
Player 2
20

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
13
Player 2
23

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
5
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
2
Player 2
7

Complexity Metrics

Path Commands

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

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