Back

SVG Drawing Match #178

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A flamingo in a bowtie, balancing on a tightrope above a city skyline at twilight"

SVG by Llama 3.1 405B Instruct
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="twilight" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0" stop-color="#FFC67D" stop-opacity="0.8" />
      <stop offset="1" stop-color="#722F37" stop-opacity="0.8" />
    </linearGradient>
    <radialGradient id="flamingo" cx="0.5" cy="0.5" r="0.5" fx="0.5" fy="0.5">
      <stop offset="0" stop-color="#FF69B4" stop-opacity="0.8" />
      <stop offset="1" stop-color="#FFC0CB" stop-opacity="0.8" />
    </radialGradient>
    <pattern id="city" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="10" height="10" fill="#4F4F4F" />
      <rect x="2" y="2" width="2" height="2" fill="#4F4F4F" opacity="0.5" />
      <rect x="6" y="6" width="2" height="2" fill="#4F4F4F" opacity="0.5" />
    </pattern>
  </defs>
  <rect x="0" y="150" width="300" height="150" fill="url(#twilight)" />
  <rect x="0" y="270" width="300" height="30" fill="url(#city)" />
  <g transform="translate(150, 120)">
    <path d="M0 -30L0 30L30 0Z" stroke="#000" stroke-width="2" fill="none" />
    <g transform="translate(0, -15)">
      <ellipse cx="0" cy="0" rx="15" ry="10" fill="url(#flamingo)" />
      <path d="M-15 0L15 0" stroke="#000" stroke-width="2" fill="none" />
      <path d="M0 5L0 -5" stroke="#000" stroke-width="2" fill="none" />
      <path d="M-15 5C-15 -5, 15 -5, 15 5" stroke="#000" stroke-width="2" fill="none" />
    </g>
    <g transform="translate(0, -45)">
      <path d="M0 0L-20 -20L20 -20Z" stroke="#000" stroke-width="2" fill="none" />
      <path d="M-10 -25C-10 -20, 10 -20, 10 -25" stroke="#000" stroke-width="2" fill="none" />
    </g>
  </g>
  <path d="M125 180L175 180" stroke="#000" stroke-width="2" fill="none" />
  <path d="M150 180L150 200" stroke="#000" stroke-width="2" fill="none" />
  <g transform="translate(150, 200)">
    <path d="M-10 0L10 0" stroke="#000" stroke-width="2" fill="none" />
    <path d="M0 5L0 -5" stroke="#000" stroke-width="2" fill="none" />
  </g>
</svg>
SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#1a1b4b"/>
      <stop offset="50%" style="stop-color:#4b2b5c"/>
      <stop offset="100%" style="stop-color:#ff7e5f"/>
    </linearGradient>
    <pattern id="stars" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="0.5" fill="white" opacity="0.6"/>
    </pattern>
  </defs>
  
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
  <rect x="0" y="0" width="300" height="300" fill="url(#stars)"/>
  
  <!-- City Skyline -->
  <path d="M0,220 L30,220 L30,180 L45,180 L45,200 L60,200 L60,170 L75,170 L75,190 L90,190 L90,160 L105,160 L105,200 L120,200 L120,150 L135,150 L135,180 L150,180 L150,140 L165,140 L165,190 L180,190 L180,160 L195,160 L195,200 L210,200 L210,170 L225,170 L225,190 L240,190 L240,160 L255,160 L255,200 L270,200 L270,180 L285,180 L285,220 L300,220 L300,300 L0,300 Z" fill="#1a1b3a"/>
  
  <!-- Windows -->
  <g fill="#ffeb3b" opacity="0.6">
    <rect x="35" y="185" width="5" height="5"/>
    <rect x="65" y="175" width="5" height="5"/>
    <rect x="95" y="165" width="5" height="5"/>
    <rect x="125" y="155" width="5" height="5"/>
    <rect x="155" y="145" width="5" height="5"/>
    <rect x="185" y="165" width="5" height="5"/>
    <rect x="215" y="175" width="5" height="5"/>
    <rect x="245" y="165" width="5" height="5"/>
    <rect x="275" y="185" width="5" height="5"/>
  </g>
  
  <!-- Tightrope -->
  <line x1="0" y1="150" x2="300" y2="150" stroke="#888" stroke-width="2"/>
  
  <!-- Flamingo -->
  <g transform="translate(150,150)">
    <!-- Body -->
    <path d="M0,0 C10,-10 20,-10 25,-5 C30,0 30,10 25,15 C20,20 10,20 0,15 C-10,10 -10,0 0,0" fill="#ff69b4"/>
    <!-- Neck -->
    <path d="M0,0 C-10,-20 -15,-40 -10,-50 C-5,-60 5,-60 10,-50" fill="none" stroke="#ff69b4" stroke-width="8"/>
    <!-- Head -->
    <circle cx="10" cy="-50" r="8" fill="#ff69b4"/>
    <!-- Beak -->
    <path d="M15,-53 L30,-48 L15,-47" fill="#000"/>
    <!-- Legs -->
    <line x1="0" y1="15" x2="0" y2="35" stroke="#ff69b4" stroke-width="3"/>
    <!-- Bowtie -->
    <path d="M0,-5 L-10,-10 L-10,0 L0,5 L10,0 L10,-10 Z" fill="#aa00ff"/>
  </g>
  
  <!-- Moon -->
  <circle cx="250" cy="50" r="20" fill="#fff" opacity="0.8"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.5 Sonnet (2024-10-22) Player 2

Judge's Analysis

    Player 2's image showcases a flamingo gracefully balancing on a tightrope above a clearly defined city skyline with a twilight sky, adhering closely to the prompt.

    The use of color and detail enhances the visual appeal and creativity, making it more engaging than Player 1's minimalist and less detailed representation.

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

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

Player 1
5
Player 2
11
Circles

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

Player 1
Player 2
3
Ellipses

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

Player 1
1
Player 2
Lines

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

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

The number of elements with stroke attributes in the SVG.

Player 1
10
Player 2
3

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2
8

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
24
Player 2
59
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
3
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