Back

SVG Drawing Match #1496

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Skydiving monkey with a rainbow parachute"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#FF0000;stop-opacity:1" />
      <stop offset="20%" style="stop-color:#FF7F00;stop-opacity:1" />
      <stop offset="40%" style="stop-color:#FFFF00;stop-opacity:1" />
      <stop offset="60%" style="stop-color:#00FF00;stop-opacity:1" />
      <stop offset="80%" style="stop-color:#0000FF;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4B0082;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="monkeyShadow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#000000;stop-opacity:0.4" />
      <stop offset="100%" style="stop-color:#000000;stop-opacity:0" />
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="#87CEEB" />
  <g transform="translate(150, 150)">
    <path d="M-20,-30 Q-35,-60 0,-70 Q35,-60 20,-30 L0,0 Z" fill="#D2691E" />
    <circle cx="0" cy="-80" r="20" fill="#FFD700" />
    <circle cx="-10" cy="-85" r="2" fill="#000" />
    <circle cx="10" cy="-85" r="2" fill="#000" />
    <path d="M-10,-75 Q-30,-60 -20,-50 Q-10,-45 0,-50 Q10,-45 20,-50 Q30,-60 10,-75" 
          fill="#8B4513" />
    <ellipse cx="0" cy="-70" rx="15" ry="7" fill="#A52A2A" />
    <path d="M-20,-50 Q-30,-40 -20,-30 Q-10,-35 0,-30 Q10,-35 20,-30 
          Q30,-40 20,-50" fill="#D2691E"  />
    <ellipse cx="-10" cy="-65" rx="5" ry="2" fill="#000" />
    <ellipse cx="10" cy="-65" rx="5" ry="2" fill="#000" />
  </g>
  <g transform="translate(150, 130)">
    <path d="M-40,0 L40,0 Q60,-20 40,-40 L-40,-40 Q-60,-20 -40,0 Z" fill="url(#rainbowGradient)" />
    <path d="M-40,0 L40,0 Q60,20 40,40 L-40,40 Q-60,20 -40,0 Z" fill="#FFF" opacity="0.5" />
  </g>
  <g transform="translate(150, 0)">
    <path d="M0,0 Q10,-15 20,-10 Q25,-2 20,5 Q10,15 0,10 Q-10,15 
           -20,5 Q-25,-2 -20,-10 Q-10,-15 0,0" fill="url(#monkeyShadow)" opacity="0.5" />
  </g>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Sky background with gradient -->
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#E0F6FF;stop-opacity:1" />
    </linearGradient>
    
    <!-- Rainbow parachute gradient -->
    <linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#FF0000;stop-opacity:1" />
      <stop offset="17%" style="stop-color:#FF7F00;stop-opacity:1" />
      <stop offset="34%" style="stop-color:#FFFF00;stop-opacity:1" />
      <stop offset="51%" style="stop-color:#00FF00;stop-opacity:1" />
      <stop offset="68%" style="stop-color:#0000FF;stop-opacity:1" />
      <stop offset="85%" style="stop-color:#4B0082;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#8F00FF;stop-opacity:1" />
    </linearGradient>
    
    <!-- Cloud pattern -->
    <pattern id="clouds" x="0" y="0" width="100%" height="100%">
      <circle cx="50" cy="50" r="20" fill="white"/>
      <circle cx="80" cy="40" r="15" fill="white"/>
      <circle cx="110" cy="35" r="10" fill="white"/>
    </pattern>
  </defs>

  <!-- Background -->
  <rect width="300" height="300" fill="url(#skyGradient)"/>

  <!-- Clouds -->
  <rect x="0" y="0" width="300" height="300" fill="url(#clouds)" opacity="0.3"/>

  <!-- Monkey body -->
  <path d="M150 200c0-10-10-20-30-30-5-5-10-10-20-10-5 0-10 5-15 5-10 0-20 0-25-10-5-10-5-20 0-30 15-15 30-15 40 10 5 15 5 20 20 30 0 5-5 10-10 15-5 5-10 10-20 10-5 0-10-5-15-5-10 0-20 0-25-10-5-10-5-20 0-30 15-15 30-15 40 10 5 15 5 20 20 30 0 5-5 10-10 15-5 5-10 10-20 10-5 0-10-5-15-5-10 0-20 0-25-10-5-10-5-20 0-30 15-15 30-15 40 10 5 15 5 20 20 30 0 5-5 10-10 15-5 5-10 10-20 10-5 0-10-5-15-5-10 0-20 0-25-10-5-10-5-20 0-30 15-15 30-15 40 10 5 15 5 20 20 30z" fill="#FFB35C"/>

  <!-- Monkey head -->
  <path d="M150 150c0-10-10-20-30-30-5-5-10-10-20-10-5 0-10 5-15 5-10 0-20 0-25-10-5-10-5-20 0-30 15-15 30-15 40 10 5 15 5 20 20 30 0 5-5 10-10 15-5 5-10 10-20 10-5 0-10-5-15-5-10 0-20 0-25-10-5-10-5-20 0-30 15-15 30-15 40 10 5 15 5 20 20 30z" fill="#FFB35C"/>

  <!-- Monkey ears -->
  <path d="M120 140c0-5-5-10-15-15-5-5-10-10-20-10-5 0-10 5-15 5-5 0-10-5-15-5-5 0-10 5-15 5-5 5-5 10-5 15-5 5-10 5-15 5-5 0-10-5-15-5-5 0-10 5-15 5-5 5-5 10-5 15 5 5 10 5 15 5 5 0 10-5 15-5 5 0 10 5 15 5 5 5 5 10 5 15z" fill="#FFB35C"/>
  <path d="M180 140c0-5-5-10-15-15-5-5-10-10-20-10-5 0-10 5-15 5-5 0-10-5-15-5-5 0-10 5-15 5-5 5-5 10-5 15-5 5-10 5-15 5-5 0-10-5-15-5-5 0-10 5-15 5-5 5-5 10-5 15z" fill="#FFB35C"/>

  <!-- Monkey eyes -->
  <circle cx="130" cy="135" r="5" fill="black"/>
  <circle cx="170" cy="135" r="5" fill="black"/>
  <circle cx="130" cy="135" r="3" fill="white"/>
  <circle cx="170" cy="135" r="3" fill="white"/>

  <!-- Parachute -->
  <path d="M150 120c-10-20-30-30-50-30-5 0-10 5-15 5-5 0-10-5-15-5-5 0-10 5-15 5-5 5-5 10-5 15-5 5-10 5-15 5-5 0-10-5-15-5-5 0-10 5-15 5-5 5-5 10-5 15 5 5 10 5 15 5 5 0 10-5 15-5 5 0 10 5 15 5 5 5 5 10 5 15z" fill="url(#rainbow)"/>

  <!-- Parachute strings -->
  <path d="M130 140L140 120" stroke="black" stroke-width="2"/>
  <path d="M170 140L160 120" stroke="black" stroke-width="2"/>

  <!-- Monkey arms -->
  <path d="M130 140L140 120" stroke="#FFB35C" stroke-width="4"/>
  <path d="M170 140L160 120" stroke="#FFB35C" stroke-width="4"/>

  <!-- Monkey legs -->
  <path d="M140 200L140 220" stroke="#FFB35C" stroke-width="4"/>
  <path d="M160 200L160 220" stroke="#FFB35C" stroke-width="4"/>
  <path d="M140 220L145 225" stroke="#FFB35C" stroke-width="2"/>
  <path d="M160 220L155 225" stroke="#FFB35C" stroke-width="2"/>

  <!-- Wind effect -->
  <path d="M150 100c-20-30-50-40-80-40-30 0-50 30-60 60-5 15-5 30 0 45 5 15 15 30 30 45 15 15 30 30 45 45 15 10 25 20 40 20 10 0 20-5 30-10 5-5 10-10 15-15 5-5 10-10 15-15 0-10-5-20-15-25-5-5-10-10-20-10-5 0-10 5-15 5-5 5-5 10-5 15 0 5 5 10 10 15 5 5 10 10 20 10 5 0 10-5 15-5 5-5 10-10 15-15z" fill="none" stroke="#FFB35C" stroke-width="2" opacity="0.5"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek-R1-Distill-Llama-70B Player 2

Judge's Analysis

    Player 2's submission exhibits greater creativity and adherence to the prompt, capturing the essence of a skydiving monkey with a rainbow parachute more effectively.

    The dynamic pose and expressive character design enhance the visual appeal.

    Player 1's submission, while colorful, lacks the energy and detail present in Player 2's work.

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
23
Rectangles

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

Player 1
1
Player 2
2
Circles

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

Player 1
3
Player 2
7
Ellipses

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

Player 1
3
Player 2
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
6
Player 2
14
Groups

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

Player 1
3
Player 2

Visual Effects Metrics

Gradients

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

Player 1
2
Player 2
2
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
7
Player 2
3

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
3
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
34
Player 2
34
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
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