Back

SVG Drawing Match #2087

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Flamingo on a skateboard, wearing sunglasses and sipping a smoothie"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="gradient1" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#FF69B4" />
      <stop offset="100%" stop-color="#FF1493" />
    </linearGradient>
    <linearGradient id="gradient2" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#00FFFF" />
      <stop offset="100%" stop-color="#00BFFF" />
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="#87CEFA" />
  <path d="M150 200 q0 -50 50 -50 t50 50 t-50 50 t-50 -50" fill="url(#gradient1)" />
  <circle cx="150" cy="150" r="20" fill="url(#gradient2)" />
  <circle cx="150" cy="160" r="5" fill="#000000" />
  <circle cx="160" cy="160" r="5" fill="#000000" />
  <rect x="130" y="180" width="40" height="10" rx="5" fill="#FFFFFF" />
  <path d="M140 200 q0 -30 30 -30 t30 30 t-30 30 t-30 -30" fill="#000000" />
  <rect x="100" y="220" width="100" height="50" rx="10" fill="#FFD700" />
  <path d="M100 270 q0 -20 20 -20 t20 20 t-20 20 t-20 -20" fill="#FFD700" />
  <path d="M150 240 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#FFFFFF" />
  <path d="M100 230 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#FFFFFF" />
  <path d="M100 250 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#FFFFFF" />
  <path d="M100 270 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#FFFFFF" />
  <rect x="100" y="270" width="100" height="10" rx="5" fill="#8B0000" />
  <path d="M100 280 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#8B0000" />
  <path d="M100 290 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#8B0000" />
  <path d="M150 200 q0 -40 40 -40 t40 40 t-40 40 t-40 -40" fill="#FF4500" />
  <path d="M190 160 q0 -20 20 -20 t20 20 t-20 20 t-20 -20" fill="#FFFFFF" />
  <path d="M190 140 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#000000" />
  <path d="M190 120 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#000000" />
  <path d="M190 100 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#000000" />
  <path d="M190 80 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#000000" />
  <path d="M190 60 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#000000" />
  <path d="M190 40 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#000000" />
  <path d="M190 20 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#000000" />
  <path d="M190 0 q0 -10 10 -10 t10 10 t-10 10 t-10 -10" fill="#000000" />
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Gradient definitions -->
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#ff61d2;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff9a9e;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="flamingoGradient" cx="150%" cy="50%" r="100%" fx="150%" fy="50%">
      <stop offset="0%" style="stop-color:#ff9999;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff6666;stop-opacity:1" />
    </radialGradient>
    <linearGradient id="smoothieGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#fff000;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff69b4;stop-opacity:1" />
    </linearGradient>
  </defs>

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

  <!-- Skateboard -->
  <g transform="translate(100,200)">
    <!-- Deck -->
    <rect x="0" y="0" width="100" height="20" fill="#fff" stroke="#000" stroke-width="2"/>
    <!-- Wheels -->
    <g transform="translate(20,40)">
      <circle cx="0" cy="0" r="10" fill="#333" stroke="#666" stroke-width="2"/>
      <circle cx="80" cy="0" r="10" fill="#333" stroke="#666" stroke-width="2"/>
      <!-- Bolts -->
      <circle cx="40" cy="0" r="2" fill="#666"/>
      <circle cx="60" cy="0" r="2" fill="#666"/>
    </g>
  </g>

  <!-- Flamingo -->
  <g transform="translate(150,180)">
    <!-- Body -->
    <ellipse cx="0" cy="0" rx="20" ry="30" fill="url(#flamingoGradient)"/>
    <!-- Neck -->
    <path d="M0,30 Q -40,60 -60,60 L -60,100 L 0,100 Z" fill="url(#flamingoGradient)"/>
    <!-- Legs -->
    <line x1="-60,100" y1="100" x2="-60,200" y2="200" stroke="#ff6666" stroke-width="4"/>
    <line x1="20,100" y1="100" x2="20,200" y2="200" stroke="#ff6666" stroke-width="4"/>
  </g>

  <!-- Sunglasses -->
  <g transform="translate(140,130)">
    <path d="M-30,0 Q -20,-20 0,-20 L 30,-20 Q 20,0 0,20 L -30,20 Q -20,0 -30,0 Z" fill="#666" opacity="0.8"/>
    <path d="M-25,-15 Q -15,-10 0,-10 L 25,-10 Q 15,-15 0,-20 L -25,-20 Q -15,-15 -25,-15 Z" fill="#fff" opacity="0.3"/>
  </g>

  <!-- Smoothie -->
  <g transform="translate(220,170)">
    <!-- Cup -->
    <rect x="0" y="0" width="20" height="40" fill="#fff" stroke="#000" stroke-width="2"/>
    <!-- Straw -->
    <rect x="10" y="0" width="2" height="40" fill="#666"/>
    <!-- Smoothie content -->
    <rect x="2" y="0" width="16" height="40" fill="url(#smoothieGradient)"/>
  </g>

  <!-- Shadows -->
  <circle cx="150" cy="220" r="30" fill="#000" opacity="0.2" blur="10"/>
  <circle cx="220" cy="190" r="10" fill="#000" opacity="0.2" blur="5"/>

  <!-- Motion lines -->
  <path d="M100,200 Q 150,180 200,200 Q 250,220 300,200" fill="none" stroke="#ff69b4" stroke-width="2" opacity="0.5"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Qwen-2.5-32B Player 1

Judge's Analysis

    Player 1's image showcases a more coherent depiction of a flamingo on a skateboard with sunglasses and a smoothie, using clear shapes and a vibrant color palette.

    While Player 2's submission has an interesting abstract style, it lacks the clarity and adherence to the prompt that Player 1's image demonstrates.

    Overall, Player 1 effectively captures the playful essence of the concept.

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
18
Rectangles

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

Player 1
4
Player 2
5
Circles

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

Player 1
3
Player 2
6
Ellipses

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

Player 1
Player 2
1
Lines

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

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

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

Player 1
Player 2
5

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
7

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
6

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
Player 2
5

Complexity Metrics

Path Commands

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

Player 1
95
Player 2
22
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

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