Back

SVG Drawing Match #2191

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Clock tower erupting with a cascade of vibrant flamingos"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
    <defs>
        <linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
            <stop offset="0%" style="stop-color:#ff7e5f;stop-opacity:1" />
            <stop offset="100%" style="stop-color:#feb47b;stop-opacity:1" />
        </linearGradient>
        <linearGradient id="flamingoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
            <stop offset="0%" style="stop-color:#ff6f61;stop-opacity:1" />
            <stop offset="100%" style="stop-color:#de5b8b;stop-opacity:1" />
        </linearGradient>
    </defs>
    <rect width="300" height="300" fill="url(#bgGradient)" />
    <g transform="translate(120, 90)">
        <rect x="-20" y="-30" width="40" height="80" fill="#905c25" />
        <polygon points="-30,50 0,80 30,50" fill="#b8860b" />
        <circle cx="0" cy="-15" r="15" fill="white" />
        <circle cx="0" cy="-15" r="12" fill="black" />
        <line x1="0" y1="-15" x2="0" y2="-30" stroke="black" stroke-width="2" />
        <line x1="0" y1="-15" x2="10" y2="-25" stroke="black" stroke-width="2" />
    </g>
    <g transform="translate(150, 40)">
        <path d="M-10,0 Q-15,20 -5,25 Q0,30 5,25 Q15,20 10,0 Q5,-10 -5,-5 Q-10,-10 -10,0" fill="url(#flamingoGradient)" />
        <path d="M0,0 Q-3,1 -1,3 Q0,2 1,3 Q3,1 0,0" fill="url(#flamingoGradient)" />
    </g>
    <g transform="translate(180, 80)">
        <path d="M-10,0 Q-15,20 -5,25 Q0,30 5,25 Q15,20 10,0 Q5,-10 -5,-5 Q-10,-10 -10,0" fill="url(#flamingoGradient)" />
        <path d="M0,0 Q-3,1 -1,3 Q0,2 1,3 Q3,1 0,0" fill="url(#flamingoGradient)" />
    </g>
    <g transform="translate(100, 120)">
        <path d="M-10,0 Q-15,20 -5,25 Q0,30 5,25 Q15,20 10,0 Q5,-10 -5,-5 Q-10,-10 -10,0" fill="url(#flamingoGradient)" />
        <path d="M0,0 Q-3,1 -1,3 Q0,2 1,3 Q3,1 0,0" fill="url(#flamingoGradient)" />
    </g>
    <g transform="translate(30, 160)">
        <path d="M-10,0 Q-15,20 -5,25 Q0,30 5,25 Q15,20 10,0 Q5,-10 -5,-5 Q-10,-10 -10,0" fill="url(#flamingoGradient)" />
        <path d="M0,0 Q-3,1 -1,3 Q0,2 1,3 Q3,1 0,0" fill="url(#flamingoGradient)" />
    </g>
    <g transform="translate(220, 180)">
        <path d="M-10,0 Q-15,20 -5,25 Q0,30 5,25 Q15,20 10,0 Q5,-10 -5,-5 Q-10,-10 -10,0" fill="url(#flamingoGradient)" />
        <path d="M0,0 Q-3,1 -1,3 Q0,2 1,3 Q3,1 0,0" fill="url(#flamingoGradient)" />
    </g>
</svg>
SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Clock Tower -->
  <rect x="115" y="50" width="70" height="180" fill="#c0c0c0" />
  <rect x="130" y="40" width="40" height="20" fill="#8c8c8c" />
  <rect x="140" y="20" width="20" height="20" fill="#8c8c8c" />
  
  <!-- Clock Face -->
  <circle cx="150" cy="150" r="50" fill="#f0f0f0" />
  <circle cx="150" cy="150" r="3" fill="#000" />
  <line x1="150" y1="150" x2="200" y2="150" stroke="#000" stroke-width="2" />
  <line x1="150" y1="150" x2="150" y2="100" stroke="#000" stroke-width="2" />
  
  <!-- Flamingos -->
  <path d="M100 220 Q120 180 140 220 Q160 180 180 220 Q200 180 220 220 Q190 190 160 220 Q130 190 100 220" fill="#ff69b4" />
  <path d="M120 230 Q130 190 140 230 Q150 190 160 230 Q170 190 180 230 Q170 200 160 230 Q150 200 140 230 Q130 200 120 230" fill="#ff69b4" />
  <path d="M140 240 Q150 200 160 240 Q170 200 180 240 Q170 210 160 240 Q150 210 140 240" fill="#ff69b4" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-3.5 turbo (0125) Player 2

Judge's Analysis

    Player 2's submission more effectively represents the prompt by clearly depicting a clock tower with a cascade of vibrant flamingos emerging from it.

    The composition is more structured and visually appealing, with a stronger representation of the theme.

    Player 1's image lacks clarity in both the depiction of the clock tower and the flamingos, making it less effective in conveying the idea.

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
17
Player 2
10
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
2
Player 2
2
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
2
Player 2
2
Polygons

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

Player 1
1
Player 2
Paths

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

Player 1
10
Player 2
3
Groups

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

Player 1
6
Player 2

Visual Effects Metrics

Gradients

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

Player 1
2
Player 2
Patterns

The number of pattern definitions (pattern) in the SVG.

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

The number of elements with stroke attributes in the SVG.

Player 1
2
Player 2
2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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