Back

SVG Drawing Match #1088

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"An umbrella-toting octopus sipping coffee in a bustling Victorian street"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="umbrellaGradient" cx="0.5" cy="0.5" r="0.5" fx="0.25" fy="0.25">
      <stop offset="0%" style="stop-color:#ff7f50;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff4500;stop-opacity:1" />
    </radialGradient>
    <pattern id="brickPattern" width="20" height="20" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="10" height="10" fill="#b22222"/>
      <rect x="10" y="10" width="10" height="10" fill="#b22222"/>
      <rect x="10" y="0" width="10" height="10" fill="#8b0000"/>
      <rect x="0" y="10" width="10" height="10" fill="#8b0000"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#brickPattern)" />
  <ellipse cx="150" cy="170" rx="80" ry="50" fill="#8a2be2" />
  <circle cx="150" cy="150" r="40" fill="#5f9ea0" stroke="#4682b4" stroke-width="4" />
  <path d="M115 135 C110 110, 90 110, 95 145" fill="none" stroke="#4682b4" stroke-width="4" />
  <path d="M185 135 C190 110, 210 110, 205 145" fill="none" stroke="#4682b4" stroke-width="4" />
  <path d="M135 190 C130 220, 140 230, 120 250" fill="none" stroke="#4682b4" stroke-width="3" />
  <path d="M165 190 C170 220, 160 230, 180 250" fill="none" stroke="#4682b4" stroke-width="3" />
  <line x1="150" y1="150" x2="150" y2="80" stroke="#8a2be2" stroke-width="2" />
  <g>
    <polygon points="80,100 220,100 150,50" fill="url(#umbrellaGradient)" stroke="#ff4500" stroke-width="2" />
    <line x1="150" y1="50" x2="150" y2="30" stroke="#8a2be2" stroke-width="2" />
  </g>
  <ellipse cx="170" cy="160" rx="12" ry="6" fill="#d2b48c"/>
  <ellipse cx="170" cy="155" rx="5" ry="2" fill="#FFF"/>
  <rect x="165" y="165" width="10" height="15" fill="#d2691e"/>
  <g>
    <rect x="100" y="50" width="25" height="20" fill="#8b4513" transform="rotate(-15, 112.5, 60)" />
    <circle cx="112.5" cy="50" r="5" fill="#d2691e" />
  </g>
</svg>
SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <pattern id="cobblestone" width="20" height="20" patternUnits="userSpaceOnUse">
      <path d="M0,0 Q10,0 20,0 Q20,10 20,20 Q10,20 0,20 Q0,10 0,0" fill="#555" stroke="#444"/>
    </pattern>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#4a6670"/>
      <stop offset="100%" style="stop-color:#8ba3ad"/>
    </linearGradient>
  </defs>

  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
  <rect x="0" y="200" width="300" height="100" fill="url(#cobblestone)"/>

  <!-- Victorian Buildings -->
  <path d="M0,50 h80 l10,-20 l10,20 h40 v150 h-140 z" fill="#563d2d"/>
  <path d="M160,30 h100 l20,-30 l20,30 h40 v170 h-180 z" fill="#6a4a35"/>
  
  <!-- Windows and Details -->
  <g fill="#f4d03f" opacity="0.8">
    <rect x="20" y="80" width="20" height="30" rx="2"/>
    <rect x="50" y="80" width="20" height="30" rx="2"/>
    <rect x="180" y="60" width="25" height="40" rx="3"/>
    <rect x="220" y="60" width="25" height="40" rx="3"/>
  </g>

  <!-- Octopus -->
  <g transform="translate(120,160)">
    <!-- Body -->
    <ellipse cx="0" cy="0" rx="25" ry="30" fill="#744664"/>
    
    <!-- Tentacles -->
    <path d="M-20,20 q-10,20 -20,30 q-5,10 0,15" fill="none" stroke="#744664" stroke-width="8"/>
    <path d="M-10,25 q-15,15 -25,35 q-5,10 0,15" fill="none" stroke="#744664" stroke-width="8"/>
    <path d="M0,30 q-5,20 -15,40 q-5,10 0,15" fill="none" stroke="#744664" stroke-width="8"/>
    <path d="M10,25 q5,20 15,35 q5,10 0,15" fill="none" stroke="#744664" stroke-width="8"/>
    <path d="M20,20 q10,20 25,30 q5,10 0,15" fill="none" stroke="#744664" stroke-width="8"/>
    
    <!-- Umbrella -->
    <path d="M0,-40 q-30,10 -40,20 q40,-10 80,0 q-10,-10 -40,-20" fill="#2c3e50"/>
    <line x1="0" y1="-40" x2="0" y2="0" stroke="#34495e" stroke-width="3"/>
    
    <!-- Coffee Cup -->
    <path d="M30,0 h15 v20 h-15 z" fill="#ecf0f1"/>
    <path d="M30,0 h15 v5 h-15 z" fill="#bdc3c7"/>
    <path d="M45,5 q5,0 5,5 v10 q0,5 -5,5" fill="none" stroke="#bdc3c7" stroke-width="2"/>
    
    <!-- Eyes -->
    <circle cx="-8" cy="-5" r="5" fill="white"/>
    <circle cx="8" cy="-5" r="5" fill="white"/>
    <circle cx="-8" cy="-5" r="2" fill="black"/>
    <circle cx="8" cy="-5" r="2" fill="black"/>
  </g>

  <!-- Rain -->
  <g stroke="#a5b1c2" stroke-width="1">
    <line x1="40" y1="40" x2="35" y2="50"/>
    <line x1="140" y1="30" x2="135" y2="40"/>
    <line x1="240" y1="50" x2="235" y2="60"/>
    <line x1="90" y1="60" x2="85" y2="70"/>
    <line x1="190" y1="40" x2="185" y2="50"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.5 Sonnet (2024-10-22) Player 2

Judge's Analysis

    Player 2's image better captures the bustling Victorian street setting with its background of buildings and rain, enhancing the atmosphere.

    The octopus is clearly identifiable, holding a coffee cup, and the umbrella is well-integrated into the scene.

    Player 1's image is more abstract and lacks the context and detail necessary to fully convey 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
19
Player 2
29
Rectangles

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

Player 1
7
Player 2
6
Circles

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

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

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

Player 1
1
Player 2
Paths

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

Player 1
4
Player 2
12
Groups

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

Player 1
2
Player 2
3

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
8
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
13

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
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
8
Player 2
54
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
2
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