Back

SVG Drawing Match #162

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Whimsical clock face with melting numbers and floating dream clouds"

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="clockGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" style="stop-color:#ff69b4;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4169e1;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="cloudGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#e6e6fa;stop-opacity:1" />
    </linearGradient>
  </defs>
  <circle cx="150" cy="150" r="120" fill="url(#clockGradient)" />
  <circle cx="150" cy="150" r="100" fill="none" stroke="#ffffff" stroke-width="10" />
  <g transform="rotate(-90 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="145" y="145" font-size="20" fill="#000" transform="rotate(-90 145 145)">1</text>
  </g>
  <g transform="rotate(90 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="155" y="145" font-size="20" fill="#000" transform="rotate(90 155 145)">12</text>
  </g>
  <g transform="rotate(30 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="145" y="145" font-size="20" fill="#000" transform="rotate(30 145 145)">2</text>
  </g>
  <g transform="rotate(-30 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="155" y="145" font-size="20" fill="#000" transform="rotate(-30 155 145)">11</text>
  </g>
  <g transform="rotate(60 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="145" y="145" font-size="20" fill="#000" transform="rotate(60 145 145)">3</text>
  </g>
  <g transform="rotate(-60 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="155" y="145" font-size="20" fill="#000" transform="rotate(-60 155 145)">10</text>
  </g>
  <g transform="rotate(120 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="145" y="145" font-size="20" fill="#000" transform="rotate(120 145 145)">4</text>
  </g>
  <g transform="rotate(-120 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="155" y="145" font-size="20" fill="#000" transform="rotate(-120 155 145)">9</text>
  </g>
  <g transform="rotate(180 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="155" y="145" font-size="20" fill="#000" transform="rotate(180 155 145)">6</text>
  </g>
  <g transform="rotate(-180 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="145" y="145" font-size="20" fill="#000" transform="rotate(-180 145 145)">7</text>
  </g>
  <g transform="rotate(240 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="145" y="145" font-size="20" fill="#000" transform="rotate(240 145 145)">5</text>
  </g>
  <g transform="rotate(-240 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="155" y="145" font-size="20" fill="#000" transform="rotate(-240 155 145)">8</text>
  </g>
  <g transform="rotate(300 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="145" y="145" font-size="20" fill="#000" transform="rotate(300 145 145)">1</text>
  </g>
  <g transform="rotate(-300 150 150)">
    <path d="M150 110 C130 110, 120 120, 120 140 C120 160, 130 170, 150 170 C170 170, 180 160, 180 140 C180 120, 170 110, 150 110" stroke="#000" stroke-width="5" fill="none" />
    <text x="155" y="145" font-size="20" fill="#000" transform="rotate(-300 155 145)">11</text>
  </g>
  <ellipse cx="150" cy="150" rx="10" ry="5" fill="#000" />
  <ellipse cx="150" cy="150" rx="5" ry="10" fill="#000" />
  <ellipse cx="150" cy="150" rx="2" ry="2" fill="#000" />
  <g>
    <path d="M100 50 Q120 30 150 30 Q180 30 200 50" fill="url(#cloudGradient)" />
    <path d="M100 50 Q120 30 150 30 Q180 30 200 50" fill="url(#cloudGradient)" transform="translate(50,0)" />
  </g>
  <g>
    <path d="M100 250 Q120 230 150 230 Q180 230 200 250" fill="url(#cloudGradient)" />
    <path d="M100 250 Q120 230 150 230 Q180 230 200 250" fill="url(#cloudGradient)" transform="translate(50,0)" />
  </g>
</svg>
SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#82c8f0;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#fdfb9a;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="cloudGradient" 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:#cce6ff;stop-opacity:1" />
    </radialGradient>
    <filter id="meltingEffect" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur in="SourceGraphic" stdDeviation="4" result="blur"/>
      <feOffset in="blur" dx="5" dy="5" result="offsetBlur"/>
      <feFlood flood-color="rgba(255, 255, 0, 0.5)"/>
      <feComposite in2="offsetBlur" operator="in"/>
      <feMerge>
        <feMergeNode />
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>

  <rect width="100%" height="100%" fill="url(#bgGradient)" />
  <circle cx="150" cy="150" r="120" stroke="#ff6348" stroke-width="5" fill="none" />
  <g transform="translate(150, 150)">
    <g id="numbers" fill="#ff6348" font-family="Arial" font-size="25" text-anchor="middle">
      <text transform="translate(0,-60)" style="filter:url(#meltingEffect)">12</text>
      <text transform="translate(50,-40)" style="filter:url(#meltingEffect)">1</text>
      <text transform="translate(70,0)" style="filter:url(#meltingEffect)">2</text>
      <text transform="translate(50,40)" style="filter:url(#meltingEffect)">3</text>
      <text transform="translate(0,60)" style="filter:url(#meltingEffect)">6</text>
      <text transform="translate(-50,40)" style="filter:url(#meltingEffect)">9</text>
      <text transform="translate(-70,0)" style="filter:url(#meltingEffect)">10</text>
      <text transform="translate(-50,-40)" style="filter:url(#meltingEffect)">11</text>
    </g>
    <path d="M-20 20 Q0 70 20 20" fill="none" stroke="#ffdb58" stroke-width="10" />
    <path d="M-25 -25 Q0 -80 25 -25" fill="none" stroke="#ffdb58" stroke-width="10" />
  </g>

  <g id="clouds" fill="url(#cloudGradient)">
    <ellipse cx="80" cy="50" rx="30" ry="20" />
    <ellipse cx="105" cy="60" rx="25" ry="15" />
    <ellipse cx="125" cy="40" rx="35" ry="20" />
    <ellipse cx="200" cy="70" rx="40" ry="25" />
    <ellipse cx="225" cy="90" rx="30" ry="15" />
    <ellipse cx="185" cy="80" rx="35" ry="20" />
  </g>

  <circle cx="150" cy="150" r="5" fill="#333333" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o mini (2024-07-18) Player 2

Judge's Analysis

    Player 2's image more effectively captures the whimsical and dreamlike essence of the prompt with melting numbers and floating clouds.

    The use of color and composition creates a dreamy atmosphere that aligns well with the concept.

    Player 1's design, while visually appealing, lacks the melting numbers and whimsical elements specified in 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
23
Player 2
11
Rectangles

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

Player 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
3
Player 2
6
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
18
Player 2
2
Groups

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

Player 1
16
Player 2
3

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
2
Player 2
3

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

Complexity Metrics

Path Commands

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

Player 1
82
Player 2
4
Max Group Nesting

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

Player 1
Player 2
1
Defs Elements

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

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

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