Back

SVG Drawing Match #1710

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Futuristic flamingo on a hovering surfboard"

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="100%" y2="100%">
      <stop offset="0%" style="stop-color:#ff6b9d"/>
      <stop offset="100%" style="stop-color:#4a90e2"/>
    </linearGradient>
    <radialGradient id="hoverGlow" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#7df9ff;stop-opacity:0.8"/>
      <stop offset="100%" style="stop-color:#00ffff;stop-opacity:0"/>
    </radialGradient>
  </defs>

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

  <!-- Hover effect -->
  <ellipse cx="150" cy="200" rx="100" ry="20" fill="url(#hoverGlow)" filter="blur(8px)"/>

  <!-- Hover board -->
  <path d="M80 200 Q150 180 220 200 L210 210 Q150 195 90 210 Z" fill="#chrome" style="fill:#e8e8e8"/>
  <path d="M85 205 Q150 190 215 205" stroke="#88ddff" stroke-width="2" fill="none"/>
  
  <!-- Flamingo body -->
  <path d="M140 160 Q160 140 170 160 T180 190 Q160 200 140 190 Z" fill="#ff69b4"/>
  <path d="M160 155 Q180 130 190 160" stroke="#ff69b4" stroke-width="8" fill="none"/>
  
  <!-- Cyber enhancements -->
  <circle cx="165" cy="150" r="3" fill="#00ffff"/>
  <path d="M165 150 h10" stroke="#00ffff" stroke-width="1"/>
  <path d="M168 147 v6" stroke="#00ffff" stroke-width="1"/>
  
  <!-- Legs -->
  <path d="M160 190 Q165 195 170 200" stroke="#ff69b4" stroke-width="4" fill="none"/>
  
  <!-- Head and beak -->
  <path d="M185 160 Q190 158 195 162" stroke="#ff69b4" stroke-width="3" fill="none"/>
  <path d="M193 161 l5 -2" stroke="#ff1493" stroke-width="2"/>

  <!-- Digital effects -->
  <circle cx="170" cy="165" r="1" fill="#fff"/>
  <circle cx="175" cy="170" r="1" fill="#fff"/>
  <path d="M140 180 h5 m2 0 h5 m2 0 h5" stroke="#00ffff" stroke-width="1"/>
  
  <!-- Energy trails -->
  <path d="M70 205 q10 -5 20 0 q10 5 20 0" stroke="#7df9ff" stroke-width="1" opacity="0.5"/>
  <path d="M190 205 q10 -5 20 0 q10 5 20 0" stroke="#7df9ff" stroke-width="1" opacity="0.5"/>
</svg>
SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background -->
  <rect width="300" height="300" fill="#add8e6"/>
  
  <!-- Sun -->
  <circle cx="250" cy="50" r="30" fill="#ffcc00" />
  
  <!-- Water -->
  <rect x="0" y="150" width="300" height="150" fill="#33adff" />
  
  <!-- Flamingo Body -->
  <ellipse cx="100" cy="220" rx="40" ry="70" fill="#ff6699"/>

  <!-- Flamingo Neck -->
  <line x1="100" y1="150" x2="100" y2="200" stroke="#ff6699" stroke-width="10"/>
  
  <!-- Flamingo Head -->
  <circle cx="110" cy="145" r="20" fill="#ff99cc"/>
  
  <!-- Flamingo Beak -->
  <polygon points="120,145 140,140 120,150" fill="#ffcc66"/>
  
  <!-- Surfboard -->
  <polygon points="70,265 130,265 150,300 50,300" fill="#996633"/>
  
  <!-- Hovering Effect -->
  <circle cx="100" cy="270" r="70" fill="#ffffff" opacity="0.5">
     <animate attributeName="cy" dur="4s" values="250;270;250" repeatCount="indefinite" />
  </circle>
  
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.5 Sonnet (2024-10-22) Player 1

Judge's Analysis

    Player 1's submission effectively captures the idea of a futuristic flamingo on a hovering surfboard with a clear depiction of a stylized flamingo shape and a glowing surfboard, enhancing the futuristic feel.

    The use of gradient colors adds to the visual appeal and technical quality.

    Player 2's image lacks clarity and adherence to the theme, with abstract shapes that do not clearly represent a flamingo or a surfboard.

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

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

Player 1
1
Player 2
2
Circles

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

Player 1
3
Player 2
3
Ellipses

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

Player 1
1
Player 2
1
Lines

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

Player 1
Player 2
1
Polygons

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

Player 1
Player 2
2
Paths

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

Player 1
12
Player 2
Groups

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

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

The number of elements with stroke attributes in the SVG.

Player 1
10
Player 2
1

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
1
Elements with Transform

The number of elements with transform attributes in the SVG.

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