Back

SVG Drawing Match #2121

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Lonely penguin on a flamingo float in a desert oasis"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="waterGradient" x1="0%" y1="100%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#00aaff; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#005577; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="penguinGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#ffffff; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#000000; stop-opacity:1" />
    </radialGradient>
    <pattern id="flamingoPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="4" fill="#ff77a3" />
      <circle cx="5" cy="5" r="3" fill="#ff3c7e" />
    </pattern>
    <filter id="shadow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur in="SourceAlpha" stdDeviation="2" result="blur" />
      <feFlood flood-color="rgba(0,0,0,0.5)" />
      <feComposite in2="blur" operator="in" />
      <feOffset dx="2" dy="2" result="offsetBlur" />
      <feMerge>
        <feMergeNode />
        <feMergeNode in="SourceGraphic" />
      </feMerge>
    </filter>
  </defs>
  
  <rect width="300" height="300" fill="#ffcc88" />
  <ellipse cx="150" cy="220" rx="120" ry="30" fill="url(#waterGradient)" />
  
  <ellipse cx="150" cy="250" rx="20" ry="10" fill="#aaffff" filter="url(#shadow)" />
  
  <g transform="translate(125, 180)">
    <ellipse cx="0" cy="0" rx="30" ry="25" fill="url(#flamingoPattern)" />
    <ellipse cx="0" cy="-8" rx="25" ry="20" fill="url(#flamingoPattern)" />
    <ellipse cx="0" cy="-5" rx="15" ry="12" fill="url(#flamingoPattern)" />
    
    <path d="M0 -12 Q-10 -28 0 -20 Q10 -28 0 -12 Z" fill="#ff4499" />
    <path d="M-15 -15 C-25 -10 -25 -30 -5 -30 C5 -30 5 -10 -15 -15 Z" fill="#ff77a3" />
    <path d="M-15 -15 C-20 -10 -20 -28 -10 -28 C0 -28 0 -10 -15 -15 Z" fill="#ff3c7e" />
   
    <ellipse cx="0" cy="-22" rx="8" ry="10" fill="url(#penguinGradient)" />
    <ellipse cx="0" cy="-22" rx="5" ry="8" fill="black" />
    
    <circle cx="-5" cy="-22" r="1.5" fill="white" />
    <circle cx="5" cy="-22" r="1.5" fill="white" />
    
    <path d="M-3 -18 Q-5 -16 -3 -14 Q-1 -16 -3 -18" fill="orange" />
  </g>

  <rect x="0" y="240" width="300" height="60" fill="#ffc107" opacity="0.5" />
</svg>
SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background Gradient -->
  <defs>
    <linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#fde0c0;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff6f69;stop-opacity:1" />
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="url(#bgGradient)" />

  <!-- Desert Oasis -->
  <defs>
    <linearGradient id="oasisGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#81c784;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4CAF50;stop-opacity:1" />
    </linearGradient>
  </defs>
  <circle cx="150" cy="200" r="40" fill="url(#oasisGradient)" />
  <path d="M110 180 Q130 160 150 180 T190 180" stroke="#81c784" stroke-width="3" fill="none" />
  <path d="M140 180 Q150 170 160 180 T170 180" stroke="#81c784" stroke-width="3" fill="none" />

  <!-- Flamingo Float -->
  <defs>
    <linearGradient id="flamingoGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#ff6f69;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff5722;stop-opacity:1" />
    </linearGradient>
  </defs>
  <path d="M100 200 Q120 180 140 200 T180 200" fill="url(#flamingoGradient)" />
  <path d="M120 200 Q130 190 140 200" fill="url(#flamingoGradient)" />
  <path d="M160 200 Q170 190 180 200" fill="url(#flamingoGradient)" />

  <!-- Penguin -->
  <defs>
    <linearGradient id="penguinGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#0000ff;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#00008b;stop-opacity:1" />
    </linearGradient>
  </defs>
  <ellipse cx="150" cy="180" rx="20" ry="30" fill="url(#penguinGradient)" />
  <circle cx="150" cy="160" r="15" fill="white" />
  <circle cx="150" cy="160" r="5" fill="black" />
  <path d="M150 185 Q140 195 150 205 T160 205" stroke="black" stroke-width="3" fill="none" />
  <path d="M140 195 L150 190 L160 195" fill="black" />

  <!-- Stars in the Sky -->
  <circle cx="50" cy="50" r="3" fill="white" />
  <circle cx="200" cy="50" r="3" fill="white" />
  <circle cx="250" cy="100" r="3" fill="white" />
  <circle cx="100" cy="150" r="3" fill="white" />
  <circle cx="250" cy="150" r="3" fill="white" />
  <circle cx="150" cy="200" r="3" fill="white" />

  <!-- Palm Trees -->
  <path d="M25 250 Q50 200 75 250 T125 250 T175 250 T225 250" stroke="#81c784" stroke-width="3" fill="none" />
  <path d="M50 250 Q75 200 100 250 T150 250 T200 250" stroke="#81c784" stroke-width="3" fill="none" />
  <path d="M75 250 Q100 200 125 250 T175 250" stroke="#81c784" stroke-width="3" fill="none" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Qwen-2.5-32B Player 2

Judge's Analysis

    Player 2's image creatively interprets the prompt by incorporating elements that suggest a desert oasis with a visually appealing gradient background and a distinct representation of both the penguin and the flamingo float.

    The technical execution is strong, with clear lines and a harmonious color palette.

    Player 1's image, while colorful, lacks the same level of detail and clarity in depicting the key elements of 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
17
Player 2
21
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
4
Player 2
9
Ellipses

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

Player 1
7
Player 2
1
Lines

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

Player 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
4
Player 2
10
Groups

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

Player 1
1
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
6

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2
3

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
15
Player 2
31
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
4
Player 2
4
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