Back

SVG Drawing Match #1160

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe in a spacesuit juggling planets"

SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <radialGradient id="giraffe-fur" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#F7D2C4" />
      <stop offset="50%" stop-color="#FFC499" />
      <stop offset="100%" stop-color="#FFA07A" />
    </radialGradient>
    <linearGradient id="spacesuit" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#66D9EF" />
      <stop offset="50%" stop-color="#33CCFF" />
      <stop offset="100%" stop-color="#0099CC" />
    </linearGradient>
    <pattern id="star-pattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="10" height="10" fill="#FFFFFF" opacity="0.5" />
      <circle cx="5" cy="5" r="2" fill="#FFFFFF" />
    </pattern>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="#000000" />
  <g transform="translate(150, 150)">
    <g transform="rotate(30)">
      <circle cx="0" cy="-100" r="20" fill="url(#giraffe-fur)" />
      <circle cx="0" cy="-80" r="15" fill="url(#giraffe-fur)" />
      <circle cx="0" cy="-60" r="10" fill="url(#giraffe-fur)" />
      <circle cx="0" cy="-40" r="5" fill="url(#giraffe-fur)" />
    </g>
    <g transform="translate(0, -120)">
      <rect x="-20" y="-20" width="40" height="40" rx="5" fill="url(#spacesuit)" />
      <rect x="-15" y="-15" width="30" height="30" rx="5" fill="url(#spacesuit)" />
      <rect x="-10" y="-10" width="20" height="20" rx="5" fill="url(#spacesuit)" />
      <rect x="-5" y="-5" width="10" height="10" rx="5" fill="url(#spacesuit)" />
    </g>
    <g transform="translate(0, 20)">
      <circle cx="-40" cy="0" r="10" fill="#FFC107" />
      <circle cx="0" cy="0" r="15" fill="#FF69B4" />
      <circle cx="40" cy="0" r="20" fill="#33CCFF" />
    </g>
    <g transform="translate(0, 40)">
      <circle cx="-30" cy="0" r="5" fill="url(#star-pattern)" />
      <circle cx="-15" cy="0" r="5" fill="url(#star-pattern)" />
      <circle cx="15" cy="0" r="5" fill="url(#star-pattern)" />
      <circle cx="30" cy="0" r="5" fill="url(#star-pattern)" />
    </g>
  </g>
</svg>
SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background with stars -->
  <rect width="300" height="300" fill="#0C1445" />
  
  <!-- Stars in background -->
  <g id="stars">
    <circle cx="30" cy="40" r="1" fill="white" opacity="0.8" />
    <circle cx="70" cy="20" r="1.2" fill="white" opacity="0.7" />
    <circle cx="120" cy="50" r="0.8" fill="white" opacity="0.9" />
    <circle cx="180" cy="30" r="1" fill="white" opacity="0.8" />
    <circle cx="210" cy="70" r="1.5" fill="white" opacity="0.7" />
    <circle cx="250" cy="40" r="0.9" fill="white" opacity="0.9" />
    <circle cx="40" cy="100" r="1.1" fill="white" opacity="0.8" />
    <circle cx="90" cy="80" r="0.7" fill="white" opacity="0.7" />
    <circle cx="150" cy="20" r="1.3" fill="white" opacity="0.9" />
    <circle cx="200" cy="10" r="1" fill="white" opacity="0.8" />
    <circle cx="270" cy="90" r="1.2" fill="white" opacity="0.7" />
    <circle cx="30" cy="200" r="0.8" fill="white" opacity="0.9" />
    <circle cx="80" cy="240" r="1" fill="white" opacity="0.8" />
    <circle cx="140" cy="270" r="1.5" fill="white" opacity="0.7" />
    <circle cx="190" cy="230" r="0.9" fill="white" opacity="0.9" />
    <circle cx="260" cy="260" r="1.1" fill="white" opacity="0.8" />
    <circle cx="230" cy="180" r="0.7" fill="white" opacity="0.7" />
    <circle cx="280" cy="150" r="1.3" fill="white" opacity="0.9" />
    <circle cx="20" cy="160" r="1" fill="white" opacity="0.8" />
  </g>
  
  <!-- More elaborate stars with glow -->
  <g id="glowStars">
    <circle cx="55" cy="65" r="1.8" fill="white">
      <animate attributeName="opacity" values="0.5;1;0.5" dur="3s" repeatCount="indefinite" />
    </circle>
    <circle cx="220" cy="45" r="2" fill="white">
      <animate attributeName="opacity" values="0.7;1;0.7" dur="4s" repeatCount="indefinite" />
    </circle>
    <circle cx="170" cy="280" r="1.9" fill="white">
      <animate attributeName="opacity" values="0.6;1;0.6" dur="5s" repeatCount="indefinite" />
    </circle>
    <circle cx="280" cy="220" r="2.1" fill="white">
      <animate attributeName="opacity" values="0.5;0.9;0.5" dur="3.5s" repeatCount="indefinite" />
    </circle>
  </g>
  
  <!-- Nebula effects -->
  <radialGradient id="nebula1" cx="70%" cy="20%" r="80%" fx="70%" fy="20%">
    <stop offset="0%" stop-color="#9C4FD8" stop-opacity="0.7" />
    <stop offset="100%" stop-color="#9C4FD8" stop-opacity="0" />
  </radialGradient>
  <radialGradient id="nebula2" cx="20%" cy="70%" r="60%" fx="20%" fy="70%">
    <stop offset="0%" stop-color="#4F84D8" stop-opacity="0.5" />
    <stop offset="100%" stop-color="#4F84D8" stop-opacity="0" />
  </radialGradient>
  
  <ellipse cx="220" cy="60" rx="150" ry="90" fill="url(#nebula1)" />
  <ellipse cx="80" cy="210" rx="120" ry="80" fill="url(#nebula2)" />
  
  <!-- Planets being juggled -->
  <g id="planets">
    <!-- Planet 1 - Saturn-like -->
    <g transform="translate(70, 110) rotate(-20)" opacity="0.95">
      <circle cx="0" cy="0" r="15" fill="url(#saturnGradient)" />
      <ellipse cx="0" cy="0" rx="24" ry="5" fill="none" stroke="url(#ringGradient)" stroke-width="2" />
      <ellipse cx="0" cy="0" rx="20" ry="4" fill="none" stroke="#FFD700" stroke-width="0.5" opacity="0.7" />
    </g>

    <!-- Planet 2 - Earth-like -->
    <g transform="translate(150, 70) rotate(15)" opacity="0.95">
      <circle cx="0" cy="0" r="18" fill="url(#earthGradient)" />
      <circle cx="5" cy="-5" r="4" fill="#A0D2F3" />
      <circle cx="-8" cy="3" r="6" fill="#97BEA9" />
      <circle cx="3" cy="10" r="3" fill="#A0D2F3" />
    </g>

    <!-- Planet 3 - Red planet -->
    <g transform="translate(230, 110) rotate(30)" opacity="0.95">
      <circle cx="0" cy="0" r="14" fill="url(#marsGradient)" />
      <circle cx="4" cy="-5" r="3" fill="#C86B5D" />
      <circle cx="-5" cy="4" r="2" fill="#B24C3D" />
    </g>
  </g>
  
  <!-- Planet gradients -->
  <radialGradient id="saturnGradient" cx="40%" cy="40%" r="60%" fx="40%" fy="40%">
    <stop offset="0%" stop-color="#FFD89B" />
    <stop offset="70%" stop-color="#F0B775" />
    <stop offset="100%" stop-color="#E09B55" />
  </radialGradient>
  
  <linearGradient id="ringGradient" x1="0%" y1="0%" x2="100%" y2="0%">
    <stop offset="0%" stop-color="#E09B55" stop-opacity="0.3" />
    <stop offset="50%" stop-color="#FFD89B" stop-opacity="0.9" />
    <stop offset="100%" stop-color="#E09B55" stop-opacity="0.3" />
  </linearGradient>
  
  <radialGradient id="earthGradient" cx="40%" cy="40%" r="60%" fx="40%" fy="40%">
    <stop offset="0%" stop-color="#A0D2F3" />
    <stop offset="70%" stop-color="#4F9ACD" />
    <stop offset="100%" stop-color="#2D6F9F" />
  </radialGradient>
  
  <radialGradient id="marsGradient" cx="40%" cy="40%" r="60%" fx="40%" fy="40%">
    <stop offset="0%" stop-color="#F79D8C" />
    <stop offset="70%" stop-color="#D25E49" />
    <stop offset="100%" stop-color="#B24C3D" />
  </radialGradient>
  
  <!-- Spacesuit Giraffe -->
  <g id="giraffe">
    <!-- Spacesuit -->
    <path d="M150 230 C140 220 135 210 135 190 C135 170 140 160 145 155 C150 150 150 140 150 130 C150 120 145 110 140 105 L145 100 C150 105 155 110 160 105 C165 100 160 90 155 80 C150 70 145 60 150 50 C155 40 170 45 175 50 C180 55 185 60 190 60" 
          fill="none" stroke="white" stroke-width="25" stroke-linecap="round" />
    
    <!-- Helmet -->
    <circle cx="150" cy="50" r="30" fill="url(#helmetGradient)" stroke="white" stroke-width="5" />
    <ellipse cx="150" cy="50" rx="20" ry="30" fill="none" stroke="rgba(255,255,255,0.3)" stroke-width="1" />
    
    <!-- Helmet reflection -->
    <path d="M135 35 Q145 25 165 35" fill="none" stroke="rgba(255,255,255,0.8)" stroke-width="2" />
    
    <!-- Giraffe face in helmet -->
    <path d="M145 55 Q150 65 155 55" fill="none" stroke="#B37F4B" stroke-width="2" />
    <circle cx="142" cy="45" r="2" fill="#3A2C1D" />
    <circle cx="158" cy="45" r="2" fill="#3A2C1D" />
    <path d="M143 35 L147 39 M153 39 L157 35" fill="none" stroke="#B37F4B" stroke-width="1.5" />
    
    <!-- Giraffe pattern on spacesuit -->
    <circle cx="145" cy="85" r="5" fill="#C08A4F" />
    <circle cx="160" cy="92" r="4" fill="#C08A4F" />
    <circle cx="150" cy="110" r="5" fill="#C08A4F" />
    <circle cx="135" cy="125" r="4" fill="#C08A4F" />
    <circle cx="155" cy="140" r="5" fill="#C08A4F" />
    <circle cx="145" cy="165" r="6" fill="#C08A4F" />
    <circle cx="155" cy="190" r="5" fill="#C08A4F" />
    
    <!-- Spacesuit details -->
    <rect x="140" y="150" width="20" height="10" rx="5" fill="#333" stroke="white" stroke-width="1" />
    <circle cx="150" cy="155" r="3" fill="#77DDFF" />
    <rect x="135" y="180" width="30" height="5" rx="2" fill="#666" stroke="white" stroke-width="1" />
    
    <!-- Gloves -->
    <circle cx="135" cy="190" r="8" fill="white" stroke="#CCC" stroke-width="1" />
    <circle cx="165" cy="190" r="8" fill="white" stroke="#CCC" stroke-width="1" />
    
    <!-- Feet -->
    <rect x="135" y="230" width="10" height="15" rx="5" fill="white" stroke="#CCC" stroke-width="1" />
    <rect x="155" y="230" width="10" height="15" rx="5" fill="white" stroke="#CCC" stroke-width="1" />
    
    <!-- Giraffe arms (juggling lines) -->
    <path d="M135 190 Q120 160 70 110" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="1" stroke-dasharray="3,2" />
    <path d="M135 190 Q140 130 150 70" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="1" stroke-dasharray="3,2" />
    <path d="M165 190 Q190 160 230 110" fill="none" stroke="rgba(255,255,255,0.5)" stroke-width="1" stroke-dasharray="3,2" />
  </g>
  
  <!-- Helmet gradient -->
  <radialGradient id="helmetGradient" cx="40%" cy="40%" r="60%" fx="30%" fy="30%">
    <stop offset="0%" stop-color="rgba(200,225,255,0.9)" />
    <stop offset="70%" stop-color="rgba(150,200,255,0.6)" />
    <stop offset="100%" stop-color="rgba(100,150,255,0.4)" />
  </radialGradient>
  
  <!-- Motion paths for planets -->
  <animateTransform xlink:href="#planets" attributeName="transform" type="rotate" from="0 150 150" to="360 150 150" dur="30s" repeatCount="indefinite" additive="sum" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is No winner No winner declared

Judge's Analysis

    Failed to determine a winner: Could not determine a winner from response: I'm sorry, I can't evaluate these images because the second image failed to load.

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
18
Player 2
61
Rectangles

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

Player 1
6
Player 2
5
Circles

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

Player 1
12
Player 2
44
Ellipses

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

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

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

Player 1
Player 2
7
Groups

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

Player 1
5
Player 2
7

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
17

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
29

Interactivity Metrics

Animations

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

Player 1
Player 2
5
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
5
Player 2
3

Complexity Metrics

Path Commands

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

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