Back

SVG Drawing Match #2275

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe on a unicycle juggling pineapples under a full moon."

SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0" x2="0" y1="0" y2="1">
      <stop offset="0%" stop-color="#070B34"/>
      <stop offset="100%" stop-color="#1A1F4D"/>
    </linearGradient>
    <radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#F9F3E6"/>
      <stop offset="100%" stop-color="#E8E0D1"/>
    </radialGradient>
    <linearGradient id="giraffeGradient" x1="0" x2="0" y1="0" y2="1">
      <stop offset="0%" stop-color="#FFD700"/>
      <stop offset="100%" stop-color="#DAA520"/>
    </linearGradient>
    <pattern id="pineapplePattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <rect width="20" height="20" fill="#FFD700"/>
      <path d="M10 0 L13 7 L20 7 L14 11 L17 18 L10 14 L3 18 L6 11 L0 7 L7 7 Z" fill="#8B4513"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <circle cx="250" cy="50" r="40" fill="url(#moonGradient)"/>
  <g transform="translate(150, 200)">
    <ellipse cx="0" cy="20" rx="60" ry="30" fill="#654321"/>
    <rect x="-5" y="-100" width="10" height="120" fill="#8B4513"/>
    <circle cx="0" cy="-100" r="20" fill="url(#giraffeGradient)"/>
    <path d="M-15 -100 Q-30 -120, -15 -140 M15 -100 Q30 -120, 15 -140" stroke="#8B4513" stroke-width="5" fill="none"/>
    <circle cx="0" cy="-140" r="15" fill="#FFD700"/>
    <path d="M-15 -140 Q-30 -160, -15 -180 M15 -140 Q30 -160, 15 -180" stroke="#8B4513" stroke-width="5" fill="none"/>
    <circle cx="0" cy="-180" r="10" fill="#FFD700"/>
    <path d="M-10 -180 Q-20 -190, -10 -200 M10 -180 Q20 -190, 10 -200" stroke="#8B4513" stroke-width="5" fill="none"/>
    <circle cx="0" cy="-200" r="5" fill="#FFD700"/>
    <circle cx="0" cy="-200" r="2" fill="#000"/>
    <circle cx="-25" cy="-100" r="5" fill="#000"/>
    <circle cx="25" cy="-100" r="5" fill="#000"/>
    <path d="M-30 -90 Q0 -70, 30 -90" stroke="#8B4513" stroke-width="3" fill="none"/>
  </g>
  <g transform="translate(150, 200)">
    <circle cx="0" cy="20" r="15" fill="#FF6347"/>
    <rect x="-3" y="20" width="6" height="20" fill="#FF6347"/>
    <rect x="-10" y="40" width="20" height="5" fill="#FF6347"/>
  </g>
  <g transform="translate(150, 200)">
    <circle cx="-50" cy="-50" r="10" fill="url(#pineapplePattern)"/>
    <circle cx="0" cy="-80" r="10" fill="url(#pineapplePattern)"/>
    <circle cx="50" cy="-50" r="10" fill="url(#pineapplePattern)"/>
  </g>
</svg>
SVG by Gemini 2.5 Flash Preview High 04-17
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FFFFCC;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#CCCC99;stop-opacity:1" />
    </radialGradient>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#0F0F33;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#333366;stop-opacity:1" />
    </linearGradient>
    <pattern id="pineapplePattern" patternUnits="userSpaceOnUse" width="20" height="20">
      <circle cx="10" cy="10" r="8" fill="#FFD700"/>
      <circle cx="10" cy="10" r="5" fill="#DAA520"/>
      <polygon points="10,2 12,8 18,10 12,12 10,18 8,12 2,10 8,8" fill="#32CD32"/>
    </pattern>
    <pattern id="giraffeSpotPattern" patternUnits="userSpaceOnUse" width="15" height="15">
        <circle cx="7.5" cy="7.5" r="5" fill="#8B4513"/>
    </pattern>
  </defs>

  <!-- Sky -->
  <rect width="300" height="300" fill="url(#skyGradient)"/>

  <!-- Moon -->
  <circle cx="240" cy="60" r="40" fill="url(#moonGradient)"/>

  <!-- Unicycle -->
  <g transform="translate(150, 250)">
    <circle cx="0" cy="0" r="20" fill="#FF0000"/>
    <circle cx="0" cy="0" r="15" fill="#B22222"/>
    <rect x="-2.5" y="-60" width="5" height="60" fill="#808080"/>
    <polygon points="-10,-60 10,-60 0,-70" fill="#808080"/>
  </g>

  <!-- Giraffe -->
  <g transform="translate(150, 190)">
    <!-- Legs -->
    <rect x="-10" y="0" width="5" height="60" fill="#DAA520" stroke="#8B4513" stroke-width="2"/>
    <rect x="5" y="0" width="5" height="60" fill="#DAA520" stroke="#8B4513" stroke-width="2"/>

    <!-- Body -->
    <ellipse cx="0" cy="-30" rx="25" ry="15" fill="#DAA520" stroke="#8B4513" stroke-width="2"/>
    <rect x="-20" y="-45" width="40" height="30" fill="url(#giraffeSpotPattern)"/>

    <!-- Neck -->
    <path d="M -10 -45 Q 0 -80 0 -150 Q 10 -80 10 -45 Z" fill="#DAA520" stroke="#8B4513" stroke-width="2"/>
    <rect x="-5" y="-140" width="10" height="90" fill="url(#giraffeSpotPattern)"/>

    <!-- Head -->
    <circle cx="0" cy="-150" r="15" fill="#DAA520" stroke="#8B4513" stroke-width="2"/>
    <circle cx="-5" cy="-155" r="2" fill="#000000"/>
    <circle cx="5" cy="-155" r="2" fill="#000000"/>
    <polygon points="-8,-140 8,-140 0,-165" fill="#DAA520" stroke="#8B4513" stroke-width="2"/> <!-- Horns -->
  </g>

  <!-- Pineapples (Juggling) -->
  <g transform="translate(150, 110)">
    <circle cx="-40" cy="-40" r="15" fill="url(#pineapplePattern)" stroke="#006400" stroke-width="2"/>
    <circle cx="0" cy="-80" r="15" fill="url(#pineapplePattern)" stroke="#006400" stroke-width="2"/>
    <circle cx="40" cy="-40" r="15" fill="url(#pineapplePattern)" stroke="#006400" stroke-width="2"/>
  </g>

  <!-- Ground (Optional, for context) -->
  <rect x="0" y="280" width="300" height="20" fill="#6B8E23"/>

</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Gemini 2.5 Flash Preview High 04-17 Player 2

Judge's Analysis

    Player 2's submission is more detailed and adheres closely to the prompt, with a clear depiction of a giraffe on a unicycle juggling pineapples under a full moon.

    The technical quality and creativity are higher, as the giraffe's patterns and the juggling pineapples are more visually distinct.

    Player 1's image is simpler and less detailed, making it less engaging and harder to interpret in comparison.

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
23
Player 2
24
Rectangles

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

Player 1
5
Player 2
7
Circles

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

Player 1
12
Player 2
12
Ellipses

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

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

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

Player 1
5
Player 2
1
Groups

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

Player 1
3
Player 2
3

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
10

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

Complexity Metrics

Path Commands

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

Player 1
25
Player 2
4
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
4
Player 2
4
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.