Back

SVG Drawing Match #2165

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Floating umbrella cityscape"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#1a237e" />
      <stop offset="50%" stop-color="#4a148c" />
      <stop offset="100%" stop-color="#880e4f" />
    </linearGradient>
    <linearGradient id="buildingGradient1" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#263238" />
      <stop offset="100%" stop-color="#455a64" />
    </linearGradient>
    <linearGradient id="buildingGradient2" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#37474f" />
      <stop offset="100%" stop-color="#546e7a" />
    </linearGradient>
    <linearGradient id="umbrellaGradient1" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#f44336" />
      <stop offset="100%" stop-color="#b71c1c" />
    </linearGradient>
    <linearGradient id="umbrellaGradient2" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#2196f3" />
      <stop offset="100%" stop-color="#0d47a1" />
    </linearGradient>
    <linearGradient id="umbrellaGradient3" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ffeb3b" />
      <stop offset="100%" stop-color="#f57f17" />
    </linearGradient>
    <linearGradient id="umbrellaGradient4" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#4caf50" />
      <stop offset="100%" stop-color="#1b5e20" />
    </linearGradient>
    <filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="3" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
    <pattern id="windowPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="1" y="1" width="8" height="8" fill="#ffeb3b" opacity="0.3" />
    </pattern>
  </defs>
  
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
  <circle cx="30" cy="30" r="15" fill="#fff" opacity="0.8" />
  
  <!-- Stars -->
  <g id="stars">
    <circle cx="50" cy="20" r="1" fill="white" />
    <circle cx="120" cy="40" r="0.8" fill="white" />
    <circle cx="200" cy="30" r="1.2" fill="white" />
    <circle cx="240" cy="60" r="0.7" fill="white" />
    <circle cx="180" cy="15" r="1" fill="white" />
    <circle cx="90" cy="25" r="0.9" fill="white" />
    <circle cx="280" cy="35" r="1.1" fill="white" />
    <circle cx="60" cy="50" r="0.7" fill="white" />
    <circle cx="150" cy="20" r="1" fill="white" />
    <circle cx="220" cy="45" r="0.8" fill="white" />
  </g>
  
  <!-- Buildings -->
  <g id="buildings">
    <rect x="10" y="160" width="30" height="140" fill="url(#buildingGradient1)" />
    <rect x="40" y="180" width="35" height="120" fill="url(#buildingGradient2)" />
    <rect x="75" y="150" width="40" height="150" fill="url(#buildingGradient1)" />
    <rect x="115" y="190" width="25" height="110" fill="url(#buildingGradient2)" />
    <rect x="140" y="170" width="45" height="130" fill="url(#buildingGradient1)" />
    <rect x="185" y="140" width="35" height="160" fill="url(#buildingGradient2)" />
    <rect x="220" y="200" width="30" height="100" fill="url(#buildingGradient1)" />
    <rect x="250" y="160" width="40" height="140" fill="url(#buildingGradient2)" />
    
    <!-- Windows -->
    <rect x="15" y="170" width="20" height="130" fill="url(#windowPattern)" />
    <rect x="45" y="190" width="25" height="110" fill="url(#windowPattern)" />
    <rect x="80" y="160" width="30" height="140" fill="url(#windowPattern)" />
    <rect x="120" y="200" width="15" height="100" fill="url(#windowPattern)" />
    <rect x="145" y="180" width="35" height="120" fill="url(#windowPattern)" />
    <rect x="190" y="150" width="25" height="150" fill="url(#windowPattern)" />
    <rect x="225" y="210" width="20" height="90" fill="url(#windowPattern)" />
    <rect x="255" y="170" width="30" height="130" fill="url(#windowPattern)" />
  </g>
  
  <!-- Floating Umbrellas -->
  <g id="umbrellas" filter="url(#glow)">
    <!-- Red Umbrella -->
    <g transform="translate(60, 90) scale(0.8)">
      <path d="M0,0 C-20,-20 -40,-25 -40,-5 C-40,-25 -20,-40 0,-40 C20,-40 40,-25 40,-5 C40,-25 20,-20 0,0" fill="url(#umbrellaGradient1)" />
      <line x1="0" y1="0" x2="0" y2="30" stroke="#aaa" stroke-width="2" />
      <path d="M0,30 C-3,30 -5,32 -5,35 C-5,38 -3,40 0,40 C3,40 5,38 5,35 C5,32 3,30 0,30" fill="#aaa" />
    </g>
    
    <!-- Blue Umbrella -->
    <g transform="translate(130, 70) scale(1.1)">
      <path d="M0,0 C-20,-20 -40,-25 -40,-5 C-40,-25 -20,-40 0,-40 C20,-40 40,-25 40,-5 C40,-25 20,-20 0,0" fill="url(#umbrellaGradient2)" />
      <line x1="0" y1="0" x2="0" y2="30" stroke="#aaa" stroke-width="2" />
      <path d="M0,30 C-3,30 -5,32 -5,35 C-5,38 -3,40 0,40 C3,40 5,38 5,35 C5,32 3,30 0,30" fill="#aaa" />
    </g>
    
    <!-- Yellow Umbrella -->
    <g transform="translate(200, 100) scale(0.9)">
      <path d="M0,0 C-20,-20 -40,-25 -40,-5 C-40,-25 -20,-40 0,-40 C20,-40 40,-25 40,-5 C40,-25 20,-20 0,0" fill="url(#umbrellaGradient3)" />
      <line x1="0" y1="0" x2="0" y2="30" stroke="#aaa" stroke-width="2" />
      <path d="M0,30 C-3,30 -5,32 -5,35 C-5,38 -3,40 0,40 C3,40 5,38 5,35 C5,32 3,30 0,30" fill="#aaa" />
    </g>
    
    <!-- Green Umbrella -->
    <g transform="translate(250, 60) scale(0.7)">
      <path d="M0,0 C-20,-20 -40,-25 -40,-5 C-40,-25 -20,-40 0,-40 C20,-40 40,-25 40,-5 C40,-25 20,-20 0,0" fill="url(#umbrellaGradient4)" />
      <line x1="0" y1="0" x2="0" y2="30" stroke="#aaa" stroke-width="2" />
      <path d="M0,30 C-3,30 -5,32 -5,35 C-5,38 -3,40 0,40 C3,40 5,38 5,35 C5,32 3,30 0,30" fill="#aaa" />
    </g>
    
    <!-- Additional Small Umbrellas -->
    <g transform="translate(100, 50) scale(0.5)">
      <path d="M0,0 C-20,-20 -40,-25 -40,-5 C-40,-25 -20,-40 0,-40 C20,-40 40,-25 40,-5 C40,-25 20,-20 0,0" fill="url(#umbrellaGradient1)" />
      <line x1="0" y1="0" x2="0" y2="30" stroke="#aaa" stroke-width="2" />
      <path d="M0,30 C-3,30 -5,32 -5,35 C-5,38 -3,40 0,40 C3,40 5,38 5,35 C5,32 3,30 0,30" fill="#aaa" />
    </g>
    
    <g transform="translate(170, 40) scale(0.4)">
      <path d="M0,0 C-20,-20 -40,-25 -40,-5 C-40,-25 -20,-40 0,-40 C20,-40 40,-25 40,-5 C40,-25 20,-20 0,0" fill="url(#umbrellaGradient3)" />
      <line x1="0" y1="0" x2="0" y2="30" stroke="#aaa" stroke-width="2" />
      <path d="M0,30 C-3,30 -5,32 -5,35 C-5,38 -3,40 0,40 C3,40 5,38 5,35 C5,32 3,30 0,30" fill="#aaa" />
    </g>
    
    <g transform="translate(30, 120) scale(0.6)">
      <path d="M0,0 C-20,-20 -40,-25 -40,-5 C-40,-25 -20,-40 0,-40 C20,-40 40,-25 40,-5 C40,-25 20,-20 0,0" fill="url(#umbrellaGradient2)" />
      <line x1="0" y1="0" x2="0" y2="30" stroke="#aaa" stroke-width="2" />
      <path d="M0,30 C-3,30 -5,32 -5,35 C-5,38 -3,40 0,40 C3,40 5,38 5,35 C5,32 3,30 0,30" fill="#aaa" />
    </g>
  </g>
  
  <!-- Clouds -->
  <g id="clouds" fill="white" opacity="0.7">
    <path d="M40,80 Q50,70 60,80 Q70,70 80,80 Q90,70 100,80 Q110,70 120,80 L120,90 L40,90 Z" />
    <path d="M180,60 Q190,50 200,60 Q210,50 220,60 Q230,50 240,60 L240,70 L180,70 Z" />
    <path d="M110,100 Q120,90 130,100 Q140,90 150,100 Q160,90 170,100 L170,110 L110,110 Z" />
  </g>
  
  <!-- Rain Effects -->
  <g id="rain" stroke="#a0e4ff" stroke-width="0.8" opacity="0.6">
    <line x1="50" y1="120" x2="48" y2="140" />
    <line x1="70" y1="130" x2="68" y2="150" />
    <line x1="90" y1="125" x2="88" y2="145" />
    <line x1="110" y1="135" x2="108" y2="155" />
    <line x1="190" y1="90" x2="188" y2="110" />
    <line x1="210" y1="100" x2="208" y2="120" />
    <line x1="230" y1="95" x2="228" y2="115" />
    <line x1="120" y1="125" x2="118" y2="145" />
    <line x1="140" y1="130" x2="138" y2="150" />
    <line x1="160" y1="140" x2="158" y2="160" />
  </g>
</svg>
SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background sky -->
  <rect x="0" y="0" width="300" height="300" fill="#6bb1f2"/>
  
  <!-- Sun -->
  <circle cx="250" cy="50" r="30" fill="#ffd700" />
  
  <!-- Clouds -->
  <circle cx="50" cy="50" r="20" fill="#ffffff" />
  <circle cx="80" cy="60" r="25" fill="#ffffff" />
  <circle cx="110" cy="50" r="20" fill="#ffffff" />
  
  <!-- Floating Umbrella Cityscape -->
  <!-- Buildings -->
  <rect x="30" y="140" width="40" height="100" fill="#ff6e54"/>
  <rect x="80" y="120" width="50" height="120" fill="#ff6e54"/>
  <rect x="140" y="140" width="30" height="100" fill="#ff6e54"/>
  <rect x="180" y="100" width="40" height="140" fill="#ff6e54"/>
  
  <!-- Umbrellas -->
  <path d="M60,130 L80,100 Q100,120 120,100 L140,130 Z" fill="#ffdd88" />
  <path d="M150,110 L170,80 Q190,100 210,80 L230,110 Z" fill="#ffdd88" />
  <path d="M90,140 L110,110 Q130,130 150,110 L170,140 Z" fill="#ffdd88" />
  
  <!-- Trees -->
  <path d="M20,180 L40,120 Q50,140 60,120 L80,180 Z" fill="#76b583" />
  <path d="M100,200 L120,140 Q130,160 140,140 L160,200 Z" fill="#76b583" />
  <path d="M200,190 L220,130 Q230,150 240,130 L260,190 Z" fill="#76b583" />
</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 image presents a vibrant and dynamic composition with multiple umbrellas floating above a detailed cityscape, effectively capturing the 'Floating umbrella cityscape' theme.

    The use of colors and the inclusion of clouds and rain details add depth and creativity to the piece.

    In contrast, Player 2's image, while colorful, has a simpler and more abstract approach that lacks the same level of detail and thematic clarity.

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
63
Player 2
15
Rectangles

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

Player 1
18
Player 2
5
Circles

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

Player 1
11
Player 2
4
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
17
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
6
Groups

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

Player 1
12
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
8
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
19
Player 2
6

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
7
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
92
Player 2
30
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
9
Player 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