Back

SVG Drawing Match #1162

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Floating umbrella forest in pastel geometric style"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <pattern id="rainPattern" patternUnits="userSpaceOnUse" width="10" height="10" patternTransform="rotate(45)">
      <line x1="0" y1="0" x2="0" y2="10" stroke="#d4f1f9" stroke-width="1.5" stroke-linecap="round"/>
    </pattern>
    
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#e6f7ff"/>
      <stop offset="100%" stop-color="#ffccf9"/>
    </linearGradient>
    
    <radialGradient id="umbrellaGradient1" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#ffb6c1"/>
      <stop offset="100%" stop-color="#ff69b4"/>
    </radialGradient>
    
    <radialGradient id="umbrellaGradient2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#add8e6"/>
      <stop offset="100%" stop-color="#87cefa"/>
    </radialGradient>
    
    <radialGradient id="umbrellaGradient3" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#ffffcc"/>
      <stop offset="100%" stop-color="#ffff99"/>
    </radialGradient>
    
    <radialGradient id="umbrellaGradient4" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#e6e6fa"/>
      <stop offset="100%" stop-color="#d8bfd8"/>
    </radialGradient>
    
    <radialGradient id="umbrellaGradient5" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#98fb98"/>
      <stop offset="100%" stop-color="#90ee90"/>
    </radialGradient>
  </defs>
  
  <!-- Background -->
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  
  <!-- Rain pattern background -->
  <rect width="300" height="300" fill="url(#rainPattern)" opacity="0.2"/>
  
  <!-- Geometric background elements -->
  <polygon points="0,300 300,300 150,200" fill="#f0f8ff" opacity="0.3"/>
  <polygon points="0,0 300,0 150,100" fill="#fff0f5" opacity="0.3"/>
  
  <!-- Ground/Water reflection -->
  <rect x="0" y="230" width="300" height="70" fill="#b3e0ff" opacity="0.5"/>
  
  <!-- Umbrella Forest -->
  <!-- Umbrella 1 -->
  <g transform="translate(50, 120) scale(0.8)">
    <polygon points="0,0 30,-45 -30,-45" fill="url(#umbrellaGradient1)" stroke="#ffb6c1" stroke-width="1.5"/>
    <path d="M 0,0 Q 15,-45 30,-45 M 0,0 Q -15,-45 -30,-45" fill="none" stroke="#ffb6c1" stroke-width="1.5"/>
    <line x1="0" y1="0" x2="0" y2="50" stroke="#ffc0cb" stroke-width="2" stroke-linecap="round"/>
    <circle cx="0" cy="-20" r="5" fill="#ffe4e1"/>
  </g>
  
  <!-- Umbrella 2 -->
  <g transform="translate(100, 80) scale(1.2)">
    <polygon points="0,0 25,-35 -25,-35" fill="url(#umbrellaGradient2)" stroke="#add8e6" stroke-width="1.5"/>
    <path d="M 0,0 Q 12.5,-35 25,-35 M 0,0 Q -12.5,-35 -25,-35" fill="none" stroke="#add8e6" stroke-width="1.5"/>
    <line x1="0" y1="0" x2="0" y2="40" stroke="#b0e0e6" stroke-width="2" stroke-linecap="round"/>
    <rect x="-5" y="-25" width="10" height="10" fill="#f0ffff" rx="2" ry="2"/>
  </g>
  
  <!-- Umbrella 3 -->
  <g transform="translate(160, 150) scale(0.9)">
    <polygon points="0,0 28,-40 -28,-40" fill="url(#umbrellaGradient3)" stroke="#ffffcc" stroke-width="1.5"/>
    <path d="M 0,0 Q 14,-40 28,-40 M 0,0 Q -14,-40 -28,-40" fill="none" stroke="#ffffcc" stroke-width="1.5"/>
    <line x1="0" y1="0" x2="0" y2="45" stroke="#ffffe0" stroke-width="2" stroke-linecap="round"/>
    <polygon points="0,-20 5,-15 0,-10 -5,-15" fill="#fffacd"/>
  </g>
  
  <!-- Umbrella 4 -->
  <g transform="translate(220, 100) scale(1)">
    <polygon points="0,0 32,-42 -32,-42" fill="url(#umbrellaGradient4)" stroke="#e6e6fa" stroke-width="1.5"/>
    <path d="M 0,0 Q 16,-42 32,-42 M 0,0 Q -16,-42 -32,-42" fill="none" stroke="#e6e6fa" stroke-width="1.5"/>
    <line x1="0" y1="0" x2="0" y2="55" stroke="#d8bfd8" stroke-width="2" stroke-linecap="round"/>
    <circle cx="-10" cy="-20" r="3" fill="#fff0f5"/>
    <circle cx="10" cy="-20" r="3" fill="#fff0f5"/>
    <circle cx="0" cy="-30" r="3" fill="#fff0f5"/>
  </g>
  
  <!-- Umbrella 5 -->
  <g transform="translate(250, 180) scale(0.7)">
    <polygon points="0,0 34,-44 -34,-44" fill="url(#umbrellaGradient5)" stroke="#98fb98" stroke-width="1.5"/>
    <path d="M 0,0 Q 17,-44 34,-44 M 0,0 Q -17,-44 -34,-44" fill="none" stroke="#98fb98" stroke-width="1.5"/>
    <line x1="0" y1="0" x2="0" y2="60" stroke="#90ee90" stroke-width="2" stroke-linecap="round"/>
    <path d="M -15,-22 L -5,-22 L -5,-12 L -15,-12 Z" fill="#f0fff0"/>
  </g>
  
  <!-- Umbrella 6 -->
  <g transform="translate(30, 190) scale(0.6)">
    <polygon points="0,0 35,-45 -35,-45" fill="url(#umbrellaGradient1)" stroke="#ffb6c1" stroke-width="1.5"/>
    <path d="M 0,0 Q 17.5,-45 35,-45 M 0,0 Q -17.5,-45 -35,-45" fill="none" stroke="#ffb6c1" stroke-width="1.5"/>
    <line x1="0" y1="0" x2="0" y2="65" stroke="#ffc0cb" stroke-width="2" stroke-linecap="round"/>
    <ellipse cx="0" cy="-22" rx="10" ry="5" fill="#ffe4e1"/>
  </g>
  
  <!-- Umbrella 7 -->
  <g transform="translate(140, 40) scale(1.1)">
    <polygon points="0,0 28,-38 -28,-38" fill="url(#umbrellaGradient4)" stroke="#e6e6fa" stroke-width="1.5"/>
    <path d="M 0,0 Q 14,-38 28,-38 M 0,0 Q -14,-38 -28,-38" fill="none" stroke="#e6e6fa" stroke-width="1.5"/>
    <line x1="0" y1="0" x2="0" y2="40" stroke="#d8bfd8" stroke-width="2" stroke-linecap="round"/>
    <path d="M -10,-20 C -5,-25 5,-25 10,-20" fill="none" stroke="#fff0f5" stroke-width="1.5"/>
  </g>
  
  <!-- Floating Geometric Elements -->
  <circle cx="70" cy="50" r="10" fill="#ffb6c1" opacity="0.7"/>
  <rect x="200" y="65" width="15" height="15" rx="2" ry="2" fill="#add8e6" opacity="0.7"/>
  <polygon points="125,30 135,40 115,40" fill="#ffffcc" opacity="0.7"/>
  <circle cx="250" cy="40" r="8" fill="#e6e6fa" opacity="0.7"/>
  <rect x="40" cy="65" width="12" height="12" rx="2" ry="2" fill="#98fb98" opacity="0.7" transform="rotate(45, 46, 71)"/>
  
  <!-- Cloud-like shapes -->
  <path d="M 80,20 Q 95,5 110,20 Q 125,5 140,20 Q 155,5 170,20 Q 180,15 180,30 Q 195,25 190,40 Q 205,35 200,50 Q 170,60 140,50 Q 110,60 80,50 Q 65,45 70,30 Q 65,15 80,20 Z" fill="#ffffff" opacity="0.4"/>
  <path d="M 220,220 Q 235,205 250,220 Q 265,205 280,220 Q 295,215 295,230 Q 305,225 300,240 Q 270,250 240,240 Q 225,235 230,220 Z" fill="#ffffff" opacity="0.4"/>
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#ffccff;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ccffff;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="umbrellaGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#ffe6e6;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ccffcc;stop-opacity:1" />
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  
  <!-- Trees -->
  <path d="M75,150 C60,130 80,120 75,100" fill="none" stroke="#edd782" stroke-width="4" stroke-linecap="round" />
  <path d="M150,170 C135,150 155,140 150,120" fill="none" stroke="#edd782" stroke-width="4" stroke-linecap="round" />
  <path d="M225,130 C210,110 230,100 225,80" fill="none" stroke="#edd782" stroke-width="4" stroke-linecap="round" />

  <!-- Floating Umbrellas -->
  <polygon points="70,60 90,95 50,95" fill="url(#umbrellaGradient)" stroke="#b3b3e6" stroke-width="2"/>
  <line x1="70" y1="95" x2="70" y2="120" stroke="#b3b3e6" stroke-width="2"/>
  
  <polygon points="150,40 170,75 130,75" fill="url(#umbrellaGradient)" stroke="#b3b3e6" stroke-width="2"/>
  <line x1="150" y1="75" x2="150" y2="100" stroke="#b3b3e6" stroke-width="2"/>
  
  <polygon points="230,90 250,125 210,125" fill="url(#umbrellaGradient)" stroke="#b3b3e6" stroke-width="2"/>
  <line x1="230" y1="125" x2="230" y2="150" stroke="#b3b3e6" stroke-width="2"/>
  
  <!-- Geometric Forest Floor -->
  <path d="M0,250 L50,230 L100,250 L150,230 L200,250 L250,230 L300,250 L300,300 L0,300 Z" fill="#d9b3ff" opacity="0.5"/>
  
  <!-- Additional Floating Shapes for Depth -->
  <ellipse cx="100" cy="180" rx="15" ry="5" fill="#ff9999" opacity="0.5"/>
  <ellipse cx="200" cy="200" rx="15" ry="5" fill="#ff9999" opacity="0.5"/>
  <ellipse cx="50" cy="210" rx="15" ry="5" fill="#ff9999" opacity="0.5"/>
  <ellipse cx="250" cy="160" rx="15" ry="5" fill="#ff9999" opacity="0.5"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 1

Judge's Analysis

    Player 1's submission showcases a more vibrant use of pastel colors and a variety of geometric shapes that effectively convey the 'floating umbrella forest' concept.

    The composition is dynamic and visually engaging, providing a stronger adherence to the prompt.

    In contrast, Player 2's image is simpler and lacks the complexity and diversity of shapes and colors that enhance 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
43
Player 2
15
Rectangles

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

Player 1
6
Player 2
1
Circles

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

Player 1
6
Player 2
Ellipses

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

Player 1
1
Player 2
4
Lines

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

Player 1
8
Player 2
3
Polygons

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

Player 1
11
Player 2
3
Paths

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

Player 1
11
Player 2
4
Groups

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

Player 1
7
Player 2

Visual Effects Metrics

Gradients

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

Player 1
6
Player 2
2
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
11
Player 2
5
Elements with Stroke

The number of elements with stroke attributes in the SVG.

Player 1
23
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
24
Player 2
4

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
8
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
55
Player 2
16
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
7
Player 2
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