Back

SVG Drawing Match #261

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe with butterfly wings grazing on a floating island"

SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Sky background with gradient -->
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  
  <!-- Floating island -->
  <path d="M100,150 Q150,100 200,150 Q220,180 170,220 Q150,200 100,220 Q80,180 100,150Z" 
        fill="url(#grassPattern)" transform="translate(0,0)"/>
  
  <!-- Giraffe body -->
  <ellipse cx="150" cy="180" rx="40" ry="60" fill="#FFD700" stroke="#8B4513" stroke-width="2"/>
  <!-- Giraffe spots -->
  <ellipse cx="140" cy="160" rx="5" ry="5" fill="#8B4513"/>
  <ellipse cx="160" cy="160" rx="5" ry="5" fill="#8B4513"/>
  <ellipse cx="140" cy="180" rx="5" ry="5" fill="#8B4513"/>
  <ellipse cx="160" cy="180" rx="5" ry="5" fill="#8B4513"/>
  
  <!-- Butterfly wings -->
  <path d="M150,180 L160,140 Q170,120 180,120 L180,160 Q190,180 180,200 L180,160 Q170,180 160,180" 
        fill="url(#wingGradient)" stroke="#000" stroke-width="1"/>
  <path d="M150,180 L140,140 Q130,120 120,120 L120,160 Q110,180 120,200 L120,160 Q130,180 140,180" 
        fill="url(#wingGradient)" stroke="#000" stroke-width="1"/>
  
  <!-- Giraffe neck and head -->
  <path d="M150,180 L150,130" stroke="#8B4513" stroke-width="4"/>
  <ellipse cx="150" cy="120" rx="15" ry="20" fill="#FFD700" stroke="#8B4513" stroke-width="2"/>
  <!-- Eyes and horns -->
  <circle cx="135" cy="115" r="3" fill="#000"/>
  <circle cx="165" cy="115" r="3" fill="#000"/>
  <path d="M140,110 L145,105 L150,110" fill="#8B4513"/>
  <path d="M160,110 L165,105 L170,110" fill="#8B4513"/>
  
  <!-- Legs -->
  <path d="M150,220 L140,240" stroke="#8B4513" stroke-width="4"/>
  <path d="M150,220 L160,240" stroke="#8B4513" stroke-width="4"/>
  
  <!-- Tail -->
  <path d="M150,220 Q155,230 150,240" stroke="#FFD700" stroke-width="4"/>
  
  <!-- Clouds and atmosphere -->
  <circle cx="50" cy="50" r="20" fill="white" opacity="0.8"/>
  <circle cx="200" cy="50" r="30" fill="white" opacity="0.8"/>
  <circle cx="150" cy="80" r="25" fill="white" opacity="0.8"/>
  
  <!-- Definitions for gradients and patterns -->
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#E0F6FF;stop-opacity:1" />
    </linearGradient>
    
    <linearGradient id="wingGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FFB8FF;stop-opacity:1" />
    </linearGradient>
    
    <pattern id="grassPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="10" height="10" fill="#90EE90"/>
      <path d="M0,0 L10,10" stroke="#2E8B57" stroke-width="2"/>
    </pattern>
  </defs>
</svg>
SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#87CEEB" />
      <stop offset="100%" stop-color="#FFD700" />
    </linearGradient>
    <linearGradient id="islandGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#8B4513" />
      <stop offset="100%" stop-color="#654321" />
    </linearGradient>
    <pattern id="grassPattern" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect width="10" height="10" fill="#228B22" />
      <path d="M5 0L6 2L8 3L6 5L5 7L3 5L1 3L3 2Z" fill="#32CD32" />
    </pattern>
    <radialGradient id="butterflyGradient" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#FFD700" />
      <stop offset="100%" stop-color="#FF4500" />
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <ellipse cx="150" cy="200" rx="80" ry="40" fill="url(#islandGradient)" />
  <rect x="70" y="160" width="160" height="40" fill="url(#grassPattern)" />
  <path d="M140 160C140 160, 160 140, 180 160C180 160, 160 180, 140 160Z" fill="#D2B48C" />
  <path d="M140 160C140 160, 120 140, 100 160C100 160, 120 180, 140 160Z" fill="#D2B48C" />
  <path d="M150 130C150 130, 120 100, 150 70C150 70, 180 100, 150 130Z" fill="#8B4513" />
  <path d="M150 70C150 70, 160 60, 170 70C170 70, 160 80, 150 70Z" fill="#FFD700" />
  <path d="M150 70C150 70, 140 60, 130 70C130 70, 140 80, 150 70Z" fill="#FFD700" />
  <path d="M150 130C150 130, 160 140, 170 130C170 130, 160 120, 150 130Z" fill="#FFD700" />
  <path d="M150 130C150 130, 140 140, 130 130C130 130, 140 120, 150 130Z" fill="#FFD700" />
  <path d="M150 100C150 100, 160 110, 170 100C170 100, 160 90, 150 100Z" fill="#FFD700" />
  <path d="M150 100C150 100, 140 110, 130 100C130 100, 140 90, 150 100Z" fill="#FFD700" />
  <circle cx="150" cy="90" r="10" fill="#000000" />
  <circle cx="147" cy="88" r="2" fill="#FFFFFF" />
  <path d="M150 90C150 90, 140 80, 130 90C130 90, 140 100, 150 90Z" fill="#FFD700" />
  <path d="M150 90C150 90, 160 80, 170 90C170 90, 160 100, 150 90Z" fill="#FFD700" />
  <path d="M150 100C150 100, 140 110, 130 100C130 100, 140 90, 150 100Z" fill="#FFD700" />
  <path d="M150 100C150 100, 160 110, 170 100C170 100, 160 90, 150 100Z" fill="#FFD700" />
  <path d="M150 110C150 110, 140 120, 130 110C130 110, 140 100, 150 110Z" fill="#FFD700" />
  <path d="M150 110C150 110, 160 120, 170 110C170 110, 160 100, 150 110Z" fill="#FFD700" />
  <path d="M150 120C150 120, 140 130, 130 120C130 120, 140 110, 150 120Z" fill="#FFD700" />
  <path d="M150 120C150 120, 160 130, 170 120C170 120, 160 110, 150 120Z" fill="#FFD700" />
  <path d="M150 130C150 130, 140 140, 130 130C130 130, 140 120, 150 130Z" fill="#FFD700" />
  <path d="M150 130C150 130, 160 140, 170 130C170 130, 160 120, 150 130Z" fill="#FFD700" />
  <path d="M150 140C150 140, 140 150, 130 140C130 140, 140 130, 150 140Z" fill="#FFD700" />
  <path d="M150 140C150 140, 160 150, 170 140C170 140, 160 130, 150 140Z" fill="#FFD700" />
  <path d="M150 150C150 150, 140 160, 130 150C130 150, 140 140, 150 150Z" fill="#FFD700" />
  <path d="M150 150C150 150, 160 160, 170 150C170 150, 160 140, 150 150Z" fill="#FFD700" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek-R1-Distill-Llama-70B Player 1

Judge's Analysis

    Player 1's submission more effectively captures the whimsical nature of the prompt, with a clear depiction of a giraffe with butterfly wings.

    The image is visually appealing with a harmonious color scheme and creative design.

    In contrast, Player 2's submission lacks clarity and adherence to the theme, making it difficult to recognize the elements specified in 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
23
Player 2
30
Rectangles

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

Player 1
2
Player 2
3
Circles

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

Player 1
5
Player 2
2
Ellipses

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

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

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

Player 1
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
9
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2
10

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
1
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
36
Player 2
101
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
3
Player 2
4
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