Back

SVG Drawing Match #741

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A penguin wearing a spacesuit, floating among whimsical constellations"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
    <defs>
        <radialGradient id="spaceGradient" cx="50%" cy="50%" r="70%">
            <stop offset="0%" style="stop-color: #001d4a; stop-opacity: 1" />
            <stop offset="100%" style="stop-color: #020d1c; stop-opacity: 1" />
        </radialGradient>
        <pattern id="starPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
            <circle cx="3" cy="3" r="1.5" fill="#ffffff"/>
            <circle cx="15" cy="4" r="0.75" fill="#d0e0ff"/>
            <circle cx="6" cy="15" r="1" fill="#b0c7ff"/>
        </pattern>
        <linearGradient id="suitGradient" x1="0%" y1="0%" x2="100%" y2="100%">
            <stop offset="0%" style="stop-color: #ffffff; stop-opacity: 1" />
            <stop offset="100%" style="stop-color: #c2c2c2; stop-opacity: 1" />
        </linearGradient>
        <linearGradient id="sunGradient" x1="0%" y1="0%" x2="100%" y2="100%">
            <stop offset="0%" style="stop-color: #f04e36; stop-opacity: 1" />
            <stop offset="100%" style="stop-color: #fcbf49; stop-opacity: 1" />
        </linearGradient>
    </defs>
    <rect x="0" y="0" width="300" height="300" fill="url(#spaceGradient)" />
    <rect x="0" y="0" width="300" height="300" fill="url(#starPattern)" />
    <circle cx="250" cy="50" r="20" fill="url(#sunGradient)" />
    <g transform="translate(150,150) scale(0.8)">
        <ellipse cx="0" cy="30" rx="20" ry="25" fill="#ff9900" stroke="#fff" stroke-width="3"/> <!-- Penguin feet -->
        <circle cx="0" cy="0" r="40" fill="url(#suitGradient)" stroke="#444" stroke-width="2"/> <!-- Helmet -->
        <circle cx="0" cy="-10" r="30" fill="#1e3d59"/> <!-- Penguin face and body -->
        <ellipse cx="0" cy="10" rx="18" ry="23" fill="#fff"/> <!-- Belly -->
        <circle cx="-10" cy="-15" r="5" fill="#fff"/> <!-- Left eye -->
        <circle cx="10" cy="-15" r="5" fill="#fff"/> <!-- Right eye -->
        <circle cx="-10" cy="-15" r="2" fill="#000"/> <!-- Left pupil -->
        <circle cx="10" cy="-15" r="2" fill="#000"/> <!-- Right pupil -->
        <polygon points="-3,-3 3,-3 0,3" fill="#ff9933"/> <!-- Beak -->
        <path d="M-18,30 Q0,50 18,30" fill="#1e3d59"/> <!-- Body under suit -->
    </g>
    <path d="M100,180 L120,180 Q130,200 150,180 T200,180" fill="none" stroke="#ffffff" stroke-width="1.5"/>
    <path d="M80,100 Q110,80 150,120 L200,70" fill="none" stroke="#ffffff" stroke-dasharray="3,2" stroke-width="1.5"/>
    <path d="M200,250 L220,230 Q240,250 260,230" fill="none" stroke="#ffffff" stroke-width="1.5"/>
</svg>
SVG by o3-mini high (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="bgGradient" cx="50%" cy="50%" r="75%">
      <stop offset="0%" stop-color="#1f005c"/>
      <stop offset="50%" stop-color="#31007a"/>
      <stop offset="100%" stop-color="#000000"/>
    </radialGradient>
    <radialGradient id="starGlow" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="white" stop-opacity="1"/>
      <stop offset="100%" stop-color="white" stop-opacity="0"/>
    </radialGradient>
    <linearGradient id="helmetGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ffffff" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#a0d8ef" stop-opacity="0.3"/>
    </linearGradient>
    <linearGradient id="suitGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="100%" stop-color="#d9d9d9"/>
    </linearGradient>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="2" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)"/>
  <g id="stars">
    <circle cx="50" cy="40" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="70" cy="50" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="90" cy="30" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="120" cy="70" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="140" cy="90" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="160" cy="70" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="200" cy="50" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="220" cy="80" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="260" cy="60" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="80" cy="150" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="100" cy="170" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="60" cy="180" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="180" cy="180" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="200" cy="200" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="220" cy="180" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="140" cy="220" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="160" cy="250" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <circle cx="120" cy="240" r="1.5" fill="url(#starGlow)" filter="url(#glow)"/>
    <path d="M50 40 L70 50 L90 30" stroke="white" stroke-width="0.5" stroke-dasharray="2,2" fill="none" opacity="0.7"/>
    <path d="M120 70 L140 90 L160 70" stroke="white" stroke-width="0.5" stroke-dasharray="2,2" fill="none" opacity="0.7"/>
    <path d="M200 50 L220 80 L260 60" stroke="white" stroke-width="0.5" stroke-dasharray="2,2" fill="none" opacity="0.7"/>
    <path d="M80 150 L100 170 L60 180" stroke="white" stroke-width="0.5" stroke-dasharray="2,2" fill="none" opacity="0.7"/>
    <path d="M180 180 L200 200 L220 180" stroke="white" stroke-width="0.5" stroke-dasharray="2,2" fill="none" opacity="0.7"/>
    <path d="M140 220 L160 250 L120 240" stroke="white" stroke-width="0.5" stroke-dasharray="2,2" fill="none" opacity="0.7"/>
  </g>
  <g id="penguin" transform="translate(150,150)">
    <rect x="18" y="12" width="6" height="12" rx="2" fill="url(#suitGradient)" stroke="white" stroke-width="1"/>
    <ellipse cx="0" cy="20" rx="18" ry="28" fill="url(#suitGradient)" stroke="white" stroke-width="2"/>
    <path d="M -18 20 C -28 15, -28 35, -18 30" fill="url(#suitGradient)" stroke="white" stroke-width="2"/>
    <path d="M 18 20 C 28 15, 28 35, 18 30" fill="url(#suitGradient)" stroke="white" stroke-width="2"/>
    <circle cx="-10" cy="25" r="3" fill="#fdd835" stroke="white" stroke-width="0.5"/>
    <g id="helmet" transform="translate(0,-20)">
      <circle cx="0" cy="0" r="13" fill="url(#helmetGradient)" stroke="white" stroke-width="2"/>
      <circle cx="-4" cy="-4" r="1.5" fill="black"/>
      <circle cx="4" cy="-4" r="1.5" fill="black"/>
      <polygon points="0,0 3,4 -3,4" fill="#ff9800"/>
      <path d="M -8 -8 Q 0 -12, 8 -8" fill="white" opacity="0.2"/>
    </g>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 1

Judge's Analysis

    Player 1's submission stands out due to its vibrant color contrast and the dynamic positioning of the penguin, which adds to the whimsical nature of the scene.

    The use of a dotted background effectively represents stars, enhancing the visual appeal and adherence to the theme.

    While Player 2's image is technically sound, it lacks the same level of creativity and visual impact.

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
35
Rectangles

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

Player 1
2
Player 2
2
Circles

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

Player 1
10
Player 2
22
Ellipses

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

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

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

Player 1
4
Player 2
9
Groups

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

Player 1
1
Player 2
3

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
5
Player 2
12

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2
8

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
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
12
Player 2
24
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
Player 2
1
Defs Elements

The number of elements defined within the defs element in the SVG.

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