Back

SVG Drawing Match #269

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Clock with melting numbers hanging from tree branches"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
    <defs>
        <linearGradient id="treeGradient" x1="0" y1="0" x2="1" y2="1">
            <stop offset="0%" stop-color="#8B4513" />
            <stop offset="100%" stop-color="#A0522D" />
        </linearGradient>
        <linearGradient id="clockGradient" x1="0" y1="0" x2="1" y2="1">
            <stop offset="0%" stop-color="#FFD700" />
            <stop offset="100%" stop-color="#FF6347" />
        </linearGradient>
        <filter id="meltEffect">
            <feGaussianBlur in="SourceGraphic" stdDeviation="1.5" result="blur" />
        </filter>
    </defs>
    <rect width="100%" height="100%" fill="#87CEEB"/>
    <g transform="translate(150,100)">
        <path d="M-50,-50 A50,50 0 1,1 50,-50 A50,50 0 1,1 -50,-50" fill="url(#clockGradient)" />
        <circle cx="0" cy="0" r="40" fill="white" />
        <circle cx="0" cy="0" r="42" fill="none" stroke="#FFD700" stroke-width="2" />
        <line x1="0" y1="0" x2="0" y2="-30" stroke="#8B0000" stroke-width="3"/>
        <line x1="0" y1="0" x2="20" y2="0" stroke="#8B0000" stroke-width="3"/>
        <g id="numbers" filter="url(#meltEffect)">
            <text x="-15" y="-15" font-family="Arial" font-size="12" fill="#2F4F4F">12</text>
            <text x="10" y="-30" font-family="Arial" font-size="12" fill="#2F4F4F">3</text>
            <text x="-15" y="10" font-family="Arial" font-size="12" fill="#2F4F4F">6</text>
            <text x="-40" y="-10" font-family="Arial" font-size="12" fill="#2F4F4F">9</text>
        </g>
    </g>
    <g transform="translate(100,0)">
        <line x1="0" y1="0" x2="0" y2="-100" stroke="url(#treeGradient)" stroke-width="10" />
        <line x1="0" y1="-50" x2="-50" y2="-70" stroke="url(#treeGradient)" stroke-width="8" />
        <line x1="0" y1="-50" x2="50" y2="-70" stroke="url(#treeGradient)" stroke-width="8" />
    </g>
    <g transform="translate(40,-60)">
        <text x="0" y="0" font-family="Arial" font-size="20" fill="#8B0000" transform="translate(-30, 0) skewY(15)">1</text>
        <text x="0" y="0" font-family="Arial" font-size="20" fill="#8B0000" transform="translate(10, -15) skewY(15)">2</text>
        <text x="0" y="0" font-family="Arial" font-size="20" fill="#8B0000" transform="translate(-20, 15) skewY(15)">4</text>
        <text x="0" y="0" font-family="Arial" font-size="20" fill="#8B0000" transform="translate(10, 25) skewY(15)">5</text>
        <text x="0" y="0" font-family="Arial" font-size="20" fill="#8B0000" transform="translate(-30, 0) skewY(15)">7</text>
        <text x="0" y="0" font-family="Arial" font-size="20" fill="#8B0000" transform="translate(10, -5) skewY(15)">8</text>
    </g>
</svg>
SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="treeGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" style="stop-color:#43ac6a;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#2e7b51;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="clockGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" style="stop-color:#f7dc6f;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff8a65;stop-opacity:1" />
    </linearGradient>
  </defs>
  <rect width="100%" height="100%" fill="#e0e0e0"/>
  <g transform="translate(150 150)">
    <circle cx="0" cy="0" r="90" fill="url(#clockGradient)" />
    <circle cx="0" cy="0" r="88" fill="#fff" />
    <path d="M-90 0 a90 90 0 0 1 180 0 a90 90 0 0 1 -180 0" stroke="#000" stroke-width="2" fill="none"/>
    <g transform="rotate(0)">
      <text x="-5" y="15" font-size="20" fill="#000" text-anchor="middle">12</text>
    </g>
    <g transform="rotate(-30)">
      <text x="-5" y="15" font-size="20" fill="#000" text-anchor="middle">1</text>
    </g>
    <g transform="rotate(-60)">
      <text x="-5" y="15" font-size="20" fill="#000" text-anchor="middle">2</text>
    </g>
    <g transform="rotate(-90)">
      <text x="-5" y="15" font-size="20" fill="#000" text-anchor="middle">3</text>
    </g>
    <g transform="rotate(-120)">
      <text x="-5" y="15" font-size="20" fill="#000" text-anchor="middle">4</text>
    </g>
    <g transform="rotate(-150)">
      <text x="-5" y="15" font-size="20" fill="#000" text-anchor="middle">5</text>
    </g>
    <g transform="rotate(-180)">
      <text x="-5" y="15" font-size="20" fill="#000" text-anchor="middle">6</text>
    </g>
    <g transform="rotate(-210)">
      <text x="-5" y="15" font-size="20" fill="#000" text-anchor="middle">7</text>
    </g>
    <g transform="rotate(-240)">
      <text x="-5" y="15" font-size="20" fill="#000" text-anchor="middle">8</text>
    </g>
    <g transform="rotate(-270)">
      <text x="-5" y="15" font-size="20" fill="#000" text-anchor="middle">9</text>
    </g>
    <g transform="rotate(-300)">
      <text x="-5" y="15" font-size="20" fill="#000" text-anchor="middle">10</text>
    </g>
    <g transform="rotate(-330)">
      <text x="-5" y="15" font-size="20" fill="#000" text-anchor="middle">11</text>
    </g>
  </g>
  <g transform="translate(150 150)">
    <g transform="translate(-100 10)">
      <path d="M0 0 L10 0 Q20 10 30 0 L40 0" fill="url(#treeGradient)" stroke="#000" stroke-width="1"/>
    </g>
    <g transform="translate(100 10)">
      <path d="M0 0 L10 0 Q20 10 30 0 L40 0" fill="url(#treeGradient)" stroke="#000" stroke-width="1"/>
    </g>
    <g transform="translate(0 10)">
      <path d="M0 0 L10 0 Q20 10 30 0 L40 0" fill="url(#treeGradient)" stroke="#000" stroke-width="1"/>
    </g>
    <g transform="translate(-50 10)">
      <path d="M0 0 L10 0 Q20 10 30 0 L40 0" fill="url(#treeGradient)" stroke="#000" stroke-width="1"/>
    </g>
    <g transform="translate(50 10)">
      <path d="M0 0 L10 0 Q20 10 30 0 L40 0" fill="url(#treeGradient)" stroke="#000" stroke-width="1"/>
    </g>
    <g transform="translate(0 20)">
      <path d="M0 0 L10 0 Q20 10 30 0 L40 0" fill="url(#treeGradient)" stroke="#000" stroke-width="1"/>
    </g>
    <g transform="translate(0 30)">
      <path d="M0 0 L10 0 Q20 10 30 0 L40 0" fill="url(#treeGradient)" stroke="#000" stroke-width="1"/>
    </g>
    <g transform="translate(0 40)">
      <path d="M0 0 L10 0 Q20 10 30 0 L40 0" fill="url(#treeGradient)" stroke="#000" stroke-width="1"/>
    </g>
    <g transform="translate(-150 100)">
      <text x="0" y="20" font-size="20" fill="#ff6f00" text-anchor="middle">12</text>
    </g>
    <g transform="translate(-100 100)">
      <text x="0" y="20" font-size="20" fill="#ff6f00" text-anchor="middle">1</text>
    </g>
    <g transform="translate(-50 100)">
      <text x="0" y="20" font-size="20" fill="#ff6f00" text-anchor="middle">2</text>
    </g>
    <g transform="translate(0 100)">
      <text x="0" y="20" font-size="20" fill="#ff6f00" text-anchor="middle">3</text>
    </g>
    <g transform="translate(50 100)">
      <text x="0" y="20" font-size="20" fill="#ff6f00" text-anchor="middle">4</text>
    </g>
    <g transform="translate(100 100)">
      <text x="0" y="20" font-size="20" fill="#ff6f00" text-anchor="middle">5</text>
    </g>
    <g transform="translate(150 100)">
      <text x="0" y="20" font-size="20" fill="#ff6f00" text-anchor="middle">6</text>
    </g>
    <g transform="translate(-100 150)">
      <text x="0" y="20" font-size="20" fill="#ff6f00" text-anchor="middle">7</text>
    </g>
    <g transform="translate(0 150)">
      <text x="0" y="20" font-size="20" fill="#ff6f00" text-anchor="middle">8</text>
    </g>
    <g transform="translate(100 150)">
      <text x="0" y="20" font-size="20" fill="#ff6f00" text-anchor="middle">9</text>
    </g>
    <g transform="translate(-150 200)">
      <text x="0" y="20" font-size="20" fill="#ff6f00" text-anchor="middle">10</text>
    </g>
    <g transform="translate(-100 200)">
      <text x="0" y="20" font-size="20" fill="#ff6f00" text-anchor="middle">11</text>
    </g>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Qwen-2.5-32B Player 2

Judge's Analysis

    Player 2's image more closely aligns with the prompt by creatively depicting melting elements within the clock face, suggesting a surreal, melting concept.

    Player 1's submission lacks clarity in conveying the melting numbers or tree branches, making it less effective in illustrating the idea.

    Player 2's technical execution and adherence to the prompt are more evident, resulting in stronger visual appeal.

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
9
Player 2
12
Rectangles

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

Player 1
1
Player 2
1
Circles

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

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

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

Player 1
4
Player 2
34

Visual Effects Metrics

Gradients

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

Player 1
2
Player 2
2
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
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
6
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
8
Player 2
4

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
9
Player 2
34

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
35
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
3
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
10
Player 2
24

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