Back

SVG Drawing Match #1779

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Giraffe with a peacock's tail walking on a rainbow bridge"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
    <defs>
        <linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="100%">
            <stop offset="0%" style="stop-color:red;stop-opacity:1" />
            <stop offset="16%" style="stop-color:orange;stop-opacity:1" />
            <stop offset="33%" style="stop-color:yellow;stop-opacity:1" />
            <stop offset="50%" style="stop-color:green;stop-opacity:1" />
            <stop offset="66%" style="stop-color:blue;stop-opacity:1" />
            <stop offset="83%" style="stop-color:indigo;stop-opacity:1" />
            <stop offset="100%" style="stop-color:violet;stop-opacity:1" />
        </linearGradient>
        <linearGradient id="peacockGrad" x1="0%" y1="0%" x2="100%" y2="100%">
            <stop offset="0%" style="stop-color:#00BFFF;stop-opacity:1" />
            <stop offset="50%" style="stop-color:#FFD700;stop-opacity:1" />
            <stop offset="100%" style="stop-color:#FF6347;stop-opacity:1" />
        </linearGradient>
    </defs>
    <g>
        <path d="M50 250 Q150 200, 250 250 Q300 275, 300 250 L300 300 L0 300 L0 250 Q10 275, 50 250Z" fill="url(#rainbow)" />
        <g transform="translate(130, 100)">
            <path d="M0 0 Q15 -80, 30 -80 Q45 -80, 60 0 Q45 15, 20 15 Q-5 15, 0 0Z" fill="#DAA520" />
            <path d="M0 0 Q15 40, 30 40 Q45 40, 60 0 Q45 -15, 20 -15 Q-5 -15, 0 0Z" fill="#8B4513" />
            <circle cx="15" cy="-50" r="12" fill="#F4A460" />
            <path d="M-15 0 L-25 30 L-8 20 Z" fill="#FFD700" />
            <path d="M30 10 L50 40 L10 30 Z" fill="url(#peacockGrad)" />
            <path d="M45 0 L65 30 L25 20 Z" fill="url(#peacockGrad)" />
            <path d="M-60 10 Q-50 30, -30 30 Q-10 30, 0 10 Z" fill="rgba(255, 192, 203, 0.5)" />
        </g>
        <g transform="translate(80, 50)">
            <path d="M60 40 A60 20 0 0 1 240 40 A60 20 0 0 1 0 40 Z" fill="url(#rainbow)" />
        </g>
    </g>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Sky background with gradient -->
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="300" y2="300" gradientUnits="userSpaceOnUse">
      <stop offset="0" style="stop-color:#87CEEB;stop-opacity:1" />
      <stop offset="1" style="stop-color:#4682B4;stop-opacity:1" />
    </linearGradient>
    
    <!-- Rainbow gradient for the bridge -->
    <linearGradient id="rainbow" x1="0" y1="0" x2="300" y2="0" gradientUnits="userSpaceOnUse">
      <stop offset="0" style="stop-color:#FF0000" />
      <stop offset="0.1667" style="stop-color:#FF7F00" />
      <stop offset="0.3333" style="stop-color:#FFFF00" />
      <stop offset="0.5" style="stop-color:#00FF00" />
      <stop offset="0.6667" style="stop-color:#0000FF" />
      <stop offset="0.8333" style="stop-color:#4B0082" />
      <stop offset="1" style="stop-color:#EE82EE" />
    </linearGradient>
    
    <!-- Giraffe fur texture -->
    <pattern id="giraffeFur" x="0" y="0" width="12" height="12" patternUnits="userSpaceOnUse">
      <circle cx="6" cy="6" r="2" fill="#8B4513" />
    </pattern>
  </defs>

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

  <!-- Rainbow bridge -->
  <path d="M50,200 C100,180 200,180 250,200 L250,220 L50,220 L50,200 Z" fill="url(#rainbow)" stroke="#FFFFFF" stroke-width="2" opacity="0.8"/>

  <!-- Giraffe body -->
  <path d="M150,180 L170,160 Q190,150 210,160 L230,180 L210,200 Q190,210 170,200 L150,180 Z" fill="#8B4513" opacity="0.8">
    <animateTransform attributeName="transform" type="translate" from="0 0" to="30 0" dur="2s" repeatCount="indefinite" />
  </path>

  <!-- Giraffe neck and head -->
  <path d="M190,160 Q220,140 230,130 L240,140 L220,160 L190,160 Z" fill="#A0522D">
    <animateTransform attributeName="transform" type="translate" from="0 0" to="-30 0" dur="2s" repeatCount="indefinite" />
  </path>

  <!-- Peacock tail feathers -->
  <g transform="translate(220,160)">
    <path d="M0,0 L30,20 Q40,0 30,-20 L0,-40 Q-40,0 -30,-20 L-30,0 Z" fill="url(#rainbow)" opacity="0.7" transform="rotate(45 0 0)" />
    <path d="M0,0 L30,20 Q40,0 30,-20 L0,-40 Q-40,0 -30,-20 L-30,0 Z" fill="url(#rainbow)" opacity="0.7" transform="rotate(90 0 0)" />
    <path d="M0,0 L30,20 Q40,0 30,-20 L0,-40 Q-40,0 -30,-20 L-30,0 Z" fill="url(#rainbow)" opacity="0.7" transform="rotate(135 0 0)" />
  </g>

  <!-- Legs and hooves -->
  <path d="M180,200 L185,220 L175,220 Z" fill="#8B4513" opacity="0.8" />
  <path d="M220,200 L225,220 L215,220 Z" fill="#8B4513" opacity="0.8" />

  <!-- Eyes and horns -->
  <circle cx="235" cy="135" r="3" fill="#000000" />
  <circle cx="225" cy="135" r="3" fill="#000000" />
  <path d="M240,130 L245,125 L235,125 Z" fill="#8B4513" />
  <path d="M230,130 L225,125 L235,125 Z" fill="#8B4513" />

  <!-- Sparkle effect -->
  <circle cx="220" cy="160" r="5" fill="white" opacity="0.6">
    <animate attributeName="opacity" from="0.6" to="0" dur="1s" repeatCount="indefinite" />
  </circle>
</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 image more effectively embodies the prompt with a cohesive depiction of a giraffe and a peacock's tail on a rainbow bridge.

    The image maintains clarity and creativity, with a distinct figure and colorful elements, enhancing visual appeal and technical quality.

    Player 1's submission, while colorful, lacks clarity in representing the giraffe and peacock tail, making it less effective in adhering to the prompt.

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
9
Player 2
15
Rectangles

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

Player 1
Player 2
1
Circles

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

Player 1
1
Player 2
4
Ellipses

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

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

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

Player 1
3
Player 2
1

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
5
Player 2
4

Interactivity Metrics

Animations

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

Player 1
Player 2
3
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
2
Player 2
4

Complexity Metrics

Path Commands

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

Player 1
40
Player 2
57
Max Group Nesting

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

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