Back

SVG Drawing Match #1771

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Rainbow waterfall cascading into a teacup"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="rainbowGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#ff0000"/>
      <stop offset="14.28%" stop-color="#ff7f00"/>
      <stop offset="28.56%" stop-color="#ffff00"/>
      <stop offset="42.84%" stop-color="#00ff00"/>
      <stop offset="57.12%" stop-color="#0000ff"/>
      <stop offset="71.4%" stop-color="#4b0082"/>
      <stop offset="85.68%" stop-color="#9400d3"/>
      <stop offset="100%" stop-color="#ff00ff"/>
    </linearGradient>
    <radialGradient id="teacupGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="white"/>
      <stop offset="100%" stop-color="black"/>
    </radialGradient>
  </defs>
  <path d="M150 10 Q120 50, 150 90 Q180 130, 150 170" stroke="url(#rainbowGradient)" stroke-width="5" fill="none"/>
  <path d="M150 10 Q180 50, 150 90 Q120 130, 150 170" stroke="url(#rainbowGradient)" stroke-width="5" fill="none"/>
  <path d="M150 170 Q130 200, 150 230 Q170 260, 150 290" stroke="url(#rainbowGradient)" stroke-width="5" fill="none"/>
  <path d="M150 170 Q170 200, 150 230 Q130 260, 150 290" stroke="url(#rainbowGradient)" stroke-width="5" fill="none"/>
  <circle cx="150" cy="240" r="30" fill="url(#teacupGradient)" stroke="black" stroke-width="2"/>
  <path d="M150 270 Q130 280, 150 290 Q170 300, 150 310" stroke="url(#rainbowGradient)" stroke-width="5" fill="none"/>
  <path d="M150 270 Q170 280, 150 290 Q130 300, 150 310" stroke="url(#rainbowGradient)" stroke-width="5" fill="none"/>
  <rect x="130" y="280" width="40" height="10" rx="5" fill="url(#teacupGradient)" stroke="black" stroke-width="2"/>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background with subtle gradient -->
  <rect width="300" height="300" fill="url(#bgGrad)" />
  
  <!-- Rainbow waterfall -->
  <defs>
    <linearGradient id="rainbowGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#FF0000;stop-opacity:0.8" />
      <stop offset="14.28%" style="stop-color:#FF7F00;stop-opacity:0.8" />
      <stop offset="28.56%" style="stop-color:#FFFF00;stop-opacity:0.8" />
      <stop offset="42.84%" style="stop-color:#00FF00;stop-opacity:0.8" />
      <stop offset="57.12%" style="stop-color:#0000FF;stop-opacity:0.8" />
      <stop offset="71.4%" style="stop-color:#4B0082;stop-opacity:0.8" />
      <stop offset="85.68%" style="stop-color:#EE82EE;stop-opacity:0.8" />
      <stop offset="100%" style="stop-color:#FF0000;stop-opacity:0" />
    </linearGradient>
    
    <linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#87CEEB" />
      <stop offset="100%" style="stop-color:#E0FFFF" />
    </linearGradient>
    
    <!-- Water droplet pattern -->
    <pattern id="waterDroplets" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="2" fill="#FFFFFF" stroke="#0000FF" stroke-width="0.5" />
    </pattern>
  </defs>

  <!-- Waterfall path -->
  <path d="M150,50 C160,60 180,80 190,70 200,60 220,50 230,40 L230,40 C210,30 190,20 170,30 150,40 140,50 130,60 L130,60 C120,70 110,80 100,70 90,60 80,50 70,40 L70,40 C90,30 110,20 130,30 150,40 170,40 190,30 210,20 230,10 250,20 270,30 280,40 280,50 270,60 260,70 250,80 240,70 230,60 220,50 210,40 200,30 190,20 180,10 170,0 160,10 150,20 140,10 130,0 120,10 110,20 100,10 90,0 80,10 70,20 60,10 50,0 40,10 30,20 20,10 10,0 0,10 10,20 20,10 30,0 40,10 50,20 60,10 70,0 80,10 90,20 100,10 110,0 120,10 130,20 140,10 150,0 160,10 170,20 180,10 190,0 200,10 210,20 220,10 230,0 240,10 250,20 260,10 270,0 280,10 290,20 300,10 300,20 290,30 280,40 270,50 260,60 250,70 240,80 230,90 220,100 210,110 200,100 190,110 180,100 170,90 160,80 150,70 140,60 130,50 120,40 110,30 100,20 90,10 80,0 70,10 60,20 50,10 40,20 30,10 20,20 10,10 0,20 10,30 20,40 30,50 40,60 50,70 60,80 70,90 80,100 90,110 100,100 110,90 120,80 130,70 140,60 150,50" 
      fill="url(#rainbowGrad)" stroke="#000" stroke-width="0.5" opacity="0.7"/>
  
  <!-- Teacup -->
  <path d="M150,220 L130,250 L170,250 L150,270 L150,280 L180,280 200,270 200,250 190,240 180,230 Z"
        fill="#FFFFFF" stroke="#000" stroke-width="2">
    <defs>
      <linearGradient id="cupGradient" x1="150" y1="220" x2="150" y2="280" gradientUnits="userSpaceOnUse">
        <stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
        <stop offset="100%" style="stop-color:#808080;stop-opacity:0.3" />
      </linearGradient>
    </defs>
    <rect x="130" y="220" width="70" height="60" fill="url(#cupGradient)" />
  </path>

  <!-- Saucer -->
  <path d="M100,290 200,290 180,300 120,300 Z" fill="#FFFFFF" stroke="#000" stroke-width="2" />
  
  <!-- Steam -->
  <path d="M180,240 C180,230 190,220 200,210" stroke="#FFFFFF" stroke-width="2" fill="none" opacity="0.7"/>
  <path d="M200,240 C200,230 190,220 180,210" stroke="#FFFFFF" stroke-width="2" fill="none" opacity="0.7"/>
  
  <!-- Water droplets -->
  <rect x="50" y="50" width="200" height="200" fill="url(#waterDroplets)" opacity="0.5"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek-R1-Distill-Llama-70B Player 2

Judge's Analysis

    Player 2 effectively captures the concept of a 'rainbow waterfall cascading into a teacup' with clear imagery and vibrant colors that adhere to the prompt.

    The use of gradients and the depiction of water droplets enhance the visual appeal and technical quality.

    Player 1's submission, while creative, is more abstract and less representative 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
8
Player 2
9
Rectangles

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

Player 1
1
Player 2
3
Circles

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

Player 1
1
Player 2
1
Ellipses

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

Player 1
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
6
Player 2
5
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
2
Player 2
3
Patterns

The number of pattern definitions (pattern) in the SVG.

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

The number of elements with stroke attributes in the SVG.

Player 1
8
Player 2
6

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
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
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
18
Player 2
21
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
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