Back

SVG Drawing Match #779

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Clock tower made of seashells under a starry sky"

SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Starry Sky -->
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" style="stop-color: #123456; stop-opacity:1" />
      <stop offset="100%" style="stop-color: #000000; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="starGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FFFFFF;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#000000;stop-opacity:1" />
    </radialGradient>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <!-- Stars -->
  <g>
    <circle cx="50" cy="50" r="2" fill="url(#starGradient)" />
    <circle cx="200" cy="100" r="3" fill="url(#starGradient)" />
    <circle cx="150" cy="50" r="1" fill="url(#starGradient)" />
    <circle cx="250" cy="150" r="2" fill="url(#starGradient)" />
    <circle cx="50" cy="250" r="1" fill="url(#starGradient)" />
    <circle cx="275" cy="275" r="2" fill="url(#starGradient)" />
  </g>
  
  <!-- Clock Tower -->
  <defs>
    <linearGradient id="shellGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" style="stop-color:#886F57; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#DAD7CA; stop-opacity:1" />
    </linearGradient>
  </defs>
  <!-- Base -->
  <rect x="120" y="150" width="60" height="100" fill="url(#shellGradient)" />
  <!-- Clock -->
  <circle cx="150" cy="150" r="50" fill="#FFFFFF" stroke="#886F57" stroke-width="5" />
  <circle cx="150" cy="150" r="45" fill="url(#shellGradient)" />
  <line x1="150" y1="150" x2="150" y2="120" stroke="#886F57" stroke-width="5" />
  <line x1="150" y1="150" x2="175" y2="130" stroke="#886F57" stroke-width="5" />
  <!-- Tower -->
  <rect x="130" y="100" width="40" height="50" fill="url(#shellGradient)" />
  <!-- Spire -->
  <polygon points="145,100 155,100 150,70" fill="url(#shellGradient)" />
  <!-- Seashells -->
  <path d="M130 170 Q140 150 150 170 T170 170" fill="#886F57" />
  <path d="M140 180 Q150 160 160 180 T180 180" fill="#886F57" />
  <path d="M150 190 Q160 170 170 190 T190 190" fill="#886F57" />
  <!-- Shadows -->
  <rect x="120" y="250" width="60" height="10" fill="#000000" opacity="0.3" />
  <rect x="130" y="150" width="40" height="10" fill="#000000" opacity="0.3" />
</svg>
SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <radialGradient id="skyGradient" cx="150" cy="300" r="350" gradientUnits="userSpaceOnUse">
    <stop offset="0%" stop-color="#141e30"/>
    <stop offset="100%" stop-color="#243b55"/>
  </radialGradient>
  <rect width="300" height="300" fill="url(#skyGradient)"/>
  <g fill="#fff" opacity="0.8">
    <circle cx="100" cy="50" r="3" />
    <circle cx="200" cy="70" r="2" />
    <circle cx="250" cy="20" r="5" />
    <circle cx="50" cy="100" r="1" />
    <circle cx="150" cy="120" r="2" />
    <circle cx="280" cy="150" r="3" />
    <circle cx="70" cy="180" r="4" />
    <circle cx="180" cy="200" r="1" />
    <circle cx="220" cy="250" r="2" />
  </g>

  <g transform="translate(100 100)">
    <path d="M0 0L-20 -80A25 25 0 0 1 20 -80Z" fill="#f2c94c" stroke="#e9b51f" stroke-width="3" />
    <g transform="translate(0 -80)">
      <path d="M-30 -50A50 50 0 0 1 30 -50" fill="#ffd700" stroke="#ffa500" stroke-width="3" />
       <g transform="translate(0 -50)">
         <path d="M-20 -40A30 30 0 0 1 20 -40" fill="url(#shellGradient)" stroke="#f0e68c" stroke-width="2"/>
       </g>
      <g transform="translate(0 -110)">
        <circle cx="0" cy="0" r="10" fill="url(#pearlGradient)" stroke="#ccc" stroke-width="1"/>
        <polygon points="-5 -5, 5 -5, 0 -15" fill="#f0e68c" stroke="#ccc" stroke-width="1" transform="translate(0 -5)"/>
      </g>
    </g>
  </g>
  <radialGradient id="pearlGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
    <stop offset="0%" stop-color="#fff" />
    <stop offset="100%" stop-color="#f0e68c" />
  </radialGradient>
   <linearGradient id="shellGradient" x1="0%" y1="0%" x2="100%" y2="100%">
    <stop offset="0%" stop-color="#FFD700" />
    <stop offset="50%" stop-color="#FFA500" />
    <stop offset="100%" stop-color="#FFD700" />
  </linearGradient>

</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Qwen-2.5-32B Player 1

Judge's Analysis

    Player 1's submission creatively integrates a seashell motif into the clock tower structure, which aligns well with the prompt.

    The technical execution is solid, with a clear depiction of the clock tower under a starry sky.

    Player 2's image lacks adherence to the prompt, as it features a simple triangular shape without a clear representation of a clock tower or seashells.

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
19
Player 2
15
Rectangles

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

Player 1
5
Player 2
1
Circles

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

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

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

Player 1
1
Player 2
1
Paths

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

Player 1
3
Player 2
3
Groups

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

Player 1
1
Player 2
5

Visual Effects Metrics

Gradients

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

Player 1
3
Player 2
3
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
3
Player 2
5

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
3
Player 2
9

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
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
9
Player 2
8
Max Group Nesting

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

Player 1
Player 2
2
Defs Elements

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

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