Back

SVG Drawing Match #427

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Cloud in a teacup pouring rainbows"

SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="cloudGradient" cx="50%" cy="50%" r="100%">
      <stop offset="0%" style="stop-color:#ffffff;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#a0d8e6;stop-opacity:1"/>
    </radialGradient>
    
    <linearGradient id="teacupGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#8b4513;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#debb87;stop-opacity:1"/>
    </linearGradient>
    
    <linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#ff0000;stop-opacity:1"/>
      <stop offset="20%" style="stop-color:#ffa500;stop-opacity:1"/>
      <stop offset="40%" style="stop-color:#00ff00;stop-opacity:1"/>
      <stop offset="60%" style="stop-color:#0000ff;stop-opacity:1"/>
      <stop offset="80%" style="stop-color:#4b0082;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#ff0000;stop-opacity:1"/>
    </linearGradient>
    
    <pattern id="sparklePattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="3" fill="white">
        <animate attributeName="opacity" from="1" to="0" dur="1s" repeatCount="indefinite"/>
      </circle>
    </pattern>
  </defs>

  <!-- Cloud -->
  <path d="M150,100 Q170,80 200,100 Q230,120 200,140 Q170,160 150,140 Q130,120 150,100" fill="url(#cloudGradient)" stroke="#a0d8e6" stroke-width="2"/>
  
  <!-- Teacup -->
  <rect x="120" y="150" width="60" height="80" rx="30" fill="url(#teacupGradient)" stroke="#654321" stroke-width="2"/>
  <rect x="170" y="180" width="10" height="20" rx="5" fill="url(#teacupGradient)" stroke="#654321" stroke-width="2"/>
  
  <!-- Rainbows -->
  <g transform="translate(150,180)">
    <path d="M-80,0 Q0,-50 80,0" stroke="url(#rainbowGradient)" stroke-width="10" fill="none"/>
    <path d="M-60,10 Q0,-40 60,10" stroke="url(#rainbowGradient)" stroke-width="10" fill="none" opacity="0.8"/>
    <path d="M-40,20 Q0,-30 40,20" stroke="url(#rainbowGradient)" stroke-width="10" fill="none" opacity="0.6"/>
  </g>
  
  <!-- Sparkles -->
  <rect x="0" y="0" width="300" height="300" fill="url(#sparklePattern)" opacity="0.1"/>
  
  <!-- Base -->
  <rect x="0" y="250" width="300" height="50" fill="#e6e6fa"/>
</svg>
SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
    <defs>
        <linearGradient id="cloudGradient" x1="0%" y1="0%" x2="100%" y2="100%">
            <stop offset="0%" style="stop-color:#ffffff; stop-opacity:0.9" />
            <stop offset="100%" style="stop-color:#e0e0e0; stop-opacity:1" />
        </linearGradient>
        <linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="100%">
            <stop offset="0%" style="stop-color:#ff0000; stop-opacity:1" />
            <stop offset="16.67%" style="stop-color:#ff7f00; stop-opacity:1" />
            <stop offset="33.33%" style="stop-color:#ffff00; stop-opacity:1" />
            <stop offset="50%" style="stop-color:#00ff00; stop-opacity:1" />
            <stop offset="66.67%" style="stop-color:#0000ff; stop-opacity:1" />
            <stop offset="83.33%" style="stop-color:#4b0082; stop-opacity:1" />
            <stop offset="100%" style="stop-color:#9400d3; stop-opacity:1" />
        </linearGradient>
        <radialGradient id="cupGradient" 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:#c0c0c0; stop-opacity:1" />
        </radialGradient>
    </defs>
    <g transform="translate(150, 160)">
        <path d="M-40 -40 Q-60 -80 0 -80 Q60 -80 40 -40 Q80 -60 80 -20 Q80 20 40 20 Q60 60 0 60 Q-60 60 -40 20 Q-80 20 -80 -20 Q-80 -60 -40 -40 Z" fill="url(#cloudGradient)" />
        <path d="M-25 -35 Q-50 -50 -70 -30 Q-90 -20 -80 10 Q-60 5 -50 0 Q-30 15 -25 -35 Z" fill="url(#cloudGradient)" />
        <path d="M20 -35 Q35 -50 50 -40 Q60 -20 40 0 Q35 15 20 -35 Z" fill="url(#cloudGradient)" />
        <path d="M-30 60 Q-40 90 0 80 Q40 90 30 60 Z" fill="url(#cupGradient)" />
        <path d="M-30 60 Q-40 70 -60 70 Q-60 80 0 80 Q60 80 60 70 Q40 70 30 60 Z" fill="#868686" />
        <path d="M-15 60 C-15 75 -15 90 0 90 C15 90 15 75 15 60 Z" fill="#868686" />
        <path d="M-5 61 L-5 90 L5 90 L5 61 Q0 60 -5 61 Z" fill="#a0a0a0" />
        <path d="M-5 90 L-15 90 L-10 110 L10 110 L5 90 Z" fill="#a0a0a0" />
        <g fill="url(#rainbowGradient)" stroke="none">
            <path d="M0 0 L-10 20 Q-30 0 -40 20 Q-30 40 -10 20 L0 0" />
            <path d="M0 0 L10 20 Q30 0 40 20 Q30 40 10 20 L0 0" />
            <path d="M0 0 L-7 17 Q-20 5 -25 17 Q-20 32 -7 17 L0 0" />
            <path d="M0 0 L7 17 Q20 5 25 17 Q20 32 7 17 L0 0" />
            <path d="M0 0 L-4 14 Q-15 8 -17 14 Q-15 19 -4 14 L0 0" />
            <path d="M0 0 L4 14 Q15 8 17 14 Q15 19 4 14 L0 0" />
        </g>
    </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o mini (2024-07-18) Player 2

Judge's Analysis

    Player 2's submission captures the whimsical idea of 'Cloud in a teacup pouring rainbows' more effectively with a clear depiction of a cloud and colorful, flowing elements suggestive of rainbows.

    The composition is clean and visually appealing.

    Player 1's image lacks clarity and cohesion in its elements, making it harder to interpret the theme.

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
9
Player 2
14
Rectangles

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

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

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

Player 1
1
Player 2
2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
4
Player 2
3

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
1
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
1
Player 2
1

Complexity Metrics

Path Commands

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

Player 1
11
Player 2
77
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
4
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