Back

SVG Drawing Match #1953

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Juggling penguin atop a unicycle on the moon"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonGradient" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" stop-color="#f0f0f5" />
      <stop offset="100%" stop-color="#c0c0cf" />
    </radialGradient>
    <linearGradient id="skyGradient" x1="0" y1="1" x2="0" y2="0">
      <stop offset="0%" stop-color="#2e2e3b" />
      <stop offset="100%" stop-color="#505068" />
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <circle cx="150" cy="250" r="70" fill="url(#moonGradient)" />
  <circle cx="150" cy="250" r="68" fill="url(#moonGradient)" opacity="0.5" />
  <ellipse cx="150" cy="50" rx="6" ry="3" fill="#ffffff" opacity="0.9" />
  <ellipse cx="200" cy="90" rx="5" ry="2" fill="#ffffff" opacity="0.7" />
  <ellipse cx="80" cy="120" rx="4" ry="1.5" fill="#ffffff" opacity="0.8" />
  <g transform="translate(150 180)">
    <circle cx="0" cy="0" r="30" fill="#ffffff" />
    <polygon points="-10,20 0,-30 10,20" fill="#000000" />
    <circle cx="-12" cy="-30" r="8" fill="#ffffff" stroke="#000000" stroke-width="1" />
    <circle cx="12" cy="-30" r="8" fill="#ffffff" stroke="#000000" stroke-width="1" />
    <circle cx="-12" cy="-30" r="4" fill="#000000" />
    <circle cx="12" cy="-30" r="4" fill="#000000" />
    <rect x="-2" y="10" width="4" height="20" fill="#000000" />
  </g>
  <g transform="translate(85 170)">
    <circle cx="30" cy="0" r="8" fill="orange" />
    <circle cx="0" cy="-30" r="8" fill="green" />
    <circle cx="-30" cy="0" r="8" fill="purple" />
    <circle cx="0" cy="30" r="8" fill="red" />
  </g>
  <g transform="translate(150 150)">
    <line x1="0" y1="0" x2="0" y2="40" stroke="#000000" stroke-width="4" />
    <circle cx="0" cy="50" r="10" fill="black" />
    <line x1="-7" y1="43" x2="7" y2="43" stroke="#000000" stroke-width="2" />
    <line x1="0" y1="43" x2="0" y2="57" stroke="#000000" stroke-width="2" />
    <line x1="-7" y1="57" x2="7" y2="57" stroke="#000000" stroke-width="2" />
  </g>
  <g>
    <circle cx="15" cy="45" r="3" fill="#ffffff" opacity="0.5" />
    <circle cx="250" cy="30" r="4" fill="#ffffff" opacity="0.7" />
    <circle cx="40" cy="250" r="2" fill="#ffffff" opacity="0.8" />
    <circle cx="275" cy="220" r="3" fill="#ffffff" opacity="0.6" />
  </g>
</svg>
SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Moon Surface -->
  <rect x="0" y="150" width="300" height="150" fill="url(#moonGradient)" rx="20" />
  <linearGradient id="moonGradient" x1="0" y1="0" x2="0" y2="1">
    <stop offset="0" stop-color="#f2f2f2" stop-opacity="0.8" />
    <stop offset="1" stop-color="#999" stop-opacity="0.4" />
  </linearGradient>

  <!-- Unicycle -->
  <circle cx="150" cy="170" r="20" fill="#ff69b4" />
  <circle cx="150" cy="170" r="15" fill="#fff" />
  <circle cx="150" cy="170" r="10" fill="#ff69b4" />
  <path d="M150,190 C150,210 130,220 110,220 L110,200 Z" fill="#ff69b4" />
  <path d="M150,190 C150,210 170,220 190,220 L190,200 Z" fill="#ff69b4" />

  <!-- Penguin -->
  <g transform="translate(150, 140)">
    <circle cx="0" cy="0" r="30" fill="#000" />
    <circle cx="0" cy="-20" r="20" fill="#fff" />
    <circle cx="0" cy="-30" r="10" fill="#000" />
    <path d="M-20,10 L20,10 L20,20 Z" fill="#000" />
    <path d="M-20,20 L20,20 L20,10 Z" fill="#000" />
    <circle cx="-10" cy="-40" r="5" fill="#fff" />
    <circle cx="10" cy="-40" r="5" fill="#fff" />
  </g>

  <!-- Juggling Balls -->
  <g transform="translate(150, 120)">
    <circle cx="-30" cy="-20" r="10" fill="#ff69b4" />
    <circle cx="0" cy="-20" r="10" fill="#33cc33" />
    <circle cx="30" cy="-20" r="10" fill="#ffff00" />
    <circle cx="-15" cy="-40" r="5" fill="#ff69b4" />
    <circle cx="15" cy="-40" r="5" fill="#33cc33" />
  </g>

  <!-- Shadows -->
  <circle cx="150" cy="190" r="20" fill="#000" opacity="0.2" />
  <circle cx="150" cy="170" r="10" fill="#000" opacity="0.2" />
  <path d="M150,200 C150,220 130,230 110,230 L110,210 Z" fill="#000" opacity="0.2" />
  <path d="M150,200 C150,220 170,230 190,230 L190,210 Z" fill="#000" opacity="0.2" />
  <circle cx="150" cy="140" r="30" fill="#000" opacity="0.2" />
</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 image clearly depicts a penguin on the moon with colorful balls around it, suggesting juggling.

    The overall composition effectively conveys the prompt with a whimsical and straightforward style.

    In contrast, Player 2's image is more abstract and does not clearly represent the penguin or the moon, making it harder to interpret in relation to 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
26
Player 2
23
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
16
Player 2
16
Ellipses

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

Player 1
3
Player 2
Lines

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

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

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

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
7

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
3
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
Player 2
24
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
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