Back

SVG Drawing Match #1590

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Eiffel Tower wearing a top hat, juggling baguettes over baguette-shaped clouds"

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:#87CEEB; stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#B0E0E6; stop-opacity:1"/>
    </linearGradient>
    <linearGradient id="towerGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#D3D3D3; stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#A9A9A9; stop-opacity:1"/>
    </linearGradient>
    <radialGradient id="hatGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#000000; stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#808080; stop-opacity:1"/>
    </radialGradient>
  </defs>

  <rect width="100%" height="100%" fill="url(#bgGradient)"/>

  <g transform="translate(150, 150)">
    <polygon points="0,-100 10,-50 -10,-50" fill="url(#towerGradient)" stroke="#555" stroke-width="2" />
    <polygon points="0,-120 5,-90 -5,-90" fill="url(#towerGradient)" stroke="#555" stroke-width="2" />
    <polygon points="0,-140 15,-100 -15,-100" fill="url(#towerGradient)" stroke="#555" stroke-width="2" />
    <polygon points="0,-160 20,-130 -20,-130" fill="url(#towerGradient)" stroke="#555" stroke-width="2" />
    <polygon points="0,-180 25,-150 -25,-150" fill="url(#towerGradient)" stroke="#555" stroke-width="2" />

    <rect x="-10" y="-200" width="20" height="10" fill="url(#hatGradient)" />
    <rect x="-20" y="-210" width="40" height="20" fill="url(#hatGradient)" />
    
    <g id="baguette" transform="translate(-50, -30)">
      <rect width="10" height="40" fill="#ffcc66" transform="rotate(10)"/>
      <ellipse cx="5" cy="0" rx="5" ry="2" fill="#e5b555"/>
    </g>

    <g id="cloud" transform="translate(-50, 50)">
      <ellipse cx="15" cy="0" rx="30" ry="10" fill="#fff" opacity="0.8" />
      <ellipse cx="0" cy="0" rx="25" ry="8" fill="#fff" opacity="0.8" />
      <ellipse cx="-15" cy="0" rx="30" ry="10" fill="#fff" opacity="0.8" />
    </g>

    <use href="#baguette" transform="translate(-20,-50) rotate(0)" />
    <use href="#baguette" transform="translate(20,-70) rotate(15)" />
    <use href="#baguette" transform="translate(60,-40) rotate(-15)" />

    <use href="#cloud" transform="translate(-40, 20)" />
    <use href="#cloud" transform="translate(40, 10)" />
    <use href="#cloud" transform="translate(0, 30)" />

  </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="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#4A90E2"/>
      <stop offset="100%" style="stop-color:#87CEEB"/>
    </linearGradient>
    <pattern id="towerPattern" x="0" y="0" width="4" height="4" patternUnits="userSpaceOnUse">
      <path d="M0 0h2v2H0zm2 2h2v2H2z" fill="#555"/>
    </pattern>
  </defs>

  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGrad)"/>

  <!-- Baguette Clouds -->
  <path d="M40 80c20-5 40-5 60 0s30 5 45 0" fill="#F4D03F" stroke="#8B4513" stroke-width="2"/>
  <path d="M180 60c25-5 50-5 75 0s35 5 45 0" fill="#F4D03F" stroke="#8B4513" stroke-width="2"/>

  <!-- Eiffel Tower Body -->
  <path d="M150 250l-60-150h120z" fill="url(#towerPattern)"/>
  <path d="M150 100l-30-75h60z" fill="#666"/>

  <!-- Top Hat -->
  <rect x="120" y="15" width="60" height="10" fill="#111"/>
  <rect x="130" y="0" width="40" height="15" fill="#111"/>

  <!-- Juggling Baguettes -->
  <g transform="rotate(30 150 120)">
    <path d="M100 120c20-10 40-10 60 0" fill="#F4D03F" stroke="#8B4513" stroke-width="4"/>
  </g>
  <g transform="rotate(-30 150 120)">
    <path d="M140 160c20-10 40-10 60 0" fill="#F4D03F" stroke="#8B4513" stroke-width="4"/>
  </g>
  <g transform="rotate(0 150 120)">
    <path d="M120 140c20-10 40-10 60 0" fill="#F4D03F" stroke="#8B4513" stroke-width="4"/>
  </g>

  <!-- Tower Details -->
  <path d="M150 250l-40-100m40 100l40-100m-60-50l20-50m20 50l20-50" stroke="#444" stroke-width="2" fill="none"/>
  <circle cx="150" cy="100" r="5" fill="#555"/>
  <circle cx="150" cy="150" r="5" fill="#555"/>
  <circle cx="150" cy="200" r="5" fill="#555"/>

  <!-- Motion Lines -->
  <path d="M90 120c-5-5-10-10-15-15M210 120c5-5 10-10 15-15" stroke="#fff" stroke-width="2" stroke-dasharray="2 2"/>
</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 submission better adheres to the prompt by incorporating a top hat and the Eiffel Tower juggling baguettes, set against a backdrop that suggests baguette-shaped clouds.

    The technical execution is more refined with clear detailing and visual appeal, creating a more cohesive and imaginative representation of the concept.

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

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

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

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

Player 1
Player 2
10
Groups

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

Player 1
3
Player 2
3

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
5
Player 2
7

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
4
Player 2
7

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
10
Player 2
3

Complexity Metrics

Path Commands

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

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