Back

SVG Drawing Match #1494

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A flamingo bowling a perfect strike with rainbow feathers as bowling pins"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="flamingoGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(255,182,193);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,105,180);stop-opacity:1" />
    </linearGradient>
    <linearGradient id="featherGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(148,0,211);stop-opacity:1" />
      <stop offset="20%" style="stop-color:rgb(75,0,130);stop-opacity:1" />
      <stop offset="40%" style="stop-color:rgb(0,0,255);stop-opacity:1" />
      <stop offset="60%" style="stop-color:rgb(0,255,0);stop-opacity:1" />
      <stop offset="80%" style="stop-color:rgb(255,255,0);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,0,0);stop-opacity:1" />
    </linearGradient>
    <radialGradient id="glowGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:rgb(255,255,255);stop-opacity:1"/>
      <stop offset="100%" style="stop-color:rgb(255,255,255);stop-opacity:0"/>
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="url(#glowGradient)"/>
  <!-- Flamingo -->
  <path d="M150 220 Q180 180 145 150 Q160 110 130 100 Q140 140 120 120 Q120 140 100 170 Q100 190 110 200 Q130 210 150 220" fill="url(#flamingoGradient)" />
  <!-- Flamingo's Head and Beak -->
  <circle cx="130" cy="90" r="10" fill="url(#flamingoGradient)" />
  <path d="M130 85 Q134 88 137 83 Q134 80 130 82" fill="#fff" />
  <!-- Flamingo's Eye -->
  <circle cx="129" cy="87" r="1.5" fill="#000" />
  <!-- Bowling Ball -->
  <circle cx="150" cy="220" r="15" fill="url(#flamingoGradient)" />
  <!-- Rainbow Bowling Pins -->
  <path d="M70 270 L75 200 L80 270 Z" fill="url(#featherGradient)" />
  <path d="M90 270 L95 200 L100 270 Z" fill="url(#featherGradient)" />
  <path d="M110 270 L115 200 L120 270 Z" fill="url(#featherGradient)" />
  <path d="M130 270 L135 200 L140 270 Z" fill="url(#featherGradient)" />
  <path d="M150 270 L155 200 L160 270 Z" fill="url(#featherGradient)" />
  <path d="M170 270 L175 200 L180 270 Z" fill="url(#featherGradient)" />
  <path d="M190 270 L195 200 L200 270 Z" fill="url(#featherGradient)" />
  <path d="M210 270 L215 200 L220 270 Z" fill="url(#featherGradient)" />
  <path d="M230 270 L235 200 L240 270 Z" fill="url(#featherGradient)" />
</svg>
SVG by Claude 3.7 Sonnet (2025-02-19)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="floorGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#8B4513" />
      <stop offset="50%" stop-color="#A0522D" />
      <stop offset="100%" stop-color="#8B4513" />
    </linearGradient>
    <linearGradient id="ballGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#FF1493" />
      <stop offset="100%" stop-color="#FF69B4" />
    </linearGradient>
    <radialGradient id="flamingoPink" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#FFB6C1" />
      <stop offset="100%" stop-color="#FF69B4" />
    </radialGradient>
    <linearGradient id="rainbow1" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#FF0000" />
      <stop offset="16.6%" stop-color="#FF7F00" />
      <stop offset="33.3%" stop-color="#FFFF00" />
      <stop offset="50%" stop-color="#00FF00" />
      <stop offset="66.6%" stop-color="#0000FF" />
      <stop offset="83.3%" stop-color="#4B0082" />
      <stop offset="100%" stop-color="#8B00FF" />
    </linearGradient>
    <linearGradient id="rainbow2" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#FF7F00" />
      <stop offset="16.6%" stop-color="#FFFF00" />
      <stop offset="33.3%" stop-color="#00FF00" />
      <stop offset="50%" stop-color="#0000FF" />
      <stop offset="66.6%" stop-color="#4B0082" />
      <stop offset="83.3%" stop-color="#8B00FF" />
      <stop offset="100%" stop-color="#FF0000" />
    </linearGradient>
    <linearGradient id="rainbow3" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#FFFF00" />
      <stop offset="16.6%" stop-color="#00FF00" />
      <stop offset="33.3%" stop-color="#0000FF" />
      <stop offset="50%" stop-color="#4B0082" />
      <stop offset="66.6%" stop-color="#8B00FF" />
      <stop offset="83.3%" stop-color="#FF0000" />
      <stop offset="100%" stop-color="#FF7F00" />
    </linearGradient>
    <linearGradient id="rainbow4" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#00FF00" />
      <stop offset="16.6%" stop-color="#0000FF" />
      <stop offset="33.3%" stop-color="#4B0082" />
      <stop offset="50%" stop-color="#8B00FF" />
      <stop offset="66.6%" stop-color="#FF0000" />
      <stop offset="83.3%" stop-color="#FF7F00" />
      <stop offset="100%" stop-color="#FFFF00" />
    </linearGradient>
    <linearGradient id="rainbow5" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#0000FF" />
      <stop offset="16.6%" stop-color="#4B0082" />
      <stop offset="33.3%" stop-color="#8B00FF" />
      <stop offset="50%" stop-color="#FF0000" />
      <stop offset="66.6%" stop-color="#FF7F00" />
      <stop offset="83.3%" stop-color="#FFFF00" />
      <stop offset="100%" stop-color="#00FF00" />
    </linearGradient>
    <filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="3" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
  </defs>
  
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#121212" />
  
  <!-- Bowling Lane -->
  <rect x="20" y="150" width="260" height="120" fill="url(#floorGradient)" />
  <rect x="20" y="150" width="260" height="3" fill="#DEB887" />
  <rect x="20" y="267" width="260" height="3" fill="#DEB887" />
  
  <!-- Lane Guides -->
  <line x1="20" y1="210" x2="280" y2="210" stroke="#FFFFFF" stroke-width="0.5" stroke-dasharray="5,5" />
  
  <!-- Feather Pins -->
  <g transform="translate(220, 190)">
    <!-- First row -->
    <path d="M0,0 C2,-15 5,-25 0,-40 C-5,-25 -2,-15 0,0" fill="url(#rainbow1)" stroke="#444" stroke-width="0.5" />
    
    <!-- Second row -->
    <path d="M-10,10 C-8,-5 -5,-15 -10,-30 C-15,-15 -12,-5 -10,10" fill="url(#rainbow2)" stroke="#444" stroke-width="0.5" />
    <path d="M10,10 C12,-5 15,-15 10,-30 C5,-15 8,-5 10,10" fill="url(#rainbow3)" stroke="#444" stroke-width="0.5" />
    
    <!-- Third row -->
    <path d="M-20,20 C-18,5 -15,-5 -20,-20 C-25,-5 -22,5 -20,20" fill="url(#rainbow4)" stroke="#444" stroke-width="0.5" />
    <path d="M0,20 C2,5 5,-5 0,-20 C-5,-5 -2,5 0,20" fill="url(#rainbow5)" stroke="#444" stroke-width="0.5" />
    <path d="M20,20 C22,5 25,-5 20,-20 C15,-5 18,5 20,20" fill="url(#rainbow1)" stroke="#444" stroke-width="0.5" />
    
    <!-- Fourth row -->
    <path d="M-30,30 C-28,15 -25,5 -30,-10 C-35,5 -32,15 -30,30" fill="url(#rainbow2)" stroke="#444" stroke-width="0.5" />
    <path d="M-10,30 C-8,15 -5,5 -10,-10 C-15,5 -12,15 -10,30" fill="url(#rainbow3)" stroke="#444" stroke-width="0.5" />
    <path d="M10,30 C12,15 15,5 10,-10 C5,5 8,15 10,30" fill="url(#rainbow4)" stroke="#444" stroke-width="0.5" />
    <path d="M30,30 C32,15 35,5 30,-10 C25,5 28,15 30,30" fill="url(#rainbow5)" stroke="#444" stroke-width="0.5" />
  </g>
  
  <!-- Flamingo -->
  <g transform="translate(70, 220) scale(0.8) rotate(-25)">
    <!-- Body -->
    <ellipse cx="0" cy="0" rx="25" ry="15" fill="url(#flamingoPink)" />
    
    <!-- Neck -->
    <path d="M15,-5 C30,-30 35,-60 15,-75 C5,-85 -10,-75 -5,-65 C0,-55 10,-55 10,-45 C10,-25 5,-15 0,-10" 
          fill="url(#flamingoPink)" stroke="#FF1493" stroke-width="1" />
    
    <!-- Head -->
    <ellipse cx="12" cy="-78" rx="8" ry="6" fill="url(#flamingoPink)" />
    
    <!-- Beak -->
    <path d="M12,-78 C25,-80 30,-76 35,-78 C28,-74 25,-72 12,-74 Z" fill="#FF1493" />
    
    <!-- Eye -->
    <circle cx="10" cy="-80" r="1" fill="black" />
    
    <!-- Legs -->
    <path d="M-5,10 L-15,50" stroke="#FF1493" stroke-width="2" />
    <path d="M5,10 L15,50" stroke="#FF1493" stroke-width="2" />
    
    <!-- Feet -->
    <path d="M-15,50 L-20,52 L-15,53 L-10,52 Z" fill="#FF1493" />
    <path d="M15,50 L20,52 L15,53 L10,52 Z" fill="#FF1493" />
    
    <!-- Wings -->
    <path d="M0,-5 C-10,-15 -25,-10 -30,0 C-25,5 -15,10 0,5 Z" fill="url(#flamingoPink)" />
  </g>
  
  <!-- Bowling Ball -->
  <g>
    <circle cx="130" cy="220" r="15" fill="url(#ballGradient)" filter="url(#glow)" />
    <circle cx="125" cy="215" r="2" fill="#333" />
    <circle cx="130" cy="212" r="2" fill="#333" />
    <circle cx="135" cy="215" r="2" fill="#333" />
  </g>
  
  <!-- Action Lines -->
  <path d="M110,220 C80,210 50,200 20,150" stroke="#FFFFFF" stroke-width="1" stroke-dasharray="5,3" fill="none" />
  
  <!-- Strike Sparkles -->
  <g transform="translate(220, 190)">
    <circle cx="0" cy="0" r="2" fill="white">
      <animate attributeName="opacity" values="0;1;0" dur="1s" repeatCount="indefinite" />
    </circle>
    <circle cx="10" cy="-10" r="1.5" fill="white">
      <animate attributeName="opacity" values="0;1;0" dur="1.3s" repeatCount="indefinite" begin="0.1s" />
    </circle>
    <circle cx="-15" cy="-5" r="1.8" fill="white">
      <animate attributeName="opacity" values="0;1;0" dur="0.8s" repeatCount="indefinite" begin="0.2s" />
    </circle>
    <circle cx="5" cy="15" r="1.2" fill="white">
      <animate attributeName="opacity" values="0;1;0" dur="1.1s" repeatCount="indefinite" begin="0.3s" />
    </circle>
    <circle cx="-10" cy="10" r="1" fill="white">
      <animate attributeName="opacity" values="0;1;0" dur="0.9s" repeatCount="indefinite" begin="0.4s" />
    </circle>
  </g>
  
  <!-- Strike Text -->
  <text x="220" y="140" font-family="Impact, sans-serif" font-size="18" fill="white" text-anchor="middle" transform="rotate(-5, 220, 140)">STRIKE!</text>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 2

Judge's Analysis

    Player 2's image more effectively adheres to the prompt by clearly depicting a flamingo bowling a perfect strike, complete with a visible bowling ball and rainbow feathers as pins.

    The composition is dynamic and engaging, with a clear indication of motion and success.

    In contrast, Player 1's image is more abstract and less immediately recognizable as a bowling scene, which weakens its adherence to the prompt.

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
15
Player 2
35
Rectangles

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

Player 1
1
Player 2
4
Circles

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

Player 1
3
Player 2
10
Ellipses

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

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

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

Player 1
11
Player 2
18
Groups

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

Player 1
Player 2
4

Visual Effects Metrics

Gradients

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

Player 1
3
Player 2
8
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
Player 2
15

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
2
Player 2
18

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
Player 2
5
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
Player 2
4

Complexity Metrics

Path Commands

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

Player 1
46
Player 2
59
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
3
Player 2
9
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
1

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