Back

SVG Drawing Match #2397

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe wearing roller skates on a rainbow road."

SVG by GPT-4.1 mini (2025-04-14)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" >
  <defs>
    <!-- Gradient for the giraffe's body -->
    <radialGradient id="giraffePattern" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#f9d77e"/>
      <stop offset="80%" stop-color="#c87f2a"/>
      <stop offset="100%" stop-color="#a05e1a"/>
    </radialGradient>
    
    <!-- Pattern for spots -->
    <pattern id="spots" x="0" y="0" width="0.2" height="0.2" patternUnits="objectBoundingBox">
      <circle cx="0.1" cy="0.1" r="0.06" fill="#6f3f0f"/>
    </pattern>
    
    <!-- Gradient for roller skate wheels -->
    <radialGradient id="wheelGradient" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#333" />
      <stop offset="100%" stop-color="#111" />
    </radialGradient>
    
    <!-- Gradient for roller skate body -->
    <linearGradient id="skateBody" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ed2a7a" />
      <stop offset="100%" stop-color="#8b0046" />
    </linearGradient>
    
    <!-- Rainbow road stripes gradients -->
    <linearGradient id="redStrip" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#ff0033" />
      <stop offset="100%" stop-color="#cc0029" />
    </linearGradient>
    <linearGradient id="orangeStrip" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#ff5500" />
      <stop offset="100%" stop-color="#cc4400" />
    </linearGradient>
    <linearGradient id="yellowStrip" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#ffee33" />
      <stop offset="100%" stop-color="#cccc29" />
    </linearGradient>
    <linearGradient id="greenStrip" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#00cc33" />
      <stop offset="100%" stop-color="#009922" />
    </linearGradient>
    <linearGradient id="blueStrip" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#0044ff" />
      <stop offset="100%" stop-color="#002aa4" />
    </linearGradient>
    <linearGradient id="indigoStrip" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#550099" />
      <stop offset="100%" stop-color="#3b0066" />
    </linearGradient>
    <linearGradient id="violetStrip" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#aa33cc" />
      <stop offset="100%" stop-color="#7a2699" />
    </linearGradient>
    
    <!-- Gradient for sky -->
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#b3e5fc"/>
      <stop offset="100%" stop-color="#67c8ff"/>
    </linearGradient>
    
    <!-- Glossy highlight on giraffe -->
    <radialGradient id="gloss" cx="0.4" cy="0.35" r="0.3">
      <stop offset="0%" stop-color="white" stop-opacity="0.6"/>
      <stop offset="100%" stop-color="white" stop-opacity="0"/>
    </radialGradient>
  </defs>
  
  <!-- Background sky -->
  <rect width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Rainbow Road -->
  <g transform="translate(150,210) rotate(-8)">
    <!-- Using multiple path stripes with slight arcs -->
    <path d="M -135 30 q 70 -90 270 -30 l 0 20 q -200 -70 -270 30z" fill="url(#redStrip)" />
    <path d="M -135 50 q 70 -90 270 -30 l 0 20 q -200 -70 -270 30z" fill="url(#orangeStrip)" />
    <path d="M -135 70 q 70 -90 270 -30 l 0 20 q -200 -70 -270 30z" fill="url(#yellowStrip)" />
    <path d="M -135 90 q 70 -90 270 -30 l 0 20 q -200 -70 -270 30z" fill="url(#greenStrip)" />
    <path d="M -135 110 q 70 -90 270 -30 l 0 20 q -200 -70 -270 30z" fill="url(#blueStrip)" />
    <path d="M -135 130 q 70 -90 270 -30 l 0 20 q -200 -70 -270 30z" fill="url(#indigoStrip)" />
    <path d="M -135 150 q 70 -90 270 -30 l 0 20 q -200 -70 -270 30z" fill="url(#violetStrip)" />
  </g>
  
  <!-- Giraffe Body -->
  <g transform="translate(145,90) scale(1.2)">
    <!-- Neck -->
    <rect x="-18" y="-90" width="36" height="90" rx="12" ry="12" fill="url(#giraffePattern)" stroke="#552d01" stroke-width="1.5"/>
    <rect x="-18" y="-90" width="36" height="90" rx="12" ry="12" fill="url(#spots)" opacity="0.4"/>
    
    <!-- Head -->
    <g transform="translate(0,-115)">
      <ellipse cx="0" cy="0" rx="26" ry="30" fill="url(#giraffePattern)" stroke="#552d01" stroke-width="1.8"/>
      <ellipse cx="0" cy="0" rx="26" ry="30" fill="url(#spots)" opacity="0.35"/>
      <circle cx="-12" cy="-5" r="6.5" fill="#653d04" />
      <circle cx="12" cy="-5" r="6.5" fill="#653d04" />
      <circle cx="-12" cy="-5" r="3.5" fill="#fff" />
      <circle cx="12" cy="-5" r="3.5" fill="#fff" />
      <circle cx="-12" cy="-5" r="1.75" fill="#302101" />
      <circle cx="12" cy="-5" r="1.75" fill="#302101" />
      
      <path d="M -10 4 q 0 4 20 3" fill="none" stroke="#552d01" stroke-width="1.25" stroke-linecap="round"/>
      <path d="M 10 4 q 0 3 -20 2" fill="none" stroke="#552d01" stroke-width="1.25" stroke-linecap="round"/>
      
      <!-- Ossicones -->
      <line x1="-9" y1="-25" x2="-9" y2="-42" stroke="#5a3300" stroke-width="5" stroke-linecap="round"/>
      <circle cx="-9" cy="-48" r="7" fill="#7b4800"/>
      <line x1="9" y1="-25" x2="9" y2="-42" stroke="#5a3300" stroke-width="5" stroke-linecap="round"/>
      <circle cx="9" cy="-48" r="7" fill="#7b4800"/>
      
      <!-- Ears -->
      <path d="M -19 -25 q -12 -15 2 -20 q 6 18 3 25z" fill="#f0c87c" stroke="#552d01" stroke-width="0.9"/>
      <path d="M 19 -25 q 12 -15 -2 -20 q -6 18 -3 25z" fill="#f0c87c" stroke="#552d01" stroke-width="0.9"/>
      
      <!-- Gloss highlight -->
      <ellipse cx="2" cy="-10" rx="8" ry="18" fill="url(#gloss)" />
    </g>
    
    <!-- Torso -->
    <ellipse cx="0" cy="10" rx="40" ry="60" fill="url(#giraffePattern)" stroke="#552d01" stroke-width="2"/>
    <ellipse cx="0" cy="10" rx="40" ry="60" fill="url(#spots)" opacity="0.4"/>
    
    <!-- Tail -->
    <path d="M 38 60 q 24 15 12 40" stroke="#42310c" stroke-width="4" fill="none" stroke-linecap="round"/>
    <circle cx="50" cy="95" r="8" fill="#5a3f0a"/>
    
    <!-- Legs -->
    <g stroke="#552d01" stroke-linecap="round" stroke-width="5" >
      <!-- Left front leg roller skate -->
      <g transform="translate(-22 58)">
        <rect x="-7" y="0" width="14" height="60" rx="6" ry="6" fill="url(#giraffePattern)" />
        <rect x="-7" y="0" width="14" height="60" rx="6" ry="6" fill="url(#spots)" opacity="0.4"/>
        
        <!-- Roller skate body -->
        <rect x="-14" y="42" width="42" height="26" rx="6" ry="6" fill="url(#skateBody)" stroke="#4a0035" stroke-width="1.8"/>
        <ellipse cx="7" cy="67" rx="9" ry="12" fill="url(#wheelGradient)" />
        <ellipse cx="26" cy="67" rx="9" ry="12" fill="url(#wheelGradient)" />
        <circle cx="7" cy="67" r="5" fill="#666" />
        <circle cx="26" cy="67" r="5" fill="#666" />
        <line x1="7" y1="63" x2="7" y2="71" stroke="#222" stroke-width="1.2" />
        <line x1="26" y1="63" x2="26" y2="71" stroke="#222" stroke-width="1.2" />
      </g>
      
      <!-- Left back leg roller skate -->
      <g transform="translate(20 62)">
        <rect x="-7" y="0" width="14" height="58" rx="6" ry="6" fill="url(#giraffePattern)" />
        <rect x="-7" y="0" width="14" height="58" rx="6" ry="6" fill="url(#spots)" opacity="0.4"/>
        
        <!-- Roller skate body -->
        <rect x="-14" y="40" width="42" height="26" rx="6" ry="6" fill="url(#skateBody)" stroke="#4a0035" stroke-width="1.8" />
        <ellipse cx="7" cy="65" rx="9" ry="12" fill="url(#wheelGradient)" />
        <ellipse cx="26" cy="65" rx="9" ry="12" fill="url(#wheelGradient)" />
        <circle cx="7" cy="65" r="5" fill="#666" />
        <circle cx="26" cy="65" r="5" fill="#666" />
        <line x1="7" y1="61" x2="7" y2="69" stroke="#222" stroke-width="1.2" />
        <line x1="26" y1="61" x2="26" y2="69" stroke="#222" stroke-width="1.2" />
      </g>
      
    </g>
  </g>
  
  <!-- Stars and sparkles around giraffe -->
  <g stroke="#fff" stroke-width="1.2" stroke-linecap="round" transform="translate(50,70)" >
    <line x1="0" y1="0" x2="10" y2="10" />
    <line x1="10" y1="0" x2="0" y2="10" />
    <circle cx="5" cy="5" r="1.2" fill="#fff"/>
  </g>
  
  <g stroke="#fff" stroke-width="1" stroke-linecap="round" transform="translate(105,30) rotate(40)" >
    <line x1="0" y1="0" x2="7" y2="9" />
    <line x1="7" y1="0" x2="0" y2="9" />
    <circle cx="3.5" cy="4.5" r="1" fill="#fff"/>
  </g>
  
  <g stroke="#fff" stroke-width="1" stroke-linecap="round" transform="translate(230,60) rotate(30)">
    <line x1="0" y1="0" x2="9" y2="9" />
    <line x1="9" y1="0" x2="0" y2="9" />
    <circle cx="4.5" cy="4.5" r="1" fill="#fff"/>
  </g>
  
  <!-- Slight shadow beneath giraffe for grounding -->
  <ellipse cx="145" cy="230" rx="60" ry="18" fill="rgba(0,0,0,0.15)" />
</svg>
SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="red" />
      <stop offset="14%" stop-color="orange" />
      <stop offset="28%" stop-color="yellow" />
      <stop offset="42%" stop-color="green" />
      <stop offset="56%" stop-color="lightblue" />
      <stop offset="70%" stop-color="blue" />
      <stop offset="84%" stop-color="indigo" />
      <stop offset="100%" stop-color="violet" />
    </linearGradient>
    <pattern id="giraffe-spots" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="5" fill="brown" />
    </pattern>
 </defs>

  <path d="M30 250 C 60 200, 90 150, 120 180 C 150 210, 180 180, 210 210 C 240 240, 270 210, 300 250" stroke="url(#rainbow)" stroke-width="20" stroke-linecap="round" fill="none" />

  <g transform="translate(150,120) scale(0.6)">
    <ellipse cx="0" cy="150" rx="30" ry="50" fill="url(#giraffe-spots)" />
    <rect x="-20" y="100" width="40" height="100" fill="url(#giraffe-spots)" />
    <circle cx="0" cy="50" r="40" fill="url(#giraffe-spots)" />
    <ellipse cx="-15" cy="30" rx="5" ry="15" fill="white" />
    <ellipse cx="15" cy="30" rx="5" ry="15" fill="white" />
    <circle cx="-10" cy="20" r="3" fill="black" />
    <circle cx="10" cy="20" r="3" fill="black" />
    <path d="M-10 0 L 0 -20 L 10 0" fill="brown" />
  </g>

  <g transform="translate(100,210)">
    <circle cx="0" cy="0" r="15" fill="lightgray" stroke="black" stroke-width="2"/>
    <circle cx="40" cy="0" r="15" fill="lightgray" stroke="black" stroke-width="2"/>
    <rect x="-5" y="-10" width="50" height="5" fill="red"/>
  </g>

  <g transform="translate(200,210)">
    <circle cx="0" cy="0" r="15" fill="lightgray" stroke="black" stroke-width="2"/>
    <circle cx="40" cy="0" r="15" fill="lightgray" stroke="black" stroke-width="2"/>
    <rect x="-5" y="-10" width="50" height="5" fill="red"/>

  </g>


</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4.1 mini (2025-04-14) Player 1

Judge's Analysis

    Player 1's submission closely adheres to the prompt with a clear depiction of a giraffe's legs on roller skates atop a vibrant rainbow road.

    The composition is clean, colorful, and visually appealing.

    Player 2's image, while creative, is abstract and less recognizable as a giraffe on roller skates, making it less aligned with the prompt's requirements.

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
60
Player 2
16
Rectangles

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

Player 1
9
Player 2
3
Circles

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

Player 1
17
Player 2
8
Ellipses

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

Player 1
10
Player 2
3
Lines

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

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

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

Player 1
9
Player 2
3

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
20
Player 2
5

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
38
Player 2
12

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
8
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
49
Player 2
7
Max Group Nesting

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

Player 1
2
Player 2
Defs Elements

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

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