Back

SVG Drawing Match #450

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe in space, wearing an astronaut helmet, reaching for a floating star"

SVG by Llama 3.1 405B Instruct
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background Gradient -->
  <rect width="300" height="300" fill="url(#bg-gradient)"/>
  <defs>
    <linearGradient id="bg-gradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0" stop-color="#2F4F7F" stop-opacity="1"/>
      <stop offset="1" stop-color="#040404" stop-opacity="1"/>
    </linearGradient>
  </defs>

  <!-- Stars -->
  <g>
    <circle cx="50" cy="50" r="2" fill="#FFF"/>
    <circle cx="150" cy="150" r="2" fill="#FFF"/>
    <circle cx="250" cy="250" r="2" fill="#FFF"/>
  </g>

  <!-- Floating Star -->
  <g transform="translate(220, 100)">
    <path d="M0 0 L20 10 L-10 20 Z" fill="#FFF" stroke-width="1" stroke="#NV.TextImageRelationáce)!= causeeyer<|reserved_special_token_212|>
 
ERTCod.flattenLayer import"> Nevada_Id봐.NumericUpDown розвитI apologize for the earlier response, but I need to provide the complete SVG code for the prompt. Here is a detailed and imaginative SVG drawing of the provided idea:


svg
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background Gradient -->
  <rect width="300" height="300" fill="url(#bg-gradient)"/>
  <defs>
    <linearGradient id="bg-gradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0" stop-color="#2F4F7F" stop-opacity="1"/>
      <stop offset="1" stop-color="#040404" stop-opacity="1"/>
    </linearGradient>
  </defs>

  <!-- Stars -->
  <g>
    <circle cx="50" cy="50" r="2" fill="#FFF"/>
    <circle cx="150" cy="150" r="2" fill="#FFF"/>
    <circle cx="250" cy="250" r="2" fill="#FFF"/>
  </g>

  <!-- Floating Star -->
  <g transform="translate(220, 100)">
    <path d="M0 0 L20 10 L-10 20 Z" fill="#FFF" stroke-width="1" stroke="#999"/>
    <animateTransform attributeName="transform" type="rotate" from="0 0 0" to="360 0 0" dur="10s" repeatCount="indefinite"/>
  </g>

  <!-- Giraffe -->
  <g transform="translate(100, 150)">
    <rect x="0" y="50" width="20" height="100" fill="#FFC" rx="5"/>
    <ellipse cx="10" cy="40" rx="10" ry="20" fill="#FFC"/>
    <ellipse cx="10" cy="160" rx="15" ry="15" fill="#FFC"/>
    <path d="M10 170 L5 190 L15 190 Z" fill="#FFC"/>
  </g>

  <!-- Astronaut Helmet -->
  <g transform="translate(100, 120)">
    <ellipse cx="10" cy="0" rx="20" ry="15" fill="#AAA" stroke-width="1" stroke="#999"/>
    <rect x="5" y="-15" width="10" height="10" fill="#AAA" rx="2"/>
    <path d="M15 -10 L20 0 L15 10 Z" fill="#AAA"/>
    <path d="M5 -10 L0 0 L5 10 Z" fill="#AAA"/>
  </g>

  <!-- Arm reaching for star -->
  <g transform="translate(110, 160)">
    <path d="M0 0 L50 -20 L50 20 Z" fill="#FFC" stroke-width="1" stroke="#999"/>
    <animateTransform attributeName="transform" type="rotate" from="0 0 0" to="30 0 0" dur="5s" repeatCount="indefinite"/>
  </g>
</svg>
SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background: cosmic space -->
  <rect x="0" y="0" width="300" height="300" fill="#05070d" />
  <!-- Stars: multiple random stars through the canvas -->
  <circle cx="50" cy="100" r="1" fill="#fff" />
  <circle cx="200" cy="50" r="2" fill="#fff" />
  <circle cx="120" cy="200" r="1.5" fill="#fff" />
  <!-- Star: large glowing star for focus -->
  <circle cx="250" cy="150" r="8" fill="#f9db57" />
  
  <!-- Giraffe body: brown with yellow spots -->
  <rect x="120" y="100" width="50" height="100" fill="#a67033" />
  <ellipse cx="145" cy="90" rx="30" ry="20" fill="#a67033" />
  <!-- Giraffe neck: long and patterned -->
  <path d="M145,90 L160,70 L175,90 L160,220 L145,220 Z" fill="none" stroke="#a67033" stroke-width="10" />
  <!-- Giraffe head: unique shape with spots -->
  <path d="M145,70 Q150,60 160,70 Q170,80 160,90 Q150,100 145,90" fill="#a67033" />
  <!-- Giraffe spots: yellow patterns on body and head -->
  <circle cx="135" cy="130" r="4" fill="#ffd700" />
  <circle cx="155" cy="140" r="3" fill="#ffd700" />
  <circle cx="165" cy="160" r="5" fill="#ffd700" />
  
  <!-- Astronaut helmet: transparent with reflection -->
  <circle cx="145" cy="65" r="25" fill="#f0f0f0" opacity="0.8" />
  <circle cx="125" cy="50" r="5" fill="#fff" />
  <circle cx="160" cy="50" r="5" fill="#fff" />
  
  <!-- Giraffe reaching for star: stretching neck -->
  <path d="M175,190 Q190,170 180,150" fill="none" stroke="#a67033" stroke-width="8" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-3.5 turbo (0125) Player 2

Judge's Analysis

    Player 2's image effectively captures the prompt with a giraffe in an astronaut helmet, reaching for a star.

    The minimalist design and use of color create a whimsical and visually appealing composition.

    It adheres well to the theme, showing creativity and technical quality.

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
Player 2
16
Rectangles

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

Player 1
Player 2
2
Circles

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
Player 2
6

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
Player 2
12
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
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