Back

SVG Drawing Match #1525

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"An octopus disguised as an undersea carnival ride"

SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Ocean background -->
  <rect width="300" height="300" fill="#2196f3" />
  
  <!-- Undersea carnival ride -->
  <circle cx="150" cy="150" r="120" fill="#ff5252" />
  <rect x="140" y="30" width="20" height="120" fill="#ffd740" />
  <ellipse cx="150" cy="150" rx="70" ry="20" fill="#ffeb3b" />
  
  <!-- Octopus disguised -->
  <ellipse cx="180" cy="200" rx="40" ry="20" fill="#ffee58" />
  <ellipse cx="150" cy="200" rx="50" ry="30" fill="#ffca28" />
  <ellipse cx="120" cy="200" rx="40" ry="20" fill="#ffb300" />
  <circle cx="180" cy="190" r="10" fill="white" />
  <circle cx="160" cy="210" r="8" fill="white" />
  <circle cx="140" cy="190" r="10" fill="white" />
  
  <!-- Tentacles -->
  <path d="M100,230 Q70,250 110,260 Q130,270 140,260 Q180,250 200,230 Q150,280 100,230" fill="#9e9e9e" />
  <path d="M90,260 Q70,280 90,300 Q130,290 140,280 Q170,270 190,260 Q150,310 90, 260" fill="#bdbdbd" />
  <path d="M120,250 Q100,290 130,290 Q160,280 170,260 Q150,310 120,250" fill="#757575" />
</svg>
SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" style="stop-color: #FFA07A;stop-opacity:1" />
<stop offset="100%" style="stop-color: #FF69B4;stop-opacity:1" />
</linearGradient>
<linearGradient id="grad2" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" style="stop-color: #00FFFF;stop-opacity:1" />
<stop offset="100%" style="stop-color: #1E90FF;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#00BFFF"/>
<circle cx="150" cy="150" r="50" fill="url(#grad1)"/>
<polygon points="150,100 130,120 150,140 170,120" fill="url(#grad2)"/>
<path d="M150 150 l-50 -50 a50 50 0 1 1 100 0 z" fill="#FFD700"/>
<path d="M150 150 l50 -50 a50 50 0 1 0 -100 0 z" fill="#FFD700"/>
<path d="M150 150 l-50 50 a50 50 0 1 0 100 0 z" fill="#FFD700"/>
<path d="M150 150 l50 50 a50 50 0 1 1 -100 0 z" fill="#FFD700"/>
<path d="M150 150 l-75 -75 a75 75 0 1 1 150 0 z" fill="#FF4500"/>
<path d="M150 150 l75 -75 a75 75 0 1 0 -150 0 z" fill="#FF4500"/>
<path d="M150 150 l-75 75 a75 75 0 1 0 150 0 z" fill="#FF4500"/>
<path d="M150 150 l75 75 a75 75 0 1 1 -150 0 z" fill="#FF4500"/>
<circle cx="150" cy="150" r="10" fill="#FF6347"/>
<circle cx="120" cy="120" r="10" fill="#FF6347"/>
<circle cx="180" cy="120" r="10" fill="#FF6347"/>
<circle cx="120" cy="180" r="10" fill="#FF6347"/>
<circle cx="180" cy="180" r="10" fill="#FF6347"/>
<circle cx="90" cy="150" r="10" fill="#FF6347"/>
<circle cx="210" cy="150" r="10" fill="#FF6347"/>
<circle cx="150" cy="90" r="10" fill="#FF6347"/>
<circle cx="150" cy="210" r="10" fill="#FF6347"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-3.5 turbo (0125) Player 1

Judge's Analysis

    Player 1's submission creatively integrates the concept of an octopus disguised as a carnival ride with a dynamic composition featuring flowing, tentacle-like shapes.

    The color contrast between the vibrant background and the elements enhances the visual appeal.

    Player 2's design, while symmetrical and vibrant, lacks the organic fluidity and disguise elements that strongly connect to 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
13
Player 2
20
Rectangles

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

Player 1
2
Player 2
1
Circles

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

Player 1
4
Player 2
10
Ellipses

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

Player 1
4
Player 2
Lines

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

Player 1
Player 2
Polygons

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

Player 1
Player 2
1
Paths

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

Player 1
3
Player 2
8
Groups

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

Player 1
Player 2

Visual Effects Metrics

Gradients

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

Player 1
Player 2
2
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
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
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
14
Player 2
32
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
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