Back

SVG Drawing Match #899

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe wearing galactic pajamas, stargazing through a telescope"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" style="stop-color: #000044; stop-opacity:1" />
      <stop offset="100%" style="stop-color: #000022; stop-opacity:1" />
    </linearGradient>
    <linearGradient id="galacticPajamas" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" style="stop-color: #ffcc00; stop-opacity:1" />
      <stop offset="50%" style="stop-color: #ff9900; stop-opacity:1" />
      <stop offset="100%" style="stop-color: #ffcc00; stop-opacity:1" />
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <g transform="translate(100, 100)">
    <path d="M0 0 L0 -100 Q-50 -100 -50 -50 Q-50 0 0 0" fill="url(#galacticPajamas)" stroke="#000000" stroke-width="2"/>
    <circle cx="0" cy="-100" r="50" fill="url(#galacticPajamas)" stroke="#000000" stroke-width="2"/>
    <circle cx="-50" cy="-50" r="10" fill="#ff0000"/>
    <circle cx="50" cy="-50" r="10" fill="#ff0000"/>
    <path d="M0 -100 Q-50 -100 -50 -50 Q-50 -100 0 -100" fill="none" stroke="#000000" stroke-width="2"/>
  </g>
  <g transform="translate(150, 50)">
    <circle cx="0" cy="0" r="30" fill="url(#galacticPajamas)"/>
    <circle cx="0" cy="0" r="20" fill="#ffffff"/>
    <path d="M0 0 L100 0 A30 30 0 0 1 130 30 L130 100 A30 30 0 0 1 100 130 L0 130 A30 30 0 0 1 -30 100 L-30 0 A30 30 0 0 1 0 0" fill="#ffffff"/>
    <circle cx="0" cy="0" r="10" fill="#0000ff"/>
    <path d="M-50 0 L50 0" stroke="#0000ff" stroke-width="5"/>
    <path d="M0 -50 L0 50" stroke="#0000ff" stroke-width="5"/>
  </g>
  <g transform="translate(100, 150)">
    <path d="M0 0 L0 -100 Q-50 -100 -50 -50 Q-50 0 0 0" fill="url(#galacticPajamas)" stroke="#000000" stroke-width="2"/>
    <circle cx="0" cy="-100" r="50" fill="url(#galacticPajamas)" stroke="#000000" stroke-width="2"/>
  </g>
  <g transform="translate(250, 250)">
    <circle cx="0" cy="0" r="10" fill="#ffffff"/>
  </g>
  <g transform="translate(270, 270)">
    <circle cx="0" cy="0" r="5" fill="#ffffff"/>
  </g>
  <g transform="translate(230, 270)">
    <circle cx="0" cy="0" r="5" fill="#ffffff"/>
  </g>
</svg>
SVG by o3-mini high (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- Galactic Background Gradient -->
    <radialGradient id="galaxy" cx="50%" cy="50%" r="70%">
      <stop offset="0%" stop-color="#1a1a40" />
      <stop offset="50%" stop-color="#3d2c8d" />
      <stop offset="100%" stop-color="#000020" />
    </radialGradient>
    <!-- Galactic Pajama Pattern -->
    <pattern id="pajamaPattern" patternUnits="userSpaceOnUse" width="20" height="20">
      <rect width="20" height="20" fill="#2c2c54" />
      <circle cx="10" cy="10" r="3" fill="#f7f1e3" />
      <circle cx="4" cy="6" r="2" fill="#e84118" />
      <circle cx="16" cy="14" r="2" fill="#ff7979" />
      <circle cx="15" cy="5" r="1.5" fill="#badc58" />
      <circle cx="6" cy="15" r="1.5" fill="#f9ca24" />
    </pattern>
    <!-- Soft Glow Filter for Stars -->
    <filter id="softGlow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="1" result="blur" />
      <feMerge>
        <feMergeNode in="blur" />
        <feMergeNode in="SourceGraphic" />
      </feMerge>
    </filter>
  </defs>
  
  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#galaxy)" />
  
  <!-- Starry Sky -->
  <g filter="url(#softGlow)" fill="#fff">
    <circle cx="30" cy="40" r="1" />
    <circle cx="60" cy="20" r="1.2" />
    <circle cx="90" cy="50" r="0.8" />
    <circle cx="120" cy="30" r="1.3" />
    <circle cx="150" cy="60" r="1" />
    <circle cx="180" cy="25" r="1.1" />
    <circle cx="210" cy="45" r="0.9" />
    <circle cx="240" cy="30" r="1.2" />
    <circle cx="270" cy="55" r="1" />
    <circle cx="300" cy="20" r="1" />
    <circle cx="50" cy="100" r="1.4" />
    <circle cx="80" cy="130" r="1" />
    <circle cx="110" cy="90" r="1.2" />
    <circle cx="140" cy="110" r="1.1" />
    <circle cx="170" cy="95" r="1" />
    <circle cx="200" cy="120" r="1.3" />
    <circle cx="230" cy="105" r="1" />
    <circle cx="260" cy="130" r="1.2" />
  </g>
  
  <!-- Telescope (positioned near the giraffe's face) -->
  <g id="telescope" transform="translate(155,75) rotate(10)">
    <rect x="0" y="0" width="25" height="4" fill="#555" rx="2" ry="2" />
    <circle cx="25" cy="2" r="3" fill="#333" />
    <path d="M5,4 l0,12" stroke="#888" stroke-width="2" stroke-linecap="round" />
  </g>
  
  <!-- Giraffe Wearing Galactic Pajamas -->
  <g id="giraffe">
    <!-- Pajama-Clad Body -->
    <path d="M150,210
             c-20,10 -40,0 -50,-20
             l-10,-40
             c10,0 20,10 30,10
             s20,-10 30,-10
             l10,40
             c-10,10 -20,20 -30,20z" fill="url(#pajamaPattern)" stroke="#000" stroke-width="1" />
    <!-- Long Neck -->
    <path d="M140,210 
             l-10,-60 
             c0,-20 20,-40 20,-60" fill="none" stroke="#daa520" stroke-width="8" stroke-linecap="round" />
    <!-- Giraffe Head -->
    <ellipse cx="145" cy="80" rx="12" ry="15" fill="#f1c27d" stroke="#000" stroke-width="1" />
    <!-- Ossicones -->
    <rect x="140" y="60" width="3" height="10" fill="#daa520" />
    <rect x="150" y="60" width="3" height="10" fill="#daa520" />
    <!-- Eyes -->
    <circle cx="142" cy="78" r="1.5" fill="#000" />
    <circle cx="148" cy="78" r="1.5" fill="#000" />
    <!-- Gentle Smile -->
    <path d="M142,85 Q145,88 148,85" stroke="#000" stroke-width="0.5" fill="none" />
    <!-- Pajama Sleeve Details -->
    <path d="M130,210 l5,-20" stroke="#fff" stroke-width="3" stroke-linecap="round" />
    <path d="M150,210 l-5,-20" stroke="#fff" stroke-width="3" stroke-linecap="round" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini high (2025-01-31) Player 2

Judge's Analysis

    Player 2's image clearly depicts a giraffe wearing galactic pajamas while stargazing through a telescope, adhering closely to the prompt.

    The image is visually appealing with a clear representation of the elements, and the night sky backdrop enhances the theme.

    Player 1's submission, while abstract, does not effectively convey the specific 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
38
Rectangles

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

Player 1
1
Player 2
5
Circles

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

Player 1
10
Player 2
26
Ellipses

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

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

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

Player 1
6
Player 2
6
Groups

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

Player 1
6
Player 2
3

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

The number of elements with stroke attributes in the SVG.

Player 1
7
Player 2
7

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
4
Player 2
16

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

Complexity Metrics

Path Commands

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

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