Back

SVG Drawing Match #158

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A flamingo wearing a detective hat, magnifying glass in one wing, in a cityscape background"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background Cityscape -->
  <rect x="0" y="180" width="300" height="120" fill="#00405A"/>
  <rect x="20" y="150" width="40" height="150" fill="#B0C4DE"/>
  <rect x="80" y="120" width="40" height="180" fill="#87CEFA"/>
  <rect x="150" y="100" width="40" height="200" fill="#ADD8E6"/>
  <rect x="220" y="130" width="40" height="170" fill="#87CEFA"/>
  <rect x="270" y="160" width="30" height="140" fill="#ADD8E6"/>
  <!-- Flamingo -->
  <path d="M120 120 Q130 110 140 120 T160 120 Q170 110 180 120 T200 120" fill="#FF6E41"/>
  <path d="M160 110 Q165 100 170 110 T180 110" fill="#FF6E41"/>
  <path d="M150 120 Q160 130 170 120 T190 120" fill="#FF6E41"/>
  <path d="M180 120 Q185 130 190 120 T200 120" fill="#FF6E41"/>
  <circle cx="175" cy="110" r="10" fill="#FF6E41"/>
  <path d="M175 110 L175 130 L190 130 Z" fill="#FF6E41"/>
  <path d="M175 130 Q180 140 185 130 T190 130" fill="#FF6E41"/>
  <path d="M175 120 L175 130 L185 130 Z" fill="#FF6E41"/>
  <!-- Detective Hat -->
  <path d="M160 80 Q165 70 170 80 T180 80" fill="#000"/>
  <path d="M170 80 L170 90 L180 90 Z" fill="#000"/>
  <path d="M170 90 Q175 100 180 90 T190 90" fill="#000"/>
  <rect x="160" y="70" width="40" height="10" rx="5" ry="5" fill="#000"/>
  <!-- Magnifying Glass -->
  <circle cx="220" cy="100" r="20" fill="#808080"/>
  <circle cx="220" cy="100" r="15" fill="#FFF"/>
  <line x1="220" y1="85" x2="220" y2="115" stroke="#000" stroke-width="2"/>
  <!-- Cityscape Details -->
  <rect x="30" y="150" width="20" height="100" fill="#B0C4DE"/>
  <rect x="90" y="120" width="20" height="120" fill="#87CEFA"/>
  <rect x="160" y="100" width="20" height="140" fill="#ADD8E6"/>
  <rect x="230" y="130" width="20" height="110" fill="#87CEFA"/>
  <rect x="280" y="160" width="15" height="100" fill="#ADD8E6"/>
  <!-- Flamingo Details -->
  <circle cx="175" cy="110" r="5" fill="#FF6E41"/>
  <path d="M175 130 Q180 140 185 130 T190 130" stroke="#000" stroke-width="2" fill="none"/>
  <path d="M175 120 L175 130 L185 130 Z" stroke="#000" stroke-width="2" fill="none"/>
  <circle cx="175" cy="125" r="3" fill="#000"/>
  <circle cx="180" cy="125" r="3" fill="#000"/>
  <circle cx="185" cy="125" r="3" fill="#000"/>
  <!-- Magnifying Glass Details -->
  <circle cx="220" cy="100" r="5" fill="#000"/>
  <circle cx="220" cy="100" r="2" fill="#FFF"/>
  <circle cx="220" cy="100" r="15" fill="url(#grad)" />
  <defs>
    <radialGradient id="grad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FFF;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#000;stop-opacity:0"/>
    </radialGradient>
  </defs>
</svg>
SVG by o3-mini low (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background cityscape -->
  <defs>
    <linearGradient id="skyGradient" x1="0" x2="0" y1="0" y2="1">
      <stop offset="0%" stop-color="#001848"/>
      <stop offset="100%" stop-color="#09203f"/>
    </linearGradient>
    <pattern id="windowPattern" patternUnits="userSpaceOnUse" width="4" height="4">
      <rect width="4" height="4" fill="#aaccee"/>
      <path d="M0 0 L4 4 M4 0 L0 4" stroke="#ffffff" stroke-width="0.5"/>
    </pattern>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
  
  <!-- Cityscape silhouette -->
  <g id="cityscape">
    <rect x="0" y="200" width="300" height="100" fill="#0f0f0f"/>
    <!-- Buildings -->
    <rect x="10" y="150" width="30" height="50" fill="#2b2b2b"/>
    <rect x="50" y="130" width="25" height="70" fill="#2b2b2b"/>
    <rect x="80" y="160" width="20" height="40" fill="#2b2b2b"/>
    <rect x="110" y="120" width="35" height="80" fill="#2b2b2b"/>
    <rect x="150" y="140" width="30" height="60" fill="#2b2b2b"/>
    <rect x="190" y="110" width="40" height="90" fill="#2b2b2b"/>
    <rect x="240" y="150" width="20" height="50" fill="#2b2b2b"/>
    <!-- Windows -->
    <g fill="url(#windowPattern)">
      <rect x="12" y="155" width="6" height="6"/>
      <rect x="18" y="155" width="6" height="6"/>
      <rect x="12" y="163" width="6" height="6"/>
      
      <rect x="52" y="135" width="5" height="5"/>
      <rect x="58" y="135" width="5" height="5"/>
      <rect x="52" y="141" width="5" height="5"/>
      
      <rect x="112" y="125" width="6" height="6"/>
      <rect x="120" y="125" width="6" height="6"/>
      <rect x="112" y="133" width="6" height="6"/>
      
      <rect x="152" y="145" width="5" height="5"/>
      <rect x="158" y="145" width="5" height="5"/>
      
      <rect x="192" y="115" width="6" height="6"/>
      <rect x="200" y="115" width="6" height="6"/>
      <rect x="192" y="123" width="6" height="6"/>
      
      <rect x="242" y="155" width="5" height="5"/>
      <rect x="248" y="155" width="5" height="5"/>
    </g>
  </g>
  
  <!-- Flamingo detective -->
  <g id="flamingo" transform="translate(100, 50)">
    <!-- Flamingo body & legs -->
    <defs>
      <radialGradient id="bodyGradient" cx="50%" cy="50%" r="50%">
        <stop offset="0%" stop-color="#ff99cc" />
        <stop offset="100%" stop-color="#ff66aa" />
      </radialGradient>
    </defs>
    <ellipse cx="50" cy="80" rx="20" ry="30" fill="url(#bodyGradient)" />
    <path d="M50,110 l0,50 l5,5 l-5,5 l-5,-5 l0,-50" fill="url(#bodyGradient)" />
    
    <!-- Flamingo neck and head -->
    <path d="M50,70 Q40,50 55,40" fill="none" stroke="#ff66aa" stroke-width="4" stroke-linecap="round"/>
    <circle cx="55" cy="35" r="6" fill="#ff99cc" stroke="#ff66aa" stroke-width="2" />
    
    <!-- Detective hat -->
    <g id="hat">
      <ellipse cx="55" cy="25" rx="10" ry="3" fill="#333" />
      <path d="M45,25 l20,0 l-2,-10 l-16,0z" fill="#333" />
      <path d="M45,25 l20,0 l-2,-5 l-16,0z" fill="#555" opacity="0.7" />
    </g>
    
    <!-- Magnifying glass in wing -->
    <g id="magnify" transform="translate(35,80) rotate(-20)">
      <circle cx="0" cy="0" r="7" fill="none" stroke="#666" stroke-width="2"/>
      <line x1="5" y1="5" x2="12" y2="12" stroke="#666" stroke-width="2" stroke-linecap="round"/>
    </g>
    
    <!-- Flamingo wing outline -->
    <path d="M50,80 C40,90 45,100 60,95" fill="none" stroke="#ff66aa" stroke-width="3" stroke-linecap="round"/>
  </g>
  
  <!-- Foreground light effect for artistic flair -->
  <circle cx="150" cy="60" r="80" fill="none" stroke="url(#skyGradient)" stroke-width="10" opacity="0.2"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini low (2025-01-31) Player 2

Judge's Analysis

    Player 2's image more effectively captures the prompt with a clear depiction of a flamingo wearing a detective hat and holding a magnifying glass, set against a recognizable cityscape.

    The composition is balanced, and the elements are distinct, enhancing visual appeal.

    In contrast, Player 1's submission is abstract and does not clearly convey the flamingo or cityscape elements, thereby lacking adherence 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
35
Player 2
38
Rectangles

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

Player 1
12
Player 2
26
Circles

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

Player 1
10
Player 2
3
Ellipses

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

Player 1
Player 2
2
Lines

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

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

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

Player 1
Player 2
5

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
3
Player 2
7

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
8
Player 2
11

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
Player 2
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
42
Player 2
24
Max Group Nesting

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

Player 1
Player 2
1
Defs Elements

The number of elements defined within the defs element in the SVG.

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