Back

SVG Drawing Match #2465

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"An umbrella floating in a teacup on a rainy day."

SVG by o4-mini low (2025-04-16)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#a0cfe8"/>
      <stop offset="100%" stop-color="#507b9c"/>
    </linearGradient>
    <radialGradient id="cupGrad" cx="50%" cy="30%" r="60%">
      <stop offset="0%" stop-color="#fffdf5"/>
      <stop offset="100%" stop-color="#d8c8b4"/>
    </radialGradient>
    <linearGradient id="umbrellaGrad" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#ff6b6b"/>
      <stop offset="50%" stop-color="#feca57"/>
      <stop offset="100%" stop-color="#ff6b6b"/>
    </linearGradient>
    <filter id="raindropBlur">
      <feGaussianBlur stdDeviation="1.2"/>
    </filter>
    <filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
      <feDropShadow dx="2" dy="4" stdDeviation="3" flood-color="#000" flood-opacity="0.3"/>
    </filter>
    <pattern id="ripple" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <path d="M0,10 Q10,0 20,10 T40,10" fill="none" stroke="#ffffff80" stroke-width="0.5"/>
    </pattern>
  </defs>
  <!-- Sky background -->
  <rect width="300" height="300" fill="url(#skyGrad)" />
  <!-- Rain -->
  <g filter="url(#raindropBlur)" stroke="#ffffff80" stroke-width="1.2" stroke-linecap="round">
    <line x1="20" y1="0" x2="30" y2="12"/>
    <line x1="60" y1="0" x2="70" y2="14"/>
    <line x1="110" y1="0" x2="120" y2="15"/>
    <line x1="150" y1="0" x2="160" y2="16"/>
    <line x1="200" y1="0" x2="210" y2="18"/>
    <line x1="250" y1="0" x2="260" y2="12"/>
    <line x1="300" y1="0" x2="310" y2="14"/>
    <line x1="0" y1="50" x2="10" y2="62"/>
    <line x1="50" y1="50" x2="60" y2="64"/>
    <line x1="100" y1="50" x2="110" y2="65"/>
    <line x1="250" y1="100" x2="260" y2="112"/>
    <line x1="280" y1="80" x2="290" y2="92"/>
  </g>
  <!-- Teacup -->
  <g filter="url(#shadow)">
    <ellipse cx="150" cy="210" rx="90" ry="25" fill="url(#cupGrad)"/>
    <path d="M60,210 Q60,150 150,150 Q240,150 240,210 Z" fill="url(#cupGrad)" stroke="#b3a292" stroke-width="2"/>
    <!-- Handle -->
    <path d="M240,180 C270,180 270,240 240,240" fill="none" stroke="#d8c8b4" stroke-width="8"/>
  </g>
  <!-- Tea water -->
  <ellipse cx="150" cy="200" rx="80" ry="18" fill="#8b5a2b" fill-opacity="0.7"/>
  <ellipse cx="150" cy="200" rx="78" ry="16" fill="url(#ripple)" />
  <!-- Umbrella -->
  <g transform="translate(150,180) rotate(-20)">
    <!-- Shaft -->
    <rect x="-2" y="-100" width="4" height="100" fill="#5a5a5a"/>
    <!-- Canopy -->
    <path d="M-60,-100 A60,60 0 0,1 60,-100 L60,-100 Q30,-60 0,-60 Q-30,-60 -60,-100 Z"
          fill="url(#umbrellaGrad)" stroke="#d94343" stroke-width="2"/>
    <!-- Canopy ribs -->
    <g stroke="#d94343" stroke-width="1">
      <line x1="-60" y1="-100" x2="0,-60" y2="-60"/>
      <line x1="-30" y1="-80" x2="0,-60" y2="-60"/>
      <line x1="0" y1="-60" x2="30,-80" y2="-80"/>
      <line x1="60" y1="-100" x2="0,-60" y2="-60"/>
    </g>
  </g>
  <!-- Small raindrops in cup -->
  <g fill="#ffffff80">
    <circle cx="120" cy="195" r="2"/>
    <circle cx="160" cy="202" r="1.5"/>
    <circle cx="140" cy="198" r="1.8"/>
  </g>
</svg>
SVG by DeepSeek R1
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#5c7c99"/>
      <stop offset="100%" stop-color="#b0c4de"/>
    </linearGradient>
    <radialGradient id="cupGrad" cx="50%" cy="50%" r="50%" fx="30%" fy="30%">
      <stop offset="0%" stop-color="#f8d7da"/>
      <stop offset="100%" stop-color="#fff0f3"/>
    </radialGradient>
    <pattern id="rain" patternUnits="userSpaceOnUse" width="10" height="20">
      <path d="M5 0v10" stroke="#a8d8f8" stroke-width="1" opacity="0.6"/>
    </pattern>
  </defs>

  <rect width="300" height="300" fill="url(#skyGrad)"/>

  <!-- Rain Layer -->
  <rect width="300" height="300" fill="url(#rain)" opacity="0.4" transform="rotate(15)"/>

  <!-- Teacup -->
  <g transform="translate(150 200)">
    <path d="M-60 0a60 40 0 0 1 120 0v40h-120z" fill="url(#cupGrad)" stroke="#dee2e6" stroke-width="3"/>
    <path d="M-50 0q50-30 100 0" stroke="#ff758f" stroke-width="8" fill="none"/>
    <ellipse cx="0" cy="40" rx="70" ry="15" fill="#fff0f3" stroke="#dee2e6" stroke-width="2"/>
  </g>

  <!-- Umbrella -->
  <g transform="translate(150 160)">
    <path d="M-40-50q40-50 80 0l-80 60z" fill="#ff6b6b" stroke="#ff4757" stroke-width="2"/>
    <path d="M0 10v50" stroke="#343a40" stroke-width="4" stroke-linecap="round"/>
    <circle cx="0" cy="-30" r="5" fill="#ffe066"/>
  </g>

  <!-- Decorative Splashes -->
  <g stroke="#a8d8f8" opacity="0.7">
    <path d="M110 230q10-15 20 5" stroke-width="2"/>
    <path d="M190 210q-5-20 15-10" stroke-width="2"/>
  </g>

  <!-- Steam -->
  <g fill="none" stroke="#fff" opacity="0.3">
    <path d="M140 170c10-15 20-5 30-20" stroke-width="2"/>
    <path d="M160 150c5-10 15-5 25-15" stroke-width="2"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini low (2025-04-16) Player 1

Judge's Analysis

    Player 1's image effectively adheres to the prompt with a clear depiction of an umbrella floating in a teacup set against a rainy background.

    The composition is clean, visually appealing, and technically well-executed.

    Player 2's submission is less clear and visually cohesive, making it harder to interpret the connection to 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
28
Player 2
13
Rectangles

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

Player 1
2
Player 2
2
Circles

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

Player 1
3
Player 2
1
Ellipses

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

Player 1
3
Player 2
1
Lines

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

Player 1
16
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
9
Groups

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

Player 1
5
Player 2
4

Visual Effects Metrics

Gradients

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

Player 1
3
Player 2
2
Patterns

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

Player 1
1
Player 2
1
Filters

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
12

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
3

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
23
Max Group Nesting

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

Player 1
1
Player 2
Defs Elements

The number of elements defined within the defs element in the SVG.

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