Back

SVG Drawing Match #469

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Eiffel Tower made of floating, colorful balloons"

SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="balloonGradient1" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#FF8C00" />
      <stop offset="100%" stop-color="#FFA500" />
    </radialGradient>
    <radialGradient id="balloonGradient2" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#FFD700" />
      <stop offset="100%" stop-color="#FFFF00" />
    </radialGradient>
    <radialGradient id="balloonGradient3" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#40E0D0" />
      <stop offset="100%" stop-color="#00CED1" />
    </radialGradient>
  </defs>

  <g transform="translate(150 250) scale(0.6) rotate(5)">
    <path d="M-50 -400 L50 -400 L25 -300 L-25 -300 Z" fill="#8B4513" stroke="#552200" stroke-width="5" />
    <g transform="translate(0 -455)">
        <circle cx="-30" cy="0" r="30" fill="url(#balloonGradient1)" />
        <circle cx="30" cy="0" r="35" fill="url(#balloonGradient2)" />
        <circle cx="0" cy="-40" r="40" fill="url(#balloonGradient3)" />
    </g>
    <path d="M-30 -300 L30 -300 L15 -150 L-15 -150 Z" fill="#8B4513" stroke="#552200" stroke-width="4"/>
    <g transform="translate(0 -200)">
      <circle cx="-15" cy="-15" r="18" fill="url(#balloonGradient2)" />
      <circle cx="20" cy="-25" r="22" fill="url(#balloonGradient3)" />
      <circle cx="0" cy="0" r="25" fill="url(#balloonGradient1)" />
      <circle cx="-25" cy="20" r="20" fill="url(#balloonGradient2)" />
    </g>
    <path d="M-15 -150 L15 -150 L5 0 L-5 0 Z" fill="#8B4513" stroke="#552200" stroke-width="3" />
    <g transform="translate(0 -75)">
      <circle cx="0" cy="-20" r="15" fill="url(#balloonGradient3)" />
      <circle cx="-10" cy="10" r="12" fill="url(#balloonGradient1)" />
      <circle cx="15" cy="0" r="10" fill="url(#balloonGradient2)" />
    </g>
    <path d="M-5 0 L5 0 L0 -100 Z" fill="#8B4513"  stroke="#552200" stroke-width="2" />
         <g transform="translate(0 -140)">
      <circle cx="-5" cy="-10" r="8" fill="url(#balloonGradient1)" />
      <circle cx="5" cy="-5" r="7" fill="url(#balloonGradient3)" />
    </g>
        <circle cx="0" cy="-100" r="5" fill="#FFFF00"  stroke="#FFD700" stroke-width="1"/>
  </g>
</svg>
SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="grad1" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#ff9a9e;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#fad0c4;stop-opacity:1" />
    </radialGradient>
    <radialGradient id="grad2" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#a1c4fd;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#c2e9fb;stop-opacity:1" />
    </radialGradient>
    <radialGradient id="grad3" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#d4fc79;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#96e6a1;stop-opacity:1" />
    </radialGradient>
    <radialGradient id="grad4" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#ffecd2;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#fcb69f;stop-opacity:1" />
    </radialGradient>
    <radialGradient id="grad5" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#a18cd1;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#fbc2eb;stop-opacity:1" />
    </radialGradient>
    <linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#87ceeb;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#f0f8ff;stop-opacity:1" />
    </linearGradient>
    <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="0" dy="2" stdDeviation="2" flood-color="#000000" flood-opacity="0.3"/>
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#skyGrad)" />
  
  <!-- Base Balloons -->
  <g filter="url(#shadow)">
    <circle cx="150" cy="250" r="15" fill="url(#grad1)" />
    <circle cx="130" cy="240" r="12" fill="url(#grad2)" />
    <circle cx="170" cy="240" r="12" fill="url(#grad3)" />
    <circle cx="110" cy="230" r="10" fill="url(#grad4)" />
    <circle cx="190" cy="230" r="10" fill="url(#grad5)" />
    <circle cx="150" cy="220" r="14" fill="url(#grad1)" />
    <circle cx="130" cy="210" r="11" fill="url(#grad2)" />
    <circle cx="170" cy="210" r="11" fill="url(#grad3)" />
    <circle cx="150" cy="200" r="13" fill="url(#grad4)" />
    <circle cx="150" cy="180" r="10" fill="url(#grad5)" />
    <circle cx="140" cy="160" r="8" fill="url(#grad1)" />
    <circle cx="160" cy="160" r="8" fill="url(#grad2)" />
    <circle cx="150" cy="140" r="9" fill="url(#grad3)" />
    <circle cx="150" cy="120" r="7" fill="url(#grad4)" />
    <circle cx="150" cy="100" r="6" fill="url(#grad5)" />
    <circle cx="150" cy="80" r="5" fill="url(#grad1)" />
    <circle cx="150" cy="60" r="4" fill="url(#grad2)" />
    <circle cx="150" cy="40" r="3" fill="url(#grad3)" />
    <circle cx="150" cy="25" r="2" fill="url(#grad4)" />
  </g>
  
  <!-- Strings -->
  <g stroke="#555" stroke-width="0.5">
    <line x1="150" y1="250" x2="150" y2="270" />
    <line x1="130" y1="240" x2="125" y2="260" />
    <line x1="170" y1="240" x2="175" y2="260" />
    <line x1="110" y1="230" x2="105" y2="250" />
    <line x1="190" y1="230" x2="195" y2="250" />
    <line x1="150" y1="220" x2="150" y2="260" />
    <line x1="130" y1="210" x2="125" y2="235" />
    <line x1="170" y1="210" x2="175" y2="235" />
    <line x1="150" y1="200" x2="150" y2="230" />
    <line x1="140" y1="160" x2="135" y2="185" />
    <line x1="160" y1="160" x2="165" y2="185" />
    <line x1="150" y1="140" x2="150" y2="170" />
    <line x1="150" y1="120" x2="150" y2="145" />
    <line x1="150" y1="100" x2="150" y2="115" />
    <line x1="150" y1="80" x2="150" y2="95" />
    <line x1="150" y1="60" x2="150" y2="75" />
    <line x1="150" y1="40" x2="150" y2="55" />
    <line x1="150" y1="25" x2="150" y2="35" />
  </g>
  
  <!-- Eiffel Tower Structure Lines -->
  <g stroke="#333" stroke-width="1">
    <!-- Bottom Base -->
    <line x1="100" y1="260" x2="200" y2="260" />
    <line x1="100" y1="260" x2="150" y2="30" />
    <line x1="200" y1="260" x2="150" y2="30" />
    <!-- Intermediate Crosses -->
    <line x1="120" y1="220" x2="180" y2="220" />
    <line x1="130" y1="180" x2="170" y2="180" />
    <line x1="140" y1="140" x2="160" y2="140" />
    <line x1="150" y1="100" x2="150" y2="30" />
    <!-- Vertical Center -->
    <line x1="150" y1="30" x2="150" y2="260" />
    <!-- Diagonal Support -->
    <line x1="150" y1="60" x2="120" y2="220" />
    <line x1="150" y1="60" x2="180" y2="220" />
    <line x1="150" y1="120" x2="130" y2="180" />
    <line x1="150" y1="120" x2="170" y2="180" />
    <line x1="150" y1="180" x2="140" y2="140" />
    <line x1="150" y1="180" x2="160" y2="140" />
    <line x1="150" y1="220" x2="140" y2="140" />
    <line x1="150" y1="220" x2="160" y2="140" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O1-mini (2024-09-12) Player 2

Judge's Analysis

    Player 2's submission more effectively captures the idea of the Eiffel Tower with its triangular structure, using colorful balloons integrated throughout the design.

    The use of gradients and a soft color palette adds to the visual appeal and creativity.

    In contrast, Player 1's submission lacks the clear representation of the Eiffel Tower and is less visually cohesive.

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
54
Rectangles

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

Player 1
Player 2
1
Circles

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

Player 1
13
Player 2
19
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
Player 2
34
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
4
Player 2
Groups

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

Player 1
5
Player 2
3

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
8
Player 2
2

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
5
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
19
Player 2
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
7
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