Back

SVG Drawing Match #1735

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Giraffe in a bow tie sipping tea with an octopus in space"

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="80%">
      <stop offset="0%" style="stop-color:darkblue;stop-opacity:1" />
      <stop offset="100%" style="stop-color:black;stop-opacity:1" />
    </radialGradient>
    <radialGradient id="teaGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:lightcoral;stop-opacity:1" />
      <stop offset="100%" style="stop-color:darkred;stop-opacity:1" />
    </radialGradient>
    <pattern id="giraffeSpots" patternUnits="userSpaceOnUse" width="30" height="30" patternTransform="rotate(45)">
      <circle cx="10" cy="10" r="10" fill="#D4A017" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#spaceGradient)"/>
  <circle cx="150" cy="200" r="60" fill="url(#giraffeSpots)" stroke="#D4A017" stroke-width="2"/>
  <ellipse cx="150" cy="60" rx="30" ry="20" fill="#FAEBD7" stroke="#8B4513" stroke-width="2"/>
  <line x1="135" y1="60" x2="165" y2="60" stroke="#8B4513" stroke-width="2"/>
  <polygon points="130,100 170,100 150,180" fill="#8B4513"/>
  <path d="M130 90 Q150 70 170 90" fill="none" stroke="#8B4513" stroke-width="2"/>
  <path d="M230 150 Q250 110 270 150 T230 150" fill="#8B0000" transform="rotate(25 250 150)" />
  <path d="M230 130 Q250 90 270 130 T230 130" fill="#FF4500" transform="rotate(50 250 130)" />
  <polygon points="140,120 160,120 150,140" fill="url(#giraffeSpots)" stroke="#8B4513" stroke-width="2"/>
  <ellipse cx="150" cy="135" rx="10" ry="4" fill="none" stroke="#8B4513" stroke-width="2"/>
  <circle cx="140" cy="115" r="3" fill="#000" />
  <circle cx="160" cy="115" r="3" fill="#000" />
  <path d="M140 200 L130 240 A50 50 0 0 1 170 240 L160 200" fill="url(#teaGradient)" stroke="#8B4513" stroke-width="2"/>
  <line x1="150" y1="230" x2="150" y2="250" stroke="#505050" stroke-width="1"/>
  <text x="40" y="280" fill="#FFFFFF" font-size="12" font-family="Arial">Giraffe & Octopus Tea Party</text>
</svg>
SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
  <linearGradient id="gradient1" x1="0" y1="0" x2="1" y2="0">
    <stop offset="0" stop-color="#FF69B4"/>
    <stop offset="1" stop-color="#FF1493"/>
  </linearGradient>
  <linearGradient id="gradient2" x1="0" y1="0" x2="1" y2="0">
    <stop offset="0" stop-color="#87CEFA"/>
    <stop offset="1" stop-color="#1E90FF"/>
  </linearGradient>
  <linearGradient id="gradient3" x1="0" y1="0" x2="1" y2="0">
    <stop offset="0" stop-color="#90EE90"/>
    <stop offset="1" stop-color="#00FA9A"/>
  </linearGradient>
</defs>
<rect width="300" height="300" fill="url(#gradient2)"/>
<g filter="url(#starFilter)">
  <circle cx="150" cy="50" r="5" fill="#FFFF00"/>
  <circle cx="200" cy="70" r="3" fill="#FFFF00"/>
  <circle cx="100" cy="90" r="4" fill="#FFFF00"/>
  <circle cx="250" cy="120" r="3" fill="#FFFF00"/>
  <circle cx="50" cy="150" r="5" fill="#FFFF00"/>
  <circle cx="270" cy="180" r="4" fill="#FFFF00"/>
  <circle cx="180" cy="200" r="3" fill="#FFFF00"/>
</g>
<g transform="translate(50, 150)">
  <rect x="0" y="0" width="40" height="40" rx="5" ry="5" fill="url(#gradient1)"/>
  <ellipse cx="20" cy="20" rx="15" ry="10" fill="white"/>
  <ellipse cx="10" cy="15" rx="5" ry="2.5" fill="black"/>
  <ellipse cx="30" cy="15" rx="5" ry="2.5" fill="black"/>
  <rect x="10" y="30" width="20" height="5" rx="2" ry="2" fill="black"/>
  <circle cx="20" cy="25" r="5" fill="white"/>
  <circle cx="20" cy="25" r="3" fill="black"/>
  <path d="M10 25 h20" stroke="black" stroke-width="2"/>
  <rect x="18" y="40" width="4" height="10" fill="black"/>
  <rect x="15" y="50" width="10" height="5" fill="black"/>
</g>
<g transform="translate(200, 180)">
  <circle cx="30" cy="30" r="30" fill="url(#gradient3)"/>
  <ellipse cx="30" cy="30" rx="15" ry="10" fill="white"/>
  <ellipse cx="20" cy="25" rx="5" ry="2.5" fill="black"/>
  <ellipse cx="40" cy="25" rx="5" ry="2.5" fill="black"/>
  <circle cx="30" cy="40" r="5" fill="white"/>
  <circle cx="30" cy="40" r="3" fill="black"/>
  <rect x="28" y="45" width="4" height="10" fill="black"/>
  <rect x="25" y="55" width="10" height="5" fill="black"/>
  <path d="M15 30 q20 30 30 0" stroke="black" stroke-width="2"/>
  <path d="M45 30 q-20 30 -30 0" stroke="black" stroke-width="2"/>
  <path d="M30 10 q-20 20 -30 30" stroke="black" stroke-width="2"/>
  <path d="M30 10 q20 20 30 30" stroke="black" stroke-width="2"/>
</g>
<path d="M100 100 q100 -50 200 0" stroke="black" stroke-width="2"/>
<path d="M100 100 q-100 -50 -200 0" stroke="black" stroke-width="2"/>
<path d="M100 100 q0 -100 0 -200" stroke="black" stroke-width="2"/>
<path d="M100 100 q0 100 0 200" stroke="black" stroke-width="2"/>
<path d="M100 100 q100 50 200 0" stroke="black" stroke-width="2"/>
<path d="M100 100 q-100 50 -200 0" stroke="black" stroke-width="2"/>
<path d="M100 100 q100 -50 200 0" stroke="black" stroke-width="2"/>
<path d="M100 100 q-100 -50 -200 0" stroke="black" stroke-width="2"/>
<rect x="120" y="120" width="60" height="20" rx="10" ry="10" fill="url(#gradient1)"/>
<path d="M140 125 q20 10 40 0" stroke="black" stroke-width="2"/>
<path d="M160 125 q20 -10 40 0" stroke="black" stroke-width="2"/>
<path d="M150 120 q0 20 0 40" stroke="black" stroke-width="2"/>
<path d="M150 160 q20 10 40 0" stroke="black" stroke-width="2"/>
<path d="M170 160 q20 -10 40 0" stroke="black" stroke-width="2"/>
<path d="M140 165 q20 10 40 0" stroke="black" stroke-width="2"/>
<path d="M160 165 q20 -10 40 0" stroke="black" stroke-width="2"/>
<path d="M150 160 q0 20 0 40" stroke="black" stroke-width="2"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Qwen-2.5-32B Player 2

Judge's Analysis

    Player 2's submission captures the whimsical concept of a giraffe in a bow tie and an octopus in space more effectively.

    The image, while abstract, includes elements that suggest facial features and a cosmic setting, aligning with the prompt.

    Player 1's image did not load, making it impossible to evaluate.

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

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

Player 1
Player 2
8
Circles

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

Player 1
Player 2
12
Ellipses

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

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

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

Player 1
Player 2
3

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
21

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
Player 2
9

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
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
42
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
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