Back

SVG Drawing Match #1988

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"An umbrella blooming like a flower in the rain"

SVG by o3-mini low (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Define gradients -->
  <defs>
    <linearGradient id="petalGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ff7f50"/>
      <stop offset="100%" stop-color="#ff1493"/>
    </linearGradient>
    <radialGradient id="umbrellaCenterGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#fffacd"/>
      <stop offset="100%" stop-color="#ffeb3b"/>
    </radialGradient>
    <linearGradient id="rainGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#87cefa" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#1e90ff" stop-opacity="0.4"/>
    </linearGradient>
    <pattern id="petalPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="2" fill="rgba(255,255,255,0.5)"/>
    </pattern>
  </defs>
  
  <!-- Background -->
  <rect width="300" height="300" fill="#f0f8ff"/>
  
  <!-- Raindrops -->
  <g id="rain">
    <!-- Using repeated lines -->
    <g stroke="url(#rainGradient)" stroke-width="2" stroke-linecap="round" opacity="0.7">
      <line x1="50" y1="0" x2="50" y2="300"/>
      <line x1="80" y1="0" x2="80" y2="300"/>
      <line x1="110" y1="0" x2="110" y2="300"/>
      <line x1="140" y1="0" x2="140" y2="300"/>
      <line x1="170" y1="0" x2="170" y2="300"/>
      <line x1="200" y1="0" x2="200" y2="300"/>
      <line x1="230" y1="0" x2="230" y2="300"/>
    </g>
  </g>
  
  <!-- Umbrella Bloom -->
  <g id="umbrella-bloom" transform="translate(150,150)">
    <!-- Umbrella petals (like blooming flower petals) -->
    <g id="petals">
      <g transform="rotate(0)">
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
      </g>
      <g transform="rotate(45)">
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
      </g>
      <g transform="rotate(90)">
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
      </g>
      <g transform="rotate(135)">
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
      </g>
      <g transform="rotate(180)">
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
      </g>
      <g transform="rotate(225)">
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
      </g>
      <g transform="rotate(270)">
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
      </g>
      <g transform="rotate(315)">
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalGradient)" stroke="#d40073" stroke-width="1"/>
        <path d="M0,-90 C20,-70 40,-70 50,-40 C40,-20 20,-20 0,-30 C-20,-20 -40,-20 -50,-40 C-40,-70 -20,-70 0,-90 Z" fill="url(#petalPattern)" opacity="0.4"/>
      </g>
    </g>
    
    <!-- Umbrella handle, twisting elegantly -->
    <path d="M0,10 C10,40 40,50 20,80" fill="none" stroke="#6a5acd" stroke-width="4" stroke-linecap="round"/>
    
    <!-- Umbrella center crown -->
    <circle cx="0" cy="0" r="15" fill="url(#umbrellaCenterGradient)" stroke="#ffd700" stroke-width="2"/>
  </g>
</svg>
SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="petalGradient" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#FFD800"/>
      <stop offset="50%" stop-color="#FF9933"/>
      <stop offset="100%" stop-color="#FF4500"/>
    </radialGradient>
    <linearGradient id="rainGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="rgba(200,200,255,0.7)" />
      <stop offset="100%" stop-color="rgba(150,150,255,0)" />
    </linearGradient>
     <pattern id="raindrops" width="0.05" height="0.1" patternUnits="userSpaceOnUse">
       <circle cx="0.025" cy="0.025" r="0.01" fill="#AACCFF" />
    </pattern>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="url(#rainGradient)" />
  <rect x="0" y="0" width="300" height="300" fill="url(#raindrops)" />
 <g transform="translate(150, 220)">
    <path d="M 0,0 C 50,-100 70,-80 70,-50 A 30,20 0 0,0 40,-50 C 40,-80 20,-100 0,0 Z" fill="url(#petalGradient)" transform="rotate(0)"/>
    <path d="M 0,0 C 50,-100 70,-80 70,-50 A 30,20 0 0,0 40,-50 C 40,-80 20,-100 0,0 Z" fill="url(#petalGradient)" transform="rotate(72)"/>
    <path d="M 0,0 C 50,-100 70,-80 70,-50 A 30,20 0 0,0 40,-50 C 40,-80 20,-100 0,0 Z" fill="url(#petalGradient)" transform="rotate(144)"/>
    <path d="M 0,0 C 50,-100 70,-80 70,-50 A 30,20 0 0,0 40,-50 C 40,-80 20,-100 0,0 Z" fill="url(#petalGradient)" transform="rotate(216)"/>
    <path d="M 0,0 C 50,-100 70,-80 70,-50 A 30,20 0 0,0 40,-50 C 40,-80 20,-100 0,0 Z" fill="url(#petalGradient)" transform="rotate(288)"/>
  <ellipse cx="0" cy="0" rx="15" ry="8" fill="#442200" />
 </g>
  
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini low (2025-01-31) Player 1

Judge's Analysis

    Player 1's image effectively combines the concept of an umbrella and a flower by integrating petal-like structures with a central handle, resembling both a flower's stamen and the umbrella's structure.

    The use of soft colors and a clear central focal point enhances its visual appeal.

    Player 2's image, while colorful, lacks a distinct connection to the umbrella concept, focusing more on abstract floral shapes without integrating the rain element.

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

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

Player 1
1
Player 2
2
Circles

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

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

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

Player 1
12
Player 2
1

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

The number of elements with stroke attributes in the SVG.

Player 1
11
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
7

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
9
Player 2
6

Complexity Metrics

Path Commands

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

Player 1
98
Player 2
25
Max Group Nesting

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

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