Back

SVG Drawing Match #1876

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Flamingo wearing roller skates on a rainbow path"

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="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#ff0000"/>
      <stop offset="16.6%" style="stop-color:#ff9900"/>
      <stop offset="33.3%" style="stop-color:#ffff00"/>
      <stop offset="50%" style="stop-color:#33ff33"/>
      <stop offset="66.6%" style="stop-color:#3333ff"/>
      <stop offset="83.3%" style="stop-color:#9933ff"/>
      <stop offset="100%" style="stop-color:#ff33ff"/>
    </linearGradient>
    <linearGradient id="flamingoPink" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#ff99cc"/>
      <stop offset="100%" style="stop-color:#ff3366"/>
    </linearGradient>
  </defs>
  
  <!-- Rainbow Path -->
  <path d="M0,200 Q150,100 300,200" stroke="url(#rainbow)" stroke-width="20" fill="none"/>
  
  <!-- Sparkles on path -->
  <circle cx="50" cy="180" r="2" fill="white"/>
  <circle cx="150" cy="140" r="2" fill="white"/>
  <circle cx="250" cy="180" r="2" fill="white"/>
  
  <!-- Flamingo Body -->
  <path d="M150,160 Q180,140 190,170 T170,200 Q160,210 150,200 T130,170" fill="url(#flamingoPink)"/>
  
  <!-- Flamingo Neck -->
  <path d="M150,170 Q130,150 140,130 T160,100" stroke="url(#flamingoPink)" stroke-width="8" fill="none"/>
  
  <!-- Flamingo Head -->
  <ellipse cx="165" cy="95" rx="10" ry="8" fill="url(#flamingoPink)"/>
  <path d="M170,95 Q180,93 185,95" stroke="#ff3366" stroke-width="2" fill="none"/>
  
  <!-- Legs -->
  <line x1="150" y1="200" x2="150" y2="220" stroke="#ff3366" stroke-width="3"/>
  
  <!-- Roller Skates -->
  <rect x="140" y="220" width="20" height="10" rx="2" fill="#4444ff"/>
  <circle cx="145" cy="230" r="4" fill="#666"/>
  <circle cx="155" cy="230" r="4" fill="#666"/>
  
  <!-- Stars/Decorative Elements -->
  <path d="M50,100 l2,5 l5,-2 l-2,5 l5,2 l-5,2 l2,5 l-5,-2 l-2,5 l-2,-5 l-5,2 l2,-5 l-5,-2 l5,-2 l-2,-5 l5,2 z" fill="yellow"/>
  <path d="M250,120 l2,5 l5,-2 l-2,5 l5,2 l-5,2 l2,5 l-5,-2 l-2,5 l-2,-5 l-5,2 l2,-5 l-5,-2 l5,-2 l-2,-5 l5,2 z" fill="yellow"/>
</svg>
SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="rainbow" x1="0" y1="1" x2="0" y2="0">
      <stop offset="0%" stop-color="#FF5722"/>
      <stop offset="14%" stop-color="#FFC107"/>
      <stop offset="28%" stop-color="#CDDC39"/>
      <stop offset="43%" stop-color="#8BC34A"/>
      <stop offset="57%" stop-color="#03A9F4"/>
      <stop offset="71%" stop-color="#2196F3"/>
      <stop offset="87%" stop-color="#673AB7"/>
      <stop offset="100%" stop-color="#9C27B0"/>
    </linearGradient>
    <radialGradient id="flamingoGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#FF4081"/>
      <stop offset="100%" stop-color="#F50057"/>
    </radialGradient>
    <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur in="SourceAlpha" stdDeviation="3" />
      <feOffset dy="2" dx="2" />
      <feMerge>
        <feMergeNode />
        <feMergeNode in="SourceGraphic" />
      </feMerge>
    </filter>
  </defs>
  <rect width="100%" height="100%" fill="#E1F5FE"/>
  
  <path d="M0 150 Q75 50 150 150 T300 150" fill="url(#rainbow)" />
  
  <g filter="url(#shadow)">
    <path d="M130 200 Q140 180 150 200 Q170 210 190 220 Q150 230 130 200" fill="#FFC107"/>
    <path d="M100 220 L160 220 L180 270 L80 270 Z" fill="#795548"/>
    <path d="M120 220 L140 230 L150 220 L160 230 L180 220 Q160 220 140 230 L140 250 L120 250 Z" fill="#00BCD4"/>
  </g>
  
  <g transform="translate(100, 120)">
    <body fill="url(#flamingoGradient)" stroke="#F50057" stroke-width="2">
      <path d="M25 20 C20 0 0 0 0 20 C0 50 30 50 30 20 C30 10 20 10 25 20 Z" />
    </body>
    <body>
      <path d="M10 20 Q0 30 10 40 Q20 30 10 20 Z" fill="#FF4081" />
    </body>
  </g>

  <animateTransform attributeName="transform" attributeType="XML" type="translate" from="100 0" to="100 20" dur="1s" begin="0s" repeatCount="indefinite" />
</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 image more effectively captures the prompt with a flamingo clearly wearing roller skates on a distinct rainbow path.

    The composition is colorful and whimsical, aligning well with the theme.

    In contrast, Player 2's image does not clearly depict a flamingo or roller skates and lacks the direct thematic connection to a rainbow path.

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
14
Player 2
7
Rectangles

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

Player 1
1
Player 2
1
Circles

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

Player 1
5
Player 2
Ellipses

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

Player 1
1
Player 2
Lines

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

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

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

Player 1
Player 2
2

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
5
Player 2
13

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
1

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
30
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
3
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