Back

SVG Drawing Match #2155

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Flamingo playing a saxophone under a giant mushroom"

SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#ffcc00" />
      <stop offset="100%" stop-color="#ff6699" />
    </linearGradient>
    <linearGradient id="mushroomGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#ff6666" />
      <stop offset="100%" stop-color="#cc3333" />
    </linearGradient>
    <linearGradient id="stemGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#cc9966" />
      <stop offset="100%" stop-color="#996633" />
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <circle cx="150" cy="150" r="100" fill="#ffffff" filter="url(#shadow)" />
  <path d="M150,50 Q200,100 150,150 Q100,100 150,50 Z" fill="url(#mushroomGradient)" />
  <rect x="140" y="150" width="20" height="100" fill="url(#stemGradient)" />
  <ellipse cx="150" cy="50" rx="80" ry="40" fill="#ffcccc" />
  <path d="M100,250 Q150,200 200,250" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M100,250 Q150,220 200,250" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M120,240 Q150,210 180,240" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M130,230 Q150,215 170,230" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M150,50 Q200,100 150,150 Q100,100 150,50 Z" fill="url(#mushroomGradient)" />
  <rect x="140" y="150" width="20" height="100" fill="url(#stemGradient)" />
  <ellipse cx="150" cy="50" rx="80" ry="40" fill="#ffcccc" />
  <path d="M100,250 Q150,200 200,250" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M100,250 Q150,220 200,250" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M120,240 Q150,210 180,240" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M130,230 Q150,215 170,230" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M50,200 Q100,150 150,200 Q200,150 250,200" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M50,200 Q100,170 150,200 Q200,170 250,200" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M60,190 Q100,160 150,190 Q200,160 240,190" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M70,180 Q100,165 150,180 Q200,165 230,180" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M80,170 Q100,160 150,170 Q200,160 220,170" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M90,160 Q100,155 150,160 Q200,155 210,160" fill="none" stroke="#cc6699" stroke-width="5" />
  <path d="M100,150 Q100,150 150,150 Q200,150 200,150" fill="none" stroke="#cc6699" stroke-width="5" />
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background with gradient -->
  <rect width="300" height="300" fill="url(#bgGradient)"/>
  
  <!-- Custom gradient definitions -->
  <defs>
    <linearGradient id="bgGradient" x1="0" y1="0" x2="300" y2="300">
      <stop offset="0%" style="stop-color:#ff69b4;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4b0082;stop-opacity:1" />
    </linearGradient>
    
    <radialGradient id="mushroomGlow" cx="150" cy="100" r="50" fx="150" fy="100" fx="0.5" fy="0.5">
      <stop offset="0%" style="stop-color:#ff00ff;stop-opacity:0.8" />
      <stop offset="100%" style="stop-color:#ff00ff;stop-opacity:0" />
    </radialGradient>
    
    <linearGradient id="flamingoGradient" x1="0" y1="0" x2="0" y2="100">
      <stop offset="0%" style="stop-color:#ffe4e1;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff69b4;stop-opacity:1" />
    </linearGradient>
    
    <linearGradient id="saxophoneGradient" x1="0" y1="0" x2="0" y2="100">
      <stop offset="0%" style="stop-color:#ffd700;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#a0522d;stop-opacity:1" />
    </linearGradient>
  </defs>

  <!-- Giant mushroom -->
  <path d="M150 100 L120 60 Q150 30 180 60 L150 100 Z" fill="url(#saxophoneGradient)" opacity="0.8"/>
  <ellipse cx="150" cy="70" rx="40" ry="20" fill="#ffffff" stroke="#ff0000" stroke-width="2"/>
  <rect x="130" y="80" width="40" height="60" fill="url(#saxophoneGradient)"/>
  
  <!-- Mushroom spots -->
  <circle cx="135" cy="50" r="5" fill="#ffffff"/>
  <circle cx="165" cy="50" r="5" fill="#ffffff"/>
  <circle cx="150" cy="40" r="5" fill="#ffffff"/>
  
  <!-- Flamingo -->
  <path d="M150 180 Q170 200 160 220 L180 240 Q190 230 190 220 L170 200" fill="url(#flamingoGradient)"/>
  <path d="M160 220 Q165 225 170 230 L160 240 Q155 235 150 230 L140 220 Q145 225 150 220 Z" fill="#000000"/>
  <path d="M140 220 Q130 200 125 180 L135 160 Q140 155 145 150 L150 140 L155 150 Q160 155 165 160 L165 170 Q160 175 155 180 L150 185" fill="#000000"/>
  
  <!-- Saxophone -->
  <rect x="140" y="160" width="20" height="80" fill="url(#saxophoneGradient)"/>
  <rect x="145" y="165" width="10" height="70" fill="#000000"/>
  <path d="M150 160 Q155 165 160 160 L160 180 Q155 175 150 180" fill="#000000"/>
  <rect x="150" y="170" width="10" height="10" fill="#000000"/>
  
  <!-- Lighting effects -->
  <circle cx="150" cy="100" r="50" fill="url(#mushroomGlow)"/>
  <circle cx="150" cy="160" r="20" fill="url(#mushroomGlow)"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek V3 Player 1

Judge's Analysis

    Player 1's image, while abstract, creatively interprets the prompt with a stylized flamingo and mushroom composition.

    The color gradient enhances visual appeal, and the elements are arranged in a balanced manner.

    Player 2's image failed to load, providing no basis for comparison.

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

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

Player 1
3
Player 2
Circles

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

Player 1
1
Player 2
Ellipses

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

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

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

Player 1
Player 2

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2

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

Complexity Metrics

Path Commands

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

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