Back

SVG Drawing Match #1837

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Flamingo on roller skates juggling pineapples"

SVG by o3-mini low (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="flamingoGrad" cx="50%" cy="30%" r="50%">
      <stop offset="0%" stop-color="#ff99cc"/>
      <stop offset="100%" stop-color="#ff3366"/>
    </radialGradient>
    <linearGradient id="pineappleGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ffcc00"/>
      <stop offset="100%" stop-color="#ff9900"/>
    </linearGradient>
    <pattern id="skatePattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <rect width="10" height="10" fill="#444"/>
      <circle cx="5" cy="5" r="2" fill="#888" />
    </pattern>
  </defs>
  <!-- Background -->
  <rect width="300" height="300" fill="#e0f7fa"/>
  <!-- Flamingo Body -->
  <g id="flamingo">
    <!-- Body -->
    <ellipse cx="150" cy="150" rx="30" ry="60" fill="url(#flamingoGrad)" stroke="#cc3366" stroke-width="1"/>
    <!-- Neck -->
    <path d="M150,90 C140,70 120,60 120,40" fill="none" stroke="url(#flamingoGrad)" stroke-width="6" stroke-linecap="round"/>
    <!-- Head -->
    <circle cx="120" cy="35" r="8" fill="url(#flamingoGrad)" stroke="#cc3366" stroke-width="1"/>
    <!-- Beak -->
    <path d="M112,35 L98,32 L112,30" fill="none" stroke="#cc3366" stroke-width="2" stroke-linecap="round"/>
    <!-- Wing -->
    <path d="M160,150 C170,140 170,160 160,170 C150,180 140,170 150,160" fill="none" stroke="#cc3366" stroke-width="3" stroke-linecap="round"/>
  </g>
  <!-- Roller Skates -->
  <g id="rollerSkates">
    <!-- Left Skate -->
    <g transform="translate(130,210)">
      <rect x="0" y="0" width="20" height="8" fill="url(#skatePattern)" stroke="#222" stroke-width="1"/>
      <circle cx="5" cy="16" r="3" fill="#666" stroke="#333" stroke-width="1"/>
      <circle cx="15" cy="16" r="3" fill="#666" stroke="#333" stroke-width="1"/>
      <circle cx="25" cy="16" r="3" fill="#666" stroke="#333" stroke-width="1"/>
    </g>
    <!-- Right Skate -->
    <g transform="translate(150,210)">
      <rect x="0" y="0" width="20" height="8" fill="url(#skatePattern)" stroke="#222" stroke-width="1"/>
      <circle cx="5" cy="16" r="3" fill="#666" stroke="#333" stroke-width="1"/>
      <circle cx="15" cy="16" r="3" fill="#666" stroke="#333" stroke-width="1"/>
      <circle cx="25" cy="16" r="3" fill="#666" stroke="#333" stroke-width="1"/>
    </g>
  </g>
  <!-- Juggling Pineapples -->
  <g id="pineapples">
    <!-- Pineapple 1 -->
    <g transform="translate(80,80)">
      <ellipse cx="0" cy="0" rx="8" ry="12" fill="url(#pineappleGrad)" stroke="#cc7a00" stroke-width="1"/>
      <path d="M-6,0 Q0,-8 6,0" fill="none" stroke="#b36b00" stroke-width="1"/>
      <line x1="-4" y1="4" x2="4" y2="4" stroke="#b36b00" stroke-width="1"/>
    </g>
    <!-- Pineapple 2 -->
    <g transform="translate(220,80)">
      <ellipse cx="0" cy="0" rx="8" ry="12" fill="url(#pineappleGrad)" stroke="#cc7a00" stroke-width="1"/>
      <path d="M-6,0 Q0,-8 6,0" fill="none" stroke="#b36b00" stroke-width="1"/>
      <line x1="-4" y1="4" x2="4" y2="4" stroke="#b36b00" stroke-width="1"/>
    </g>
    <!-- Pineapple 3 -->
    <g transform="translate(150,40)">
      <ellipse cx="0" cy="0" rx="8" ry="12" fill="url(#pineappleGrad)" stroke="#cc7a00" stroke-width="1"/>
      <path d="M-6,0 Q0,-8 6,0" fill="none" stroke="#b36b00" stroke-width="1"/>
      <line x1="-4" y1="4" x2="4" y2="4" stroke="#b36b00" stroke-width="1"/>
    </g>
  </g>
  <!-- Juggling motion arcs -->
  <path d="M80,80 Q150,20 220,80" fill="none" stroke="#ff6666" stroke-dasharray="4,4" stroke-width="1"/>
</svg>
SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#ffd700" />
  
  <!-- Sun -->
  <circle cx="250" cy="50" r="40" fill="#ffda44" />
  
  <!-- Flamingo body -->
  <ellipse cx="150" cy="200" rx="40" ry="80" fill="#ff8c8c" />
  
  <!-- Flamingo head -->
  <circle cx="150" cy="160" r="20" fill="#ff8c8c" />
  
  <!-- Flamingo beak -->
  <polygon points="145,160 155,160 150,170" fill="#ff5733" />
  
  <!-- Flamingo eye -->
  <circle cx="160" cy="155" r="3" fill="#000" />
  
  <!-- Flamingo legs -->
  <line x1="135" y1="200" x2="135" y2="240" stroke="#f72e2e" stroke-width="5" />
  <line x1="165" y1="200" x2="165" y2="240" stroke="#f72e2e" stroke-width="5" />
  
  <!-- Roller skates -->
  <ellipse cx="135" cy="240" rx="20" ry="10" fill="#444" />
  <ellipse cx="165" cy="240" rx="20" ry="10" fill="#444" />
  
  <!-- Pineapples -->
  <path d="M90,210 L100,190 L110,210 L105,210 L100,200 L95,210 Z" fill="#fbbc05" />
  <path d="M135,230 L140,220 L145,230 L142.5,230 L140,225 L137.5,230 Z" fill="#fbbc05" />
  <path d="M165,230 L170,220 L175,230 L172.5,230 L170,225 L167.5,230 Z" fill="#fbbc05" />
  
  <!-- Juggling motion lines -->
  <line x1="90" y1="210" x2="85" y2="220" stroke="#f72e2e" stroke-width="2" />
  <line x1="135" y1="230" x2="130" y2="240" stroke="#f72e2e" stroke-width="2" />
  <line x1="165" y1="230" x2="160" y2="240" stroke="#f72e2e" stroke-width="2" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini low (2025-01-31) Player 1

Judge's Analysis

    Player 1's submission successfully incorporates all elements of the prompt, including the flamingo, roller skates, and juggling pineapples, shown with clear visual indicators.

    The design is colorful and playful, effectively conveying the whimsical nature of the concept.

    Player 2's image lacks the juggling and pineapple elements, making it less aligned with 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
26
Player 2
16
Rectangles

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

Player 1
4
Player 2
1
Circles

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

Player 1
8
Player 2
3
Ellipses

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

Player 1
4
Player 2
3
Lines

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

Player 1
3
Player 2
5
Polygons

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

Player 1
Player 2
1
Paths

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

Player 1
7
Player 2
3
Groups

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

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

The number of elements with stroke attributes in the SVG.

Player 1
23
Player 2
5

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
14
Player 2
8

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
16
Player 2
21
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
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