Back

SVG Drawing Match #1291

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Giraffe surfing on a giant wave under a starry night sky"

SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#1a1a4a;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#2a2a7a;stop-opacity:1" />
    </linearGradient>
    
    <radialGradient id="waveGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#4da7ff;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#2993ff;stop-opacity:1" />
    </radialGradient>
    
    <pattern id="stars" x="0" y="0" width="30" height="30" patternUnits="userSpaceOnUse">
      <circle cx="15" cy="15" r="1" fill="white" stroke="white" stroke-width="0.5"/>
    </pattern>
    
    <linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#f4d063;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#d4a033;stop-opacity:1" />
    </linearGradient>
    
    <linearGradient id="surfboardGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#ffd700;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ffa500;stop-opacity:1" />
    </linearGradient>
  </defs>
  
  <!-- Sky -->
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  
  <!-- Stars -->
  <rect width="300" height="300" fill="url(#stars)" opacity="0.3"/>
  
  <!-- Wave -->
  <path d="M0 150 Q 75 125 150 150 Q 225 175 300 150 L 300 300 L 0 300 Z"
        fill="url(#waveGradient)" stroke="#4da7ff" stroke-width="4"/>
  
  <!-- Giraffe -->
  <g transform="translate(120,180)">
    <!-- Head -->
    <circle cx="0" cy="0" r="20" fill="#f4d063"/>
    <circle cx="15" cy="-15" r="5" fill="black"/>
    <circle cx="5" cy="-15" r="5" fill="white"/>
    
    <!-- Neck -->
    <rect x="-30" y="20" width="60" height="40" rx="20" fill="url(#giraffeGradient)"/>
    
    <!-- Body -->
    <polygon points="-60,60 -30,40 30,40 60,60 60,100 -60,100" fill="url(#giraffeGradient)"/>
    
    <!-- Legs -->
    <rect x="-15" y="100" width="30" height="60" rx="15" fill="url(#giraffeGradient)"/>
    
    <!-- Spots -->
    <g transform="translate(-30,40)">
      <circle r="5" fill="white"/>
      <circle cx="20" cy="0" r="5" fill="white"/>
      <circle cx="10" cy="-10" r="5" fill="white"/>
    </g>
  </g>
  
  <!-- Surfboard -->
  <rect x="100" y="160" width="80" height="20" rx="10" fill="url(#surfboardGradient)"/>
  <rect x="105" y="175" width="70" height="5" rx="3" fill="#333"/>
  
  <!-- Rays -->
  <g transform="translate(150,100)">
    <rect width="40" height="80" rx="20" fill="url(#waveGradient)" opacity="0.5"/>
    <rect x="40" y="0" width="40" height="80" rx="20" fill="url(#waveGradient)" opacity="0.5"/>
  </g>
  
  <!-- Foreground Stars -->
  <g transform="translate(10,10)">
    <circle r="2" fill="white">
      <animate attributeName="opacity" from="0" to="1" dur="1s" repeatCount="indefinite"/>
    </circle>
  </g>
  <g transform="translate(280,280)">
    <circle r="2" fill="white">
      <animate attributeName="opacity" from="0" to="1" dur="1s" repeatCount="indefinite" begin="0.5s"/>
    </circle>
  </g>
  
  <!-- Sparkles -->
  <g transform="translate(150,150)">
    <circle r="2" fill="white">
      <animate attributeName="opacity" from="0" to="1" dur="0.5s" repeatCount="indefinite"/>
    </circle>
  </g>
</svg>
SVG by o1-mini (2024-09-12)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#001848"/>
      <stop offset="100%" stop-color="#03045e"/>
    </linearGradient>
    <linearGradient id="waveGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#00aaff" />
      <stop offset="100%" stop-color="#0044cc" />
    </linearGradient>
    <radialGradient id="moonGradient" cx="0.8" cy="0.2" r="0.3">
      <stop offset="0%" stop-color="#fffacd"/>
      <stop offset="100%" stop-color="#ffd700"/>
    </radialGradient>
    <pattern id="spots" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="1" fill="#ffffff"/>
    </pattern>
  </defs>
  <!-- Background sky -->
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <!-- Stars -->
  <g>
    <circle cx="50" cy="50" r="1.5" fill="#ffffff"/>
    <circle cx="80" cy="80" r="1" fill="#ffffff"/>
    <circle cx="120" cy="40" r="1.2" fill="#ffffff"/>
    <circle cx="200" cy="70" r="1" fill="#ffffff"/>
    <circle cx="250" cy="50" r="1.3" fill="#ffffff"/>
    <circle cx="220" cy="120" r="1" fill="#ffffff"/>
    <circle cx="180" cy="150" r="1.2" fill="#ffffff"/>
    <circle cx="260" cy="190" r="1" fill="#ffffff"/>
    <circle cx="100" cy="200" r="1.1" fill="#ffffff"/>
    <circle cx="60" cy="250" r="1" fill="#ffffff"/>
  </g>
  <!-- Moon -->
  <circle cx="240" cy="60" r="20" fill="url(#moonGradient)" />
  <!-- Wave -->
  <path d="M50,250 C80,230 120,270 160,240 C200,210 240,250 280,220 L300,300 L0,300 Z" fill="url(#waveGradient)" />
  <!-- Giraffe -->
  <g transform="translate(160, 200) scale(0.8)">
    <!-- Body -->
    <ellipse cx="0" cy="0" rx="20" ry="40" fill="#fdb813"/>
    <!-- Neck -->
    <rect x="-5" y="-40" width="10" height="30" fill="#fdb813" />
    <!-- Head -->
    <ellipse cx="0" cy="-50" rx="8" ry="12" fill="#fdb813" />
    <!-- Ears -->
    <polygon points="-4,-52 -6,-58 -2,-54" fill="#fdb813" />
    <polygon points="4,-52 6,-58 2,-54" fill="#fdb813" />
    <!-- Spots -->
    <circle cx="-6,-40" r="2" fill="#8b5a2b"/>
    <circle cx="5,-35" r="1.5" fill="#8b5a2b"/>
    <circle cx="-3,-25" r="2" fill="#8b5a2b"/>
    <circle cx="4,-20" r="1.5" fill="#8b5a2b"/>
    <!-- Legs -->
    <rect x="-7" y="20" width="4" height="15" fill="#fdb813" />
    <rect x="3" y="20" width="4" height="15" fill="#fdb813" />
    <!-- Tail -->
    <line x1="0" y1="20" x2="0" y2="25" stroke="#8b5a2b" stroke-width="1" />
    <circle cx="0" cy="25" r="1" fill="#8b5a2b"/>
    <!-- Surfboard -->
    <ellipse cx="0" cy="30" rx="25" ry="5" fill="#ff4500" />
    <path d="M-20,30 Q0,35 20,30" fill="#ff6347" opacity="0.7" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek-R1-Distill-Qwen-32B Player 1

Judge's Analysis

    Player 1’s image creatively portrays the concept with a clear depiction of a giraffe-like figure surfing on a wave, enhanced by the presence of a subtle starry background.

    The composition is dynamic, with a good balance between the wave and the sky.

    Player 2’s image lacks clarity in depicting the giraffe and has less emphasis on the wave, making it less aligned with the prompt.

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
20
Player 2
29
Rectangles

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

Player 1
8
Player 2
4
Circles

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

Player 1
10
Player 2
17
Ellipses

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

Player 1
Player 2
3
Lines

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

Player 1
Player 2
1
Polygons

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

Player 1
1
Player 2
2
Paths

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

Player 1
1
Player 2
2
Groups

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

Player 1
6
Player 2
2

Visual Effects Metrics

Gradients

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

Player 1
4
Player 2
3
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
2
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
5
Player 2
11

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
3
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
6
Player 2
1

Complexity Metrics

Path Commands

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

Player 1
6
Player 2
8
Max Group Nesting

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

Player 1
1
Player 2
Defs Elements

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

Player 1
5
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.

Similar Challenges