Back

SVG Drawing Match #1467

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Moonlit walrus in a top hat juggling pineapples by a frozen lake"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background Gradient -->
  <defs>
    <radialGradient id="moonlit-gradient" cx="0.5" cy="0.3" r="0.8">
      <stop offset="0%" stop-color="#fff9c4" />
      <stop offset="60%" stop-color="#3b8dbd" />
      <stop offset="100%" stop-color="#001f33" />
    </radialGradient>
    <pattern id="pineapple" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="5" fill="#ffc107" />
      <path d="M5 0 L7 8 L3 8 Z" fill="#388e3c" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#moonlit-gradient)" />
  
  <!-- Moon -->
  <circle cx="230" cy="70" r="40" fill="#fff9c4" stroke="#fff" stroke-width="4" />

  <!-- Frozen Lake -->
  <ellipse cx="150" cy="240" rx="140" ry="60" fill="#e0f7fa" stroke="#80deea" stroke-width="3" fill-opacity="0.8" />

  <!-- Walrus with Top Hat -->
  <g transform="translate(60,140)">
    <ellipse rx="40" ry="25" fill="#5d4037" />
    <rect x="-15" y="-10" width="30" height="20" fill="#3e2723" />
    <ellipse cx="0" cy="-10" rx="15" ry="8" fill="#3e2723" />
  </g>

  <!-- Walrus Face -->
  <g transform="translate(60,150)">
    <circle cx="-10" cy="-5" r="5" fill="#000" />
    <circle cx="10" cy="-5" r="5" fill="#000" />
    <rect x="-15" y="0" width="30" height="5" fill="#000" />
    <line x1="-15" y1="5" x2="-20" y2="15" stroke="#000" stroke-width="2"/>
    <line x1="15" y1="5" x2="20" y2="15" stroke="#000" stroke-width="2"/>
    <ellipse cy="10" rx="10" ry="5" fill="#fff" stroke="#000" stroke-width="1"/>
  </g>

  <!-- Juggling Pineapples -->
  <g transform="translate(60,100)" fill="url(#pineapple)">
    <circle cx="0" cy="0" r="8" />
  </g>
  <g transform="translate(100,60)" fill="url(#pineapple)">
    <circle cx="0" cy="0" r="8" />
  </g>
  <g transform="translate(140,40)" fill="url(#pineapple)">
    <circle cx="0" cy="0" r="8" />
  </g>
  
  <!-- Reflections on Lake -->
  <g fill-opacity="0.3">
    <use href="#walrus" transform="translate(10,100) scale(1,-1)" fill="#fff"/>
    <use href="#pineapple" transform="translate(20,140) scale(1,-1)"/>
    <use href="#pineapple" transform="translate(60,120) scale(1,-1)"/>
    <use href="#pineapple" transform="translate(100,100) scale(1,-1)"/>
  </g>
</svg>
SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonGradient" cx="50%" cy="50%">
      <stop offset="0%" style="stop-color:#ffffff;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#87CEEB;stop-opacity:1"/>
    </radialGradient>
    <pattern id="ice" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse">
      <path d="M0 0 L40 40 M0 40 L40 0" stroke="#fff" stroke-width="2" fill="none"/>
    </pattern>
    <linearGradient id="walrusGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#666;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#444;stop-opacity:1"/>
    </linearGradient>
    <radialGradient id="pineapple" cx="50%" cy="50%">
      <stop offset="0%" style="stop-color:#FFA500;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#FF8C00;stop-opacity:1"/>
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="#1A1A33"/>
  <path d="M150 30 Q180 10 210 30 L210 60 L150 90 L90 60 L90 30 L150 30" fill="url(#moonGradient)"/>
  <rect x="0" y="150" width="300" height="150" fill="url(#ice)"/>
  <g transform="translate(120,120)">
    <path d="M0 0 Q50 -50 100 0 Q50 50 0 0" fill="url(#walrusGradient)" transform="scale(1.5)"/>
    <circle cx="50" cy="-20" r="15" fill="#444"/>
    <circle cx="-50" cy="-20" r="15" fill="#444"/>
    <rect x="-20" y="-80" width="40" height="60" fill="#000" transform="rotate(30)"/>
    <rect x="-10" y="-70" width="20" height="30" fill="#C00" transform="rotate(30)"/>
    <circle cx="0" cy="-75" r="5" fill="#FFF"/>
  </g>
  <g transform="translate(180,100)">
    <circle r="15" fill="url(#pineapple)"/>
    <path d="M0 0 L20 20 L-20 20 Z" fill="#886"/>
  </g>
  <g transform="translate(120,80)">
    <circle r="15" fill="url(#pineapple)"/>
    <path d="M0 0 L20 20 L-20 20 Z" fill="#886"/>
  </g>
  <g transform="translate(60,100)">
    <circle r="15" fill="url(#pineapple)"/>
    <path d="M0 0 L20 20 L-20 20 Z" fill="#886"/>
  </g>
  <g transform="translate(150,140)">
    <circle cx="0" cy="0" r="3" fill="#FFF"/>
    <circle cx="10" cy="0" r="3" fill="#FFF"/>
    <circle cx="-10" cy="0" r="3" fill="#FFF"/>
  </g>
  <rect x="0" y="150" width="300" height="150" fill="url(#ice)"/>
  <g transform="translate(150,170)">
    <path d="M0 0 Q50 -50 100 0 Q50 50 0 0" fill="#444" transform="scale(1.2)"/>
    <circle cx="50" cy="-20" r="15" fill="#444"/>
    <circle cx="-50" cy="-20" r="15" fill="#444"/>
    <rect x="-20" y="-80" width="40" height="60" fill="#000" transform="rotate(30)"/>
    <rect x="-10" y="-70" width="20" height="30" fill="#C00" transform="rotate(30)"/>
    <circle cx="0" cy="-75" r="5" fill="#FFF"/>
  </g>
  <g transform="translate(180,100)">
    <circle r="15" fill="#FFA500"/>
    <path d="M0 0 L20 20 L-20 20 Z" fill="#886"/>
  </g>
  <g transform="translate(120,80)">
    <circle r="15" fill="#FFA500"/>
    <path d="M0 0 L20 20 L-20 20 Z" fill="#886"/>
  </g>
  <g transform="translate(60,100)">
    <circle r="15" fill="#FFA500"/>
    <path d="M0 0 L20 20 L-20 20 Z" fill="#886"/>
  </g>
  <g transform="translate(150,140)">
    <circle cx="0" cy="0" r="3" fill="#FFF"/>
    <circle cx="10" cy="0" r="3" fill="#FFF"/>
    <circle cx="-10" cy="0" r="3" fill="#FFF"/>
  </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 clearly adheres to the prompt with a recognizable walrus in a top hat and visible juggling pineapples under moonlight by a frozen lake.

    The composition is clear and visually appealing with a simple yet effective use of colors.

    Player 2's image, while creative, lacks clarity in representing the key elements of 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
17
Player 2
35
Rectangles

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

Player 1
3
Player 2
7
Circles

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

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

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

Player 1
Player 2
Paths

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

Player 1
1
Player 2
10
Groups

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

Player 1
6
Player 2
10

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
5
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
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
9
Player 2
16

Complexity Metrics

Path Commands

The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.

Player 1
4
Player 2
41
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
4
Use Elements

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

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