Back

SVG Drawing Match #785

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe wearing a tuxedo, balancing teacups on its horns"

SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="tuxGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#000000;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4D4D4D;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="teacupGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#E6E6E6;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#F5DEB3;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#F0E68C;stop-opacity:1" />
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="#87CEEB"/>
  <g id="giraffe">
    <path d="M150 120 Q130 90 150 70 Q170 90 150 120" fill="url(#giraffeGradient)" />
    <circle cx="150" cy="90" r="15" fill="#000000" />
    <circle cx="150" cy="90" r="5" fill="#FFFFFF" />
    <path d="M150 120 Q140 130 150 140 Q160 130 150 120" fill="url(#tuxGradient)" />
    <path d="M150 150 Q140 160 150 170 Q160 160 150 150" fill="url(#tuxGradient)" />
    <path d="M150 180 Q140 190 150 200 Q160 190 150 180" fill="url(#tuxGradient)" />
    <path d="M140 70 Q130 60 140 50 Q150 60 140 70" fill="url(#teacupGradient)" />
    <path d="M160 70 Q170 60 160 50 Q150 60 160 70" fill="url(#teacupGradient)" />
  </g>
  <g id="giraffeNeck" transform="translate(150, 70)">
    <path d="M0 -10 Q-20 -30 0 -50 Q20 -30 0 -10" fill="url(#giraffeGradient)" />
  </g>
  <g id="giraffeHead" transform="translate(150, 20)">
    <circle cx="0" cy="0" r="20" fill="url(#giraffeGradient)" />
    <path d="M-10 20 Q-20 30 -30 40 Q-40 50 -30 60 Q-20 70 -10 80 Q0 70 10 80 Q20 70 30 60 Q40 50 30 40 Q20 30 10 20" fill="url(#giraffeGradient)" />
  </g>
</svg>
SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="giraffeFur" x1="0" x2="0" y1="0" y2="1">
      <stop offset="0" stop-color="#F7D2C4" stop-opacity="1"/>
      <stop offset="1" stop-color="#FFC499" stop-opacity="1"/>
    </linearGradient>
    <linearGradient id="tuxedo" x1="0" x2="0" y1="0" y2="1">
      <stop offset="0" stop-color="#333" stop-opacity="1"/>
      <stop offset="1" stop-color="#444" stop-opacity="1"/>
    </linearGradient>
    <pattern id="teacupPattern" width="20" height="20" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="20" height="20" fill="#F7F7F7" rx="2"/>
      <circle cx="10" cy="10" r="4" fill="#FFC080"/>
    </pattern>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="#F0F0F0"/>
  <g transform="translate(150, 150)">
    <g transform="rotate(-10)">
      <path d="M-50, 50 L-50, 150 L-20, 150 L-20, 50 Z" fill="url(#giraffeFur)"/>
      <path d="M-50, 50 L-50, 150 L-80, 150 L-80, 50 Z" fill="url(#giraffeFur)"/>
      <path d="M-20, 50 L-20, 150 L-50, 150 L-50, 50 Z" fill="url(#giraffeFur)"/>
      <path d="M-20, 50 L-20, 150 L-10, 150 L-10, 50 Z" fill="url(#giraffeFur)"/>
    </g>
    <g transform="translate(0, -50)">
      <path d="M-20, 0 L-20, 50 L20, 50 L20, 0 Z" fill="url(#tuxedo)"/>
      <path d="M-20, 0 L-20, 50 L-10, 50 L-10, 0 Z" fill="url(#tuxedo)"/>
      <path d="M20, 0 L20, 50 L10, 50 L10, 0 Z" fill="url(#tuxedo)"/>
    </g>
    <g transform="translate(0, -80)">
      <circle cx="-30" cy="0" r="20" fill="url(#teacupPattern)"/>
      <circle cx="0" cy="0" r="20" fill="url(#teacupPattern)"/>
      <circle cx="30" cy="0" r="20" fill="url(#teacupPattern)"/>
    </g>
    <g transform="translate(0, -120)">
      <circle cx="-20" cy="0" r="10" fill="#FFC080"/>
      <circle cx="0" cy="0" r="10" fill="#FFC080"/>
      <circle cx="20" cy="0" r="10" fill="#FFC080"/>
    </g>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Llama 3.0 70B (8192) Player 2

Judge's Analysis

    Player 2's image more clearly suggests both the giraffe and the teacups, with an abstract yet identifiable representation, while Player 1's submission lacks clarity and adherence to the prompt.

    The use of color and composition in Player 2's image adds to its visual appeal and creative interpretation of the concept.

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

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

Player 1
1
Player 2
2
Circles

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

Player 1
3
Player 2
7
Ellipses

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

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

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

Player 1
3
Player 2
5

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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

Complexity Metrics

Path Commands

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

Player 1
29
Player 2
35
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
Player 2
1
Defs Elements

The number of elements defined within the defs element in the SVG.

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