Back

SVG Drawing Match #542

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A flamingo on stilts juggling watermelons under a full moon"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Gradient Definitions -->
  <defs>
    <radialGradient id="moonGlow" cx="0.5" cy="0.5" r="0.5" fx="0.4" fy="0.45">
      <stop offset="0%" stop-color="#FFFDE7" />
      <stop offset="85%" stop-color="#FFF9C4" />
      <stop offset="100%" stop-color="#FFF176" />
    </radialGradient>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#0D1B3B" />
      <stop offset="100%" stop-color="#2C3E8A" />
    </linearGradient>
    <linearGradient id="watermelonGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#FF5252" />
      <stop offset="100%" stop-color="#D32F2F" />
    </linearGradient>
    <linearGradient id="flamingoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#FF80AB" />
      <stop offset="100%" stop-color="#FF4081" />
    </linearGradient>
    <pattern id="watermelonSeeds" patternUnits="userSpaceOnUse" width="20" height="20">
      <circle cx="10" cy="10" r="2" fill="#222" />
    </pattern>
    <filter id="moonGlowFilter" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="3" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
    <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="2" dy="4" stdDeviation="4" flood-color="#000" flood-opacity="0.3" />
    </filter>
  </defs>

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

  <!-- Stars -->
  <g>
    <circle cx="50" cy="30" r="1" fill="white" opacity="0.8" />
    <circle cx="80" cy="60" r="1.2" fill="white" opacity="0.7" />
    <circle cx="120" cy="20" r="0.8" fill="white" opacity="0.9" />
    <circle cx="180" cy="40" r="1" fill="white" opacity="0.8" />
    <circle cx="220" cy="60" r="1.5" fill="white" opacity="0.7" />
    <circle cx="250" cy="30" r="0.7" fill="white" opacity="0.9" />
    <circle cx="40" cy="80" r="1.3" fill="white" opacity="0.8" />
    <circle cx="270" cy="70" r="1" fill="white" opacity="0.9" />
    <circle cx="230" cy="15" r="0.8" fill="white" opacity="0.7" />
    <circle cx="150" cy="25" r="1.2" fill="white" opacity="0.8" />
  </g>

  <!-- Full Moon -->
  <g filter="url(#moonGlowFilter)">
    <circle cx="230" cy="50" r="30" fill="url(#moonGlow)" />
    <circle cx="215" cy="40" r="5" fill="#F5F5F5" opacity="0.2" />
    <circle cx="235" cy="55" r="7" fill="#F5F5F5" opacity="0.2" />
    <circle cx="225" cy="65" r="4" fill="#F5F5F5" opacity="0.2" />
  </g>

  <!-- Ground -->
  <rect x="0" y="260" width="300" height="40" fill="#2D3035" />

  <!-- Stilts -->
  <line x1="130" y1="260" x2="160" y2="180" stroke="#8D6E63" stroke-width="3" />
  <line x1="170" y1="260" x2="160" y2="180" stroke="#8D6E63" stroke-width="3" />

  <!-- Flamingo -->
  <g transform="translate(160, 150) scale(0.8)">
    <!-- Body -->
    <ellipse cx="0" cy="0" rx="25" ry="40" fill="url(#flamingoGradient)" filter="url(#shadow)" />
    
    <!-- Neck and Head -->
    <path d="M-5,-30 Q-30,-80 -20,-100 T0,-120 T20,-110 T10,-90 Q0,-75 0,-45 Z" fill="url(#flamingoGradient)" />
    
    <!-- Eye -->
    <circle cx="5" cy="-110" r="3" fill="black" />
    
    <!-- Beak -->
    <path d="M0,-110 C15,-112 30,-108 40,-105 L38,-100 C28,-103 15,-107 0,-105 Z" fill="#FF9E80" />
    
    <!-- Legs -->
    <path d="M-10,35 L-10,50 L-15,50 L-10,55 L-5,50 L-10,50 Z" fill="#F06292" />
    <path d="M10,35 L10,50 L5,50 L10,55 L15,50 L10,50 Z" fill="#F06292" />
    
    <!-- Wings -->
    <path d="M-25,0 Q-40,-10 -45,-25 T-35,-40 T-15,-30 T-20,-10 Z" fill="#FF80AB" />
    <path d="M25,0 Q40,-10 45,-25 T35,-40 T15,-30 T20,-10 Z" fill="#FF80AB" />
  </g>

  <!-- Juggling Watermelons -->
  <g filter="url(#shadow)">
    <circle cx="100" cy="120" r="15" fill="url(#watermelonGradient)" />
    <circle cx="100" cy="120" r="13" fill="#A5D6A7" />
    <circle cx="100" cy="120" r="10" fill="url(#watermelonGradient)" />
    <circle cx="100" cy="120" r="9" fill="url(#watermelonSeeds)" opacity="0.3" />
    
    <circle cx="160" cy="80" r="15" fill="url(#watermelonGradient)" />
    <circle cx="160" cy="80" r="13" fill="#A5D6A7" />
    <circle cx="160" cy="80" r="10" fill="url(#watermelonGradient)" />
    <circle cx="160" cy="80" r="9" fill="url(#watermelonSeeds)" opacity="0.3" />
    
    <circle cx="220" cy="120" r="15" fill="url(#watermelonGradient)" />
    <circle cx="220" cy="120" r="13" fill="#A5D6A7" />
    <circle cx="220" cy="120" r="10" fill="url(#watermelonGradient)" />
    <circle cx="220" cy="120" r="9" fill="url(#watermelonSeeds)" opacity="0.3" />
  </g>

  <!-- Juggling Lines -->
  <path d="M160,150 Q130,110 100,120 Q80,140 70,180" fill="none" stroke="#ECEFF1" stroke-width="1.5" stroke-dasharray="2,2" />
  <path d="M160,150 Q190,110 220,120 Q240,140 250,180" fill="none" stroke="#ECEFF1" stroke-width="1.5" stroke-dasharray="2,2" />
  <path d="M160,150 Q160,100 160,80 Q160,60 180,30" fill="none" stroke="#ECEFF1" stroke-width="1.5" stroke-dasharray="2,2" />

  <!-- Small Decorative Elements -->
  <g>
    <circle cx="80" cy="280" r="3" fill="#8D6E63" />
    <circle cx="100" cy="275" r="2" fill="#8D6E63" />
    <circle cx="120" cy="278" r="2.5" fill="#8D6E63" />
    <circle cx="200" cy="277" r="2.3" fill="#8D6E63" />
    <circle cx="220" cy="280" r="3" fill="#8D6E63" />
    <circle cx="240" cy="276" r="2" fill="#8D6E63" />
  </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>
    <radialGradient id="moonGlow" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#fff6d5"/>
      <stop offset="100%" style="stop-color:#ffd700"/>
    </radialGradient>
    <pattern id="watermelonPattern" patternUnits="userSpaceOnUse" width="8" height="8">
      <circle cx="4" cy="4" r="1" fill="black" opacity="0.3"/>
    </pattern>
  </defs>
  
  <!-- Night sky background -->
  <rect x="0" y="0" width="300" height="300" fill="#1a1a3a"/>
  
  <!-- Stars -->
  <g fill="white">
    <circle cx="50" cy="30" r="1"/>
    <circle cx="150" cy="40" r="1.5"/>
    <circle cx="250" cy="60" r="1"/>
    <circle cx="80" cy="70" r="1.2"/>
    <circle cx="200" cy="50" r="1"/>
  </g>
  
  <!-- Moon -->
  <circle cx="250" cy="50" r="30" fill="url(#moonGlow)"/>
  
  <!-- Stilts -->
  <line x1="140" y1="150" x2="120" y2="280" stroke="#8b4513" stroke-width="5"/>
  <line x1="160" y1="150" x2="180" y2="280" stroke="#8b4513" stroke-width="5"/>
  
  <!-- Flamingo body -->
  <path d="M150 150 C180 130,190 110,170 90 C160 80,140 85,130 100 C120 120,130 140,150 150" fill="#ff69b4"/>
  
  <!-- Flamingo neck -->
  <path d="M170 90 C180 70,160 50,150 40 C140 30,130 40,135 50" fill="#ff69b4" stroke="#ff1493" stroke-width="1"/>
  
  <!-- Flamingo head -->
  <ellipse cx="135" cy="50" rx="12" ry="8" fill="#ff69b4"/>
  <path d="M135 50 C145 48,150 52,155 54" fill="none" stroke="#ff1493" stroke-width="2"/>
  
  <!-- Juggling watermelons -->
  <g>
    <circle cx="100" cy="100" r="15" fill="#4CAF50"/>
    <circle cx="100" cy="100" r="13" fill="#8bc34a"/>
    <circle cx="100" cy="100" r="12" fill="white" opacity="0.8"/>
    <circle cx="100" cy="100" r="11" fill="#ff5252"/>
    <use href="#watermelonPattern"/>
  </g>
  <g>
    <circle cx="200" cy="120" r="15" fill="#4CAF50"/>
    <circle cx="200" cy="120" r="13" fill="#8bc34a"/>
    <circle cx="200" cy="120" r="12" fill="white" opacity="0.8"/>
    <circle cx="200" cy="120" r="11" fill="#ff5252"/>
    <use href="#watermelonPattern"/>
  </g>
  <g>
    <circle cx="150" cy="80" r="15" fill="#4CAF50"/>
    <circle cx="150" cy="80" r="13" fill="#8bc34a"/>
    <circle cx="150" cy="80" r="12" fill="white" opacity="0.8"/>
    <circle cx="150" cy="80" r="11" fill="#ff5252"/>
    <use href="#watermelonPattern"/>
  </g>
  
  <!-- Motion lines -->
  <path d="M100 100 C120 90,130 80,150 80" fill="none" stroke="white" stroke-width="1" stroke-dasharray="2,2"/>
  <path d="M150 80 C170 90,180 100,200 120" fill="none" stroke="white" stroke-width="1" stroke-dasharray="2,2"/>
  <path d="M200 120 C180 130,160 130,100 100" fill="none" stroke="white" stroke-width="1" stroke-dasharray="2,2"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 1

Judge's Analysis

    Player 1's image is more visually appealing due to the clear depiction of the juggling action and the full moon, which enhances the scene's ambiance.

    The flamingo's posture and the inclusion of stars add to the creativity, making the composition more dynamic and engaging.

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
48
Player 2
29
Rectangles

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

Player 1
2
Player 2
1
Circles

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

Player 1
34
Player 2
19
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
2
Player 2
2
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
9
Player 2
6
Groups

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

Player 1
5
Player 2
4

Visual Effects Metrics

Gradients

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

Player 1
4
Player 2
1
Patterns

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

Player 1
1
Player 2
1
Filters

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

Player 1
2
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
16
Player 2
4
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
19
Player 2
9

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
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
47
Player 2
15
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
7
Player 2
2
Use Elements

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

Player 1
Player 2
3

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