Back

SVG Drawing Match #1109

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A pineapple wearing a monocle, top hat, and bowtie, floating in a starry galaxy"

SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <radialGradient id="galaxyBg" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#000033;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#000000;stop-opacity:1"/>
    </radialGradient>
    <linearGradient id="pineappleBody" x1="50%" y1="0%" x2="50%" y2="100%">
      <stop offset="0%" style="stop-color:#FFD700;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#FFA500;stop-opacity:1"/>
    </linearGradient>
    <pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="1" fill="white"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#galaxyBg)"/>
  <rect width="300" height="300" fill="url(#starPattern)" opacity="0.6"/>
  <ellipse cx="150" cy="150" rx="70" ry="100" fill="url(#pineappleBody)"/>
  <path d="M120,70 L180,70 L180,90 Q150,100 120,90 Z" fill="#3E2723"/>
  <circle cx="180" cy="140" r="10" fill="#FFFFFF"/>
  <circle cx="180" cy="140" r="5" fill="#000000"/>
  <rect x="175" y="130" width="10" height="4" fill="#3E2723"/>
  <ellipse cx="150" cy="200" rx="40" ry="20" fill="#FF0000"/>
  <path d="M130,200 L170,200 Q160,210 150,210 Q140,210 130,200 Z" fill="#FF0000"/>
  <circle cx="150" cy="50" r="20" fill="#3E2723"/>
  <rect x="145" y="40" width="10" height="40" fill="#3E2723"/>
  <circle cx="150" cy="50" r="15" fill="#000000"/>
  <circle cx="150" cy="50" r="10" fill="#FFFFFF"/>
</svg>
SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background - starry galaxy -->
  <rect width="300" height="300" fill="black" />
  <circle cx="150" cy="150" r="120" fill="url(#gradient)" />

  <!-- Monocle -->
  <circle cx="150" cy="130" r="20" fill="black" />
  <circle cx="140" cy="130" r="18" fill="white" />

  <!-- Pineapple body -->
  <ellipse cx="150" cy="180" rx="40" ry="80" fill="gold" />
  <ellipse cx="150" cy="140" rx="30" ry="60" fill="gold" />
  <circle cx="150" cy="160" r="27" fill="gold" />

  <!-- Top hat -->
  <rect x="107" y="70" width="86" height="60" fill="black" />
  <polygon points="82,70 218,70 150,10" fill="black" />

  <!-- Bowtie -->
  <polygon points="135,200 165,200 150,220" fill="red" />
  <polygon points="150,205 150,230 120,220" fill="red" />
  <polygon points="150,205 150,230 180,220" fill="red" />

  <!-- Gradients -->
  <defs>
    <linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color: #192550; stop-opacity: 1" />
      <stop offset="100%" style="stop-color: #10141b; stop-opacity: 1" />
    </linearGradient>
  </defs>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek V3 Player 1

Judge's Analysis

    Player 1's image more closely adheres to the prompt by featuring elements resembling a monocle, top hat, and a bowtie, albeit abstractly.

    The starry background also aligns well with the galaxy theme.

    Player 2's image lacks clear representation of the required elements, making it less effective in fulfilling 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
14
Player 2
12
Rectangles

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

Player 1
4
Player 2
2
Circles

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

Player 1
6
Player 2
4
Ellipses

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

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

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

Player 1
2
Player 2
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
2
Player 2
1
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
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
4
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
10
Player 2
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
3
Player 2
1
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