Back

SVG Drawing Match #650

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giraffe wearing a scuba diving suit, exploring a coral reef"

SVG by Claude 3.5 Sonnet (2024-10-22)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="waterGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#0077be;stop-opacity:0.3"/>
      <stop offset="100%" style="stop-color:#003366;stop-opacity:0.6"/>
    </linearGradient>
    <pattern id="bubbles" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="2" fill="rgba(255,255,255,0.3)"/>
    </pattern>
  </defs>

  <!-- Background water -->
  <rect x="0" y="0" width="300" height="300" fill="url(#waterGradient)"/>
  <rect x="0" y="0" width="300" height="300" fill="url(#bubbles)"/>

  <!-- Coral reef -->
  <path d="M0,250 Q75,200 150,250 T300,250 L300,300 L0,300 Z" fill="#ff6b6b"/>
  <path d="M20,260 Q40,220 60,260" stroke="#ff8c8c" stroke-width="8" fill="none"/>
  <path d="M80,270 Q100,230 120,270" stroke="#ff8c8c" stroke-width="8" fill="none"/>
  <path d="M180,265 Q200,225 220,265" stroke="#ff8c8c" stroke-width="8" fill="none"/>

  <!-- Giraffe body in scuba suit -->
  <path d="M150,150 L140,200 L160,200 Z" fill="#2d3436" stroke="#0984e3" stroke-width="4"/>
  <rect x="130" y="120" width="40" height="80" rx="20" fill="#0984e3"/>
  
  <!-- Giraffe neck and head -->
  <path d="M150,120 C150,90 150,60 150,40" stroke="#ffeaa7" stroke-width="25" fill="none"/>
  <path d="M150,40 C150,30 160,20 170,20 C180,20 190,30 190,40" fill="#ffeaa7"/>
  
  <!-- Giraffe spots -->
  <circle cx="150" cy="100" r="5" fill="#fd79a8"/>
  <circle cx="160" cy="80" r="5" fill="#fd79a8"/>
  <circle cx="145" cy="60" r="5" fill="#fd79a8"/>

  <!-- Scuba mask -->
  <circle cx="170" cy="30" r="10" fill="#74b9ff" stroke="#2d3436" stroke-width="2"/>
  <rect x="160" y="25" width="20" height="10" fill="#2d3436" rx="2"/>

  <!-- Air bubbles -->
  <circle cx="190" cy="80" r="5" fill="rgba(255,255,255,0.6)"/>
  <circle cx="195" cy="60" r="8" fill="rgba(255,255,255,0.4)"/>
  <circle cx="185" cy="40" r="6" fill="rgba(255,255,255,0.5)"/>

  <!-- Oxygen tank -->
  <rect x="135" y="130" width="30" height="60" rx="5" fill="#636e72"/>

  <!-- Fish -->
  <path d="M50,100 L70,110 L50,120 Z" fill="#ff7675"/>
  <path d="M250,150 L270,160 L250,170 Z" fill="#74b9ff"/>
  <path d="M80,200 L100,210 L80,220 Z" fill="#ffeaa7"/>
</svg>
SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background Gradient -->
  <defs>
    <linearGradient id="waterGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0" stop-color="#87CEFA"/>
      <stop offset="1" stop-color="#1E90FF"/>
    </linearGradient>
  </defs>
  <rect width="100%" height="100%" fill="url(#waterGradient)"/>
  
  <!-- Coral Reef -->
  <g transform="translate(100, 150)">
    <path d="M0 0 C0 30, 30 30, 30 0 Z" fill="#FF7F50"/>
    <path d="M30 0 C30 -30, 60 -30, 60 0 Z" fill="#FF6347"/>
    <path d="M60 0 C60 30, 90 30, 90 0 Z" fill="#FF4500"/>
  </g>
  
  <!-- Giraffe -->
  <g transform="translate(100, 50)">
    <circle cx="0" cy="0" r="10" fill="#F5DEB3"/>
    <rect x="-15" y="10" width="30" height="50" fill="#F5DEB3" rx="5"/>
    <rect x="-10" y="60" width="20" height="50" fill="#F5DEB3" rx="5"/>
    <rect x="-5" y="110" width="10" height="20" fill="#F5DEB3" rx="5"/>
    <path d="M-15 60 Q-20 65 -15 70 T-10 75" fill="none" stroke="#000" stroke-width="2"/>
    <path d="M15 60 Q20 65 15 70 T10 75" fill="none" stroke="#000" stroke-width="2"/>
    <path d="M-10 10 C-10 20, 10 20, 10 10 Z" fill="#000"/>
  </g>
  
  <!-- Scuba Suit -->
  <g transform="translate(100, 50)">
    <rect x="-15" y="10" width="30" height="50" fill="#00BFFF" rx="5"/>
    <rect x="-10" y="60" width="20" height="50" fill="#00BFFF" rx="5"/>
    <rect x="-5" y="110" width="10" height="20" fill="#00BFFF" rx="5"/>
    <path d="M-15 60 Q-20 65 -15 70 T-10 75" fill="none" stroke="#000" stroke-width="2"/>
    <path d="M15 60 Q20 65 15 70 T10 75" fill="none" stroke="#000" stroke-width="2"/>
  </g>
  
  <!-- Scuba Tank -->
  <g transform="translate(115, 60)">
    <rect x="-5" y="0" width="10" height="40" fill="#BDB76B" rx="2"/>
    <circle cx="0" cy="40" r="10" fill="#BDB76B"/>
  </g>
  
  <!-- Bubbles -->
  <g>
    <circle cx="120" cy="200" r="5" fill="white" opacity="0.8"/>
    <circle cx="140" cy="180" r="8" fill="white" opacity="0.8"/>
    <circle cx="160" cy="220" r="10" fill="white" opacity="0.8"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.5 Sonnet (2024-10-22) Player 1

Judge's Analysis

    Player 1's submission is more visually engaging, using vibrant colors and whimsical shapes that effectively convey the concept of a giraffe in a scuba suit exploring a coral reef.

    The playful design elements and detailed background enhance the theme and adherence to the prompt.

    Player 2's image lacks the distinct representation of a giraffe and the coral reef context, making it less effective in capturing the idea.

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

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

Player 1
5
Player 2
8
Circles

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

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

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

Player 1
Player 2
5

Visual Effects Metrics

Gradients

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

Player 1
1
Player 2
1
Patterns

The number of pattern definitions (pattern) in the SVG.

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2
4

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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

Complexity Metrics

Path Commands

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

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