Back

SVG Drawing Match #319

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe wearing a tuxedo, sipping tea atop a floating lily pad in the night sky"

SVG by Llama 3.1 405B Instruct
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#212121" rx="10" />
  <linearGradient id="nightSky" x1="0%" y1="0%" x2="100%" y2="100%">
    <stop offset="0" stop-color="#2E4053" />
    <stop offset="1" stop-color="#3093C3" />
  </linearGradient>
  <rect x="0" y="0" width="300" height="300" fill="url(#nightSky)" rx="10" opacity="0.4" />

  <!-- Moon -->
  <circle cx="250" cy="50" r="40" fill="#fff" />
  <circle cx="250" cy="50" r="20" fill="#ccc" />
  <circle cx="250" cy="50" r="30" stroke="#ccc" stroke-width="5" fill="none" />

  <!-- Lily Pad -->
  <linearGradient id="lilyPad" x1="0%" y1="0%" x2="100%" y2="100%">
    <stop offset="0" stop-color="#8BC34A" />
    <stop offset="1" stop-color="#3E8E41" />
  </linearGradient>
  <ellipse cx="150" cy="220" rx="60" ry="20" fill="url(#lilyPad)" stroke="#4CAF50" stroke-width="5" />
  <ellipse cx="150" cy="220" rx="30" ry="10" fill="#4CAF50" opacity="0.5" />
  <path d="M 130,220 Q 145,240 160,220" stroke="#4CAF50" stroke-width="10" fill="none" />
  <path d="M 140,200 Q 150,220 160,200" stroke="#4CAF50" stroke-width="10" fill="none" />
  <path d="M 170,200 Q 180,220 190,200" stroke="#4CAF50" stroke-width="10" fill="none" />

  <!-- Giraffe -->
  <g transform="translate(120,180)">
    <linearGradient id="giraffe" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0" stop-color="#8B9467" />
      <stop offset="1" stop-color="#D2B48C" />
    </linearGradient>
    <rect x="0" y="0" width="40" height="100" fill="url(#giraffe)" rx="5" />
    <circle cx="20" cy="120" r="20" fill="#8B9467" />
    <path d="M 20,140 Q 25,155 30,140" stroke="#8B9467" stroke-width="5" fill="none" />
    <path d="M 10,110 Q 15,125 20,110" stroke="#8B9467" stroke-width="5" fill="none" />
    <circle cx="20" cy="90" r="10" fill="#fff" />
  </g>

  <!-- Tuxedo -->
  <g transform="translate(120,180)">
    <rect x="10" y="50" width="20" height="20" fill="#000" rx="2" />
    <rect x="10" y="70" width="20" height="20" fill="#fff" rx="2" />
    <rect x="10" y="90" width="20" height="20" fill="#000" rx="2" />
    <path d="M 15,110 Q 20,115 25,110" stroke="#000" stroke-width="5" fill="none" />
  </g>

  <!-- Tea Cup -->
  <g transform="translate(190,220)">
    <linearGradient id="teaCup" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0" stop-color="#FFD7BE" />
      <stop offset="1" stop-color="#FFF" />
    </linearGradient>
    <circle cx="0" cy="0" r="15" fill="url(#teaCup)" />
    <circle cx="0" cy="0" r="10" fill="#FFC107" />
    <path d="M -10,-10 Q 0,-10 10,-10" stroke="#FFC107" stroke-width="5" fill="none" />
  </g>

  <!-- Tea Steam -->
  <g transform="translate(190,220)">
    <path d="M 0,0 Q 5,10 10,20" stroke="#eee" stroke-width="3" fill="none" opacity="0.5" />
    <path d="M 0,0 Q 5,15 10,30" stroke="#eee" stroke-width="3" fill="none" opacity="0.5" />
    <path d="M 0,0 Q 5,20 10,40" stroke="#eee" stroke-width="3" fill="none" opacity="0.5" />
  </g>
</svg>
SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#1a237e;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#0d47a1;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="lilyPadGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#76ff03;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#c5e1a5;stop-opacity:1" />
    </radialGradient>
    <linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#ffcc80;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ffab91;stop-opacity:1" />
    </linearGradient>
    <pattern id="coffeePattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="2" fill="brown" />
    </pattern>
  </defs>
  
  <rect width="300" height="300" fill="url(#skyGradient)" />
  
  <ellipse cx="150" cy="250" rx="70" ry="15" fill="url(#lilyPadGradient)" />
  
  <g transform="translate(120,100)">
    <path d="M30 0 Q20 -40 0 -40 Q-20 -40 -30 0 Q-10 10 0 20 Q10 10 30 0" fill="url(#giraffeGradient)" />
    <circle cx="0" cy="-40" r="15" fill="none" stroke="#5d4037" stroke-width="1.5" />
    <circle cx="0" cy="-40" r="12" fill="#ffcc80" />
    
    <path d="M-2 -48 Q0 -52 2 -48 Q0 -47 -2 -48" fill="black" />
    <path d="M-8 -48 Q-3 -55 -1 -48" fill="black" />
    <path d="M2 -48 Q3 -55 8 -48" fill="black" />
  
    <path d="M-15 -30 Q-5 -25 0 -30 Q5 -25 15 -30 Q20 -15 0 -5 Q-20 -15 -15 -30" fill="black" />
    
    <path d="M35 -20 L50 -20 L50 -15 L35 -15 Z" fill="black" />
    <rect x="45" y="-25" width="10" height="5" fill="white" />
  </g>

  <path d="M100 40 Q90 20 70 30 Q55 40 60 60 Q75 65 85 55 Q95 45 100 40" fill="url(#lilyPadGradient)" />
  <path d="M20 80 Q10 60 0 80 Q10 90 20 80" fill="url(#lilyPadGradient)" />

  <g>
    <text x="10" y="20" font-family="Arial" font-size="15" fill="white">
      A Giraffe's Evening
    </text>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Llama 3.1 405B Instruct Player 1

Judge's Analysis

    Player 1's submission captures the prompt effectively with a clear depiction of the giraffe in a tuxedo sipping tea atop a lily pad, set against a night sky.

    The composition is more complete and visually engaging, with a distinct moon and a balanced layout.

    Player 2's image, while creative, lacks clarity in the depiction of the giraffe and the setting, making it less visually appealing and coherent.

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
25
Player 2
14
Rectangles

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

Player 1
6
Player 2
2
Circles

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

Player 1
7
Player 2
3
Ellipses

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

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

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

Player 1
4
Player 2
2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
12
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
14
Player 2
5

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

Complexity Metrics

Path Commands

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

Player 1
20
Player 2
30
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
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
1

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