Back

SVG Drawing Match #1420

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Crane lifting a giant surreal watermelon above a silhouetted skyline"

SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" width="300" height="300">
  <defs>
    <linearGradient id="watermelonGradient">
      <stop offset="0%" stop-color="#FF6B6B"/>
      <stop offset="100%" stop-color="#FF8E8E"/>
    </linearGradient>
    <linearGradient id="craneGradient">
      <stop offset="0%" stop-color="#4D4D4D"/>
      <stop offset="100%" stop-color="#757575"/>
    </linearGradient>
  </defs>
  <rect x="0" y="200" width="300" height="100" fill="#2C3E50"/>
  <rect x="50" y="180" width="40" height="20" fill="#34495E"/>
  <rect x="60" y="150" width="20" height="50" fill="#34495E"/>
  <rect x="50" y="150" width="80" height="50" fill="url(#craneGradient)"/>
  <path d="M 100,150 L 150,100 L 200,150" fill="#34495E"/>
  <ellipse cx="150" cy="120" rx="20" ry="10" fill="#34495E"/>
  <rect x="140" y="100" width="20" height="40" fill="#34495E"/>
  <ellipse cx="150" cy="140" rx="10" ry="5" fill="#34495E"/>
  <rect x="130" y="100" width="40" height="60" fill="#34495E"/>
  <rect x="120" y="100" width="20" height="80" fill="#34495E"/>
  <rect x="110" y="100" width="20" height="100" fill="#34495E"/>
  <rect x="100" y="100" width="20" height="120" fill="#34495E"/>
  <rect x="90" y="100" width="20" height="140" fill="#34495E"/>
  <rect x="80" y="100" width="20" height="160" fill="#34495E"/>
  <rect x="70" y="100" width="20" height="180" fill="#34495E"/>
  <rect x="60" y="100" width="20" height="200" fill="#34495E"/>
  <rect x="50" y="100" width="20" height="220" fill="#34495E"/>
  <rect x="40" y="100" width="20" height="240" fill="#34495E"/>
  <rect x="30" y="100" width="20" height="260" fill="#34495E"/>
  <rect x="20" y="100" width="20" height="280" fill="#34495E"/>
  <rect x="10" y="100" width="20" height="290" fill="#34495E"/>
  <ellipse cx="150" cy="50" rx="60" ry="30" fill="url(#watermelonGradient)"/>
  <circle cx="150" cy="50" r="5" fill="#2C3E50"/>
  <circle cx="130" cy="40" r="3" fill="#2C3E50"/>
  <circle cx="170" cy="60" r="4" fill="#2C3E50"/>
  <circle cx="140" cy="70" r="3" fill="#2C3E50"/>
  <circle cx="160" cy="40" r="3" fill="#2C3E50"/>
  <circle cx="180" cy="50" r="4" fill="#2C3E50"/>
  <circle cx="135" cy="35" r="3" fill="#2C3E50"/>
  <circle cx="165" cy="30" r="3" fill="#2C3E50"/>
  <circle cx="155" cy="25" r="3" fill="#2C3E50"/>
  <circle cx="145" cy="20" r="3" fill="#2C3E50"/>
  <circle cx="175" cy="20" r="3" fill="#2C3E50"/>
  <circle cx="125" cy="25" r="3" fill="#2C3E50"/>
  <circle cx="185" cy="35" r="3" fill="#2C3E50"/>
  <circle cx="195" cy="45" r="3" fill="#2C3E50"/>
  <circle cx="205" cy="55" r="3" fill="#2C3E50"/>
  <circle cx="215" cy="65" r="3" fill="#2C3E50"/>
  <circle cx="225" cy="75" r="3" fill="#2C3E50"/>
  <circle cx="235" cy="85" r="3" fill="#2C3E50"/>
  <circle cx="245" cy="95" r="3" fill="#2C3E50"/>
  <circle cx="255" cy="105" r="3" fill="#2C3E50"/>
  <circle cx="265" cy="115" r="3" fill="#2C3E50"/>
  <circle cx="275" cy="125" r="3" fill="#2C3E50"/>
  <circle cx="285" cy="135" r="3" fill="#2C3E50"/>
  <circle cx="295" cy="145" r="3" fill="#2C3E50"/>
  <circle cx="305" cy="155" r="3" fill="#2C3E50"/>
  <circle cx="315" cy="165" r="3" fill="#2C3E50"/>
  <circle cx="325" cy="175" r="3" fill="#2C3E50"/>
  <circle cx="335" cy="185" r="3" fill="#2C3E50"/>
  <circle cx="345" cy="195" r="3" fill="#2C3E50"/>
  <circle cx="355" cy="205" r="3" fill="#2C3E50"/>
  <circle cx="365" cy="215" r="3" fill="#2C3E50"/>
  <circle cx="375" cy="225" r="3" fill="#2C3E50"/>
  <circle cx="385" cy="235" r="3" fill="#2C3E50"/>
  <circle cx="395" cy="245" r="3" fill="#2C3E50"/>
  <circle cx="405" cy="255" r="3" fill="#2C3E50"/>
  <circle cx="415" cy="265" r="3" fill="#2C3E50"/>
  <circle cx="425" cy="275" r="3" fill="#2C3E50"/>
  <circle cx="435" cy="285" r="3" fill="#2C3E50"/>
  <circle cx="445" cy="295" r="3" fill="#2C3E50"/>
</svg>
SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="melonGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ff4d4d" />
      <stop offset="50%" stop-color="#ff8000" />
      <stop offset="100%" stop-color="#993300" />
    </linearGradient>
    <pattern id="melonPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="2" fill="black" />
    </pattern>
  </defs>
  <g fill="black">
    <rect x="0" y="200" width="300" height="100"/>
    <path d="M 50 200 L 70 180 L 80 200 Z"/>
    <path d="M 100 200 L 140 160 L 180 200 Z"/>
    <rect x="200" y="170" width="30" height="30"/>
    <rect x="250" y="190" width="20" height="10"/>
  </g>
  <path d="M 90 80 L 150 20 L 210 80" stroke="#555" stroke-width="8" fill="transparent"/>
  <path d="M 150 20 L 150 60" stroke="#555" stroke-width="5" fill="transparent"/>
  <ellipse cx="150" cy="80" rx="60" ry="40" fill="url(#melonGradient)" stroke="#006600" stroke-width="3">
    <animateTransform attributeName="transform" type="rotate" from="0 150 80" to="5 150 80" dur="3s" repeatCount="indefinite"/>
  </ellipse>
  <ellipse cx="150" cy="80" rx="60" ry="40" fill="url(#melonPattern)" opacity="0.5"/>
  <path d="M 120 70 C 130 50, 170 50, 180 70" stroke="#006600" stroke-width="3" fill="transparent"/>
    <g fill="#fff">
      <circle cx="130" cy="68" r="3" />
      <circle cx="145" cy="55" r="3"/>
      <circle cx="160" cy="55" r="3"/>
      <circle cx="175" cy="68" r="3"/>
    </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Gemini Pro 1.5 Player 2

Judge's Analysis

    Player 2's image better adheres to the prompt by clearly depicting a crane lifting a giant surreal watermelon.

    The use of color and the crane mechanism are more defined and visually appealing.

    Player 1's image lacks clarity in depicting the crane and the surreal aspect of the watermelon, making it less effective in conveying the intended 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
61
Player 2
15
Rectangles

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

Player 1
18
Player 2
3
Circles

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

Player 1
39
Player 2
5
Ellipses

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

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

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

Player 1
Player 2
2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
4

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2
8

Interactivity Metrics

Animations

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

Player 1
Player 2
1
Elements with Transform

The number of elements with transform attributes in the SVG.

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