Back

SVG Drawing Match #686

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Clock tower made of stacked teacups, each cup showing a different time"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:rgb(255,127,80);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,159,204);stop-opacity:1" />
    </linearGradient>
    <linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:rgb(123,104,238);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(191,180,255);stop-opacity:1" />
    </linearGradient>
    <linearGradient id="grad3" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:rgb(152,251,152);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(238,255,223);stop-opacity:1" />
    </linearGradient>
    <linearGradient id="grad4" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:rgb(255,215,0);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,255,153);stop-opacity:1" />
    </linearGradient>
  </defs>
  <g transform="translate(150, 150)">
    <circle cx="0" cy="-100" r="25" fill="url(#grad1)" />
    <circle cx="0" cy="-75" r="30" fill="url(#grad2)" />
    <circle cx="0" cy="-50" r="35" fill="url(#grad3)" />
    <circle cx="0" cy="-25" r="40" fill="url(#grad4)" />
    <circle cx="0" cy="0" r="45" fill="url(#grad1)" />
    <circle cx="0" cy="25" r="50" fill="url(#grad2)" />
    <circle cx="0" cy="50" r="55" fill="url(#grad3)" />
    <circle cx="0" cy="75" r="60" fill="url(#grad4)" />
    <circle cx="0" cy="100" r="65" fill="url(#grad1)" />
    <circle cx="0" cy="125" r="70" fill="url(#grad2)" />
    <circle cx="0" cy="150" r="75" fill="url(#grad3)" />
    <circle cx="0" cy="175" r="80" fill="url(#grad4)" />
    <circle cx="0" cy="200" r="85" fill="url(#grad1)" />
    <g transform="translate(0, -100)">
      <text x="-25" y="25" font-family="Arial" font-size="12" fill="white">12:00</text>
    </g>
    <g transform="translate(0, -75)">
      <text x="-25" y="25" font-family="Arial" font-size="12" fill="white">03:00</text>
    </g>
    <g transform="translate(0, -50)">
      <text x="-25" y="25" font-family="Arial" font-size="12" fill="white">06:00</text>
    </g>
    <g transform="translate(0, -25)">
      <text x="-25" y="25" font-family="Arial" font-size="12" fill="white">09:00</text>
    </g>
    <g transform="translate(0, 0)">
      <text x="-25" y="25" font-family="Arial" font-size="12" fill="white">12:00</text>
    </g>
    <g transform="translate(0, 25)">
      <text x="-25" y="25" font-family="Arial" font-size="12" fill="white">03:00</text>
    </g>
    <g transform="translate(0, 50)">
      <text x="-25" y="25" font-family="Arial" font-size="12" fill="white">06:00</text>
    </g>
    <g transform="translate(0, 75)">
      <text x="-25" y="25" font-family="Arial" font-size="12" fill="white">09:00</text>
    </g>
    <g transform="translate(0, 100)">
      <text x="-25" y="25" font-family="Arial" font-size="12" fill="white">12:00</text>
    </g>
    <g transform="translate(0, 125)">
      <text x="-25" y="25" font-family="Arial" font-size="12" fill="white">03:00</text>
    </g>
    <g transform="translate(0, 150)">
      <text x="-25" y="25" font-family="Arial" font-size="12" fill="white">06:00</text>
    </g>
    <g transform="translate(0, 175)">
      <text x="-25" y="25" font-family="Arial" font-size="12" fill="white">09:00</text>
    </g>
    <g transform="translate(0, 200)">
      <text x="-25" y="25" font-family="Arial" font-size="12" fill="white">12:00</text>
    </g>
  </g>
  <g transform="translate(150, 150)">
    <path d="M-10,-100 A10,10 0 0 1 10,-100 L10,100 A10,10 0 0 1 -10,100 Z" fill="url(#grad1)" />
    <path d="M-15,-75 A15,15 0 0 1 15,-75 L15,75 A15,15 0 0 1 -15,75 Z" fill="url(#grad2)" />
    <path d="M-20,-50 A20,20 0 0 1 20,-50 L20,50 A20,20 0 0 1 -20,50 Z" fill="url(#grad3)" />
    <path d="M-25,-25 A25,25 0 0 1 25,-25 L25,25 A25,25 0 0 1 -25,25 Z" fill="url(#grad4)" />
    <path d="M-30,0 A30,30 0 0 1 30,0 L30,50 A30,30 0 0 1 -30,50 Z" fill="url(#grad1)" />
    <path d="M-35,25 A35,35 0 0 1 35,25 L35,75 A35,35 0 0 1 -35,75 Z" fill="url(#grad2)" />
    <path d="M-40,50 A40,40 0 0 1 40,50 L40,100 A40,40 0 0 1 -40,100 Z" fill="url(#grad3)" />
    <path d="M-45,75 A45,45 0 0 1 45,75 L45,125 A45,45 0 0 1 -45,125 Z" fill="url(#grad4)" />
    <path d="M-50,100 A50,50 0 0 1 50,100 L50,150 A50,50 0 0 1 -50,150 Z" fill="url(#grad1)" />
    <path d="M-55,125 A55,55 0 0 1 55,125 L55,175 A55,55 0 0 1 -55,175 Z" fill="url(#grad2)" />
    <path d="M-60,150 A60,60 0 0 1 60,150 L60,200 A60,60 0 0 1 -60,200 Z" fill="url(#grad3)" />
    <path d="M-65,175 A65,65 0 0 1 65,175 L65,225 A65,65 0 0 1 -65,225 Z" fill="url(#grad4)" />
  </g>
</svg>
SVG by Llama 3.1 405B Instruct
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Gradient definitions -->
  <defs>
    <linearGradient id="grad1" x1="0%" y1="100%" x2="0%" y2="0%">
      <stop offset="0%" stop-color="#FF69B4" />
      <stop offset="50%" stop-color="#FFC67D" />
      <stop offset="100%" stop-color="#8BC34A" />
    </linearGradient>
    <radialGradient id="grad2" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#03A9F4" />
      <stop offset="100%" stop-color="#FF9800" />
    </radialGradient>
    <pattern id="dotty" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="2" fill="#fff" />
    </pattern>
  </defs>

  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="#2F4F7F" rx="10" />

  <!-- Teacups -->
  <g id="teacup-stack" transform="translate(150, 20)">
    <!-- Teacup 1 - 12:00 -->
    <g transform="translate(0, 0)">
      <circle cx="0" cy="20" r="20" fill="#FFC107" />
      <path d="M 0 40 L -15 25 L 15 25 Z" fill="#333" />
      <text x="0" y="55" font-size="18" text-anchor="middle" fill="#fff">12:00</text>
    </g>

    <!-- Teacup 2 - 3:00 -->
    <g transform="translate(0, 45)" rotate="30">
      <circle cx="0" cy="20" r="20" fill="#FF9800" />
      <path d="M 0 40 L -15 25 L 15 25 Z" fill="#333" />
      <text x="0" y="55" font-size="18" text-anchor="middle" fill="#fff">3:00</text>
    </g>

    <!-- Teacup 3 - 6:00 -->
    <g transform="translate(0, 90)" rotate="60">
      <circle cx="0" cy="20" r="20" fill="#4CAF50" />
      <path d="M 0 40 L -15 25 L 15 25 Z" fill="#333" />
      <text x="0" y="55" font-size="18" text-anchor="middle" fill="#fff">6:00</text>
    </g>

    <!-- Teacup 4 - 9:00 -->
    <g transform="translate(0, 135)" rotate="90">
      <circle cx="0" cy="20" r="20" fill="#2196F3" />
      <path d="M 0 40 L -15 25 L 15 25 Z" fill="#333" />
      <text x="0" y="55" font-size="18" text-anchor="middle" fill="#fff">9:00</text>
    </g>

    <!-- Teacup 5 - 10:00 -->
    <g transform="translate(0, 180)" rotate="120">
      <circle cx="0" cy="20" r="20" fill="#9C27B0" />
      <path d="M 0 40 L -15 25 L 15 25 Z" fill="#333" />
      <text x="0" y="55" font-size="18" text-anchor="middle" fill="#fff">10:00</text>
    </g>

    <!-- Teacup 6 - 11:00 -->
    <g transform="translate(0, 225)" rotate="150">
      <circle cx="0" cy="20" r="20" fill="#E91E63" />
      <path d="M 0 40 L -15 25 L 15 25 Z" fill="#333" />
      <text x="0" y="55" font-size="18" text-anchor="middle" fill="#fff">11:00</text>
    </g>
  </g>

  <!-- Clock hands -->
  <line x1="150" y1="50" x2="150" y2="150" stroke="#FF9800" stroke-width="5" />
  <line x1="150" y1="50" x2="170" y2="80" stroke="#FF9800" stroke-width="5" />
  <circle cx="150" cy="50" r="5" fill="#FF9800" />

  <!-- Clock tower base -->
  <rect x="120" y="250" width="60" height="40" fill="#795548" rx="5" />
  <rect x="130" y="260" width="40" height="10" fill="#5C0011" rx="2" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Llama 3.1 405B Instruct Player 2

Judge's Analysis

    Player 2's submission features a clear depiction of stacked teacups, each showing different times, aligning well with the prompt.

    The use of color and the clear display of times enhance the visual appeal.

    Player 1's image, while colorful, lacks clarity in distinguishing teacups and does not effectively convey the concept of different times on each cup.

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

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

Player 1
Player 2
3
Circles

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

Player 1
13
Player 2
8
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
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
12
Player 2
6
Groups

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

Player 1
15
Player 2
7

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
1
Player 2
15

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

Complexity Metrics

Path Commands

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

Player 1
60
Player 2
24
Max Group Nesting

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

Player 1
1
Player 2
1
Defs Elements

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

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

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