Back

SVG Drawing Match #399

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Clock made of clouds, each hour a different animal shape floating in a sunset sky"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color: #ff9a9e; stop-opacity:1" />
      <stop offset="100%" style="stop-color: #fcd78b; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="cloudGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color: #ffffff; stop-opacity:1" />
      <stop offset="100%" style="stop-color: #e5e5e5; stop-opacity:0.5" />
    </radialGradient>
    <pattern id="cloudPattern" patternUnits="userSpaceOnUse" width="20" height="20">
      <circle cx="10" cy="10" r="5" fill="url(#cloudGradient)" />
    </pattern>
  </defs>
  <rect width="100%" height="100%" fill="url(#skyGradient)" />
  <g transform="translate(150, 150)">
    <circle cx="0" cy="0" r="120" fill="none" stroke="url(#cloudGradient)" stroke-width="10" />
    <circle cx="0" cy="0" r="110" fill="none" stroke="url(#cloudGradient)" stroke-width="10" />
    <g transform="rotate(-90)">
      <g transform="rotate(30)">
        <path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
        <path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
        <path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
      </g>
      <g transform="rotate(60)">
        <path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
        <path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
        <path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
      </g>
      <g transform="rotate(90)">
        <path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
        <path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
        <path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
      </g>
      <g transform="rotate(120)">
        <path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
        <path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
        <path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
      </g>
      <g transform="rotate(150)">
        <path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
        <path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
        <path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
      </g>
      <g transform="rotate(180)">
        <path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
        <path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
        <path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
      </g>
      <g transform="rotate(210)">
        <path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
        <path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
        <path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
      </g>
      <g transform="rotate(240)">
        <path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
        <path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
        <path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
      </g>
      <g transform="rotate(270)">
        <path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
        <path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
        <path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
      </g>
      <g transform="rotate(300)">
        <path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
        <path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
        <path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
      </g>
      <g transform="rotate(330)">
        <path d="M 100,0 Q 150,50 100,100" fill="url(#cloudPattern)" />
        <path d="M 110,0 Q 160,60 110,120" fill="url(#cloudPattern)" />
        <path d="M 120,0 Q 170,70 120,140" fill="url(#cloudPattern)" />
      </g>
    </g>
    <g transform="translate(150, 150)">
      <g transform="rotate(-90)">
        <path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
      </g>
      <g transform="rotate(-30)">
        <path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
      </g>
      <g transform="rotate(30)">
        <path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
      </g>
      <g transform="rotate(90)">
        <path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
      </g>
      <g transform="rotate(150)">
        <path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
      </g>
      <g transform="rotate(210)">
        <path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
      </g>
      <g transform="rotate(270)">
        <path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
      </g>
      <g transform="rotate(330)">
        <path d="M 50,0 L 60,10 L 40,30 Z" fill="#ffcc00" />
      </g>
    </g>
  </g>
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="sunsetGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color: #ff9a8b; stop-opacity: 1" />
      <stop offset="50%" style="stop-color: #ff6a88; stop-opacity: 1" />
      <stop offset="100%" style="stop-color: #ff99ac; stop-opacity: 1" />
    </linearGradient>
    <pattern id="cloudPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="3" cy="3" r="3" fill="white" />
      <circle cx="10" cy="10" r="4" fill="white" />
      <circle cx="17" cy="3" r="3" fill="white" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#sunsetGradient)" />
  <g fill="white">
    <circle cx="150" cy="150" r="10" fill="#f0e68c" />
    <g transform="rotate(30,150,150)">
      <path d="M160,50 Q150,35 140,50 T120,50 Q130,65 140,50 T160,50" fill="url(#cloudPattern)" />
      <text x="150" y="45" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">1</text>
    </g>
    <g transform="rotate(60,150,150)">
      <path d="M170,70 Q160,55 150,70 T130,70 Q140,85 150,70 T170,70" fill="url(#cloudPattern)" />
      <text x="150" y="65" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">2</text>
    </g>
    <g transform="rotate(90,150,150)">
      <path d="M180,90 Q170,75 160,90 T140,90 Q150,105 160,90 T180,90" fill="url(#cloudPattern)" />
      <text x="150" y="85" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">3</text>
    </g>
    <g transform="rotate(120,150,150)">
      <path d="M190,110 Q180,95 170,110 T150,110 Q160,125 170,110 T190,110" fill="url(#cloudPattern)" />
      <text x="150" y="105" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">4</text>
    </g>
    <g transform="rotate(150,150,150)">
      <path d="M200,130 Q190,115 180,130 T160,130 Q170,145 180,130 T200,130" fill="url(#cloudPattern)" />
      <text x="150" y="125" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">5</text>
    </g>
    <g transform="rotate(180,150,150)">
      <path d="M210,150 Q200,135 190,150 T170,150 Q180,165 190,150 T210,150" fill="url(#cloudPattern)" />
      <text x="150" y="145" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">6</text>
    </g>
    <g transform="rotate(210,150,150)">
      <path d="M200,170 Q190,155 180,170 T160,170 Q170,185 180,170 T200,170" fill="url(#cloudPattern)" />
      <text x="150" y="165" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">7</text>
    </g>
    <g transform="rotate(240,150,150)">
      <path d="M190,190 Q180,175 170,190 T150,190 Q160,205 170,190 T190,190" fill="url(#cloudPattern)" />
      <text x="150" y="185" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">8</text>
    </g>
    <g transform="rotate(270,150,150)">
      <path d="M180,210 Q170,195 160,210 T140,210 Q150,225 160,210 T180,210" fill="url(#cloudPattern)" />
      <text x="150" y="205" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">9</text>
    </g>
    <g transform="rotate(300,150,150)">
      <path d="M170,230 Q160,215 150,230 T130,230 Q140,245 150,230 T170,230" fill="url(#cloudPattern)" />
      <text x="150" y="225" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">10</text>
    </g>
    <g transform="rotate(330,150,150)">
      <path d="M160,250 Q150,235 140,250 T120,250 Q130,265 140,250 T160,250" fill="url(#cloudPattern)" />
      <text x="150" y="245" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">11</text>
    </g>
    <g transform="rotate(0,150,150)">
      <path d="M150,270 Q140,255 130,270 T110,270 Q120,285 130,270 T150,270" fill="url(#cloudPattern)" />
      <text x="150" y="265" font-size="15px" text-anchor="middle" fill="#333" style="font-family: 'Comic Sans MS', sans-serif;">12</text>
    </g>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Qwen-2.5-32B Player 1

Judge's Analysis

    Player 1's image creatively uses a circular arrangement with cloud-like elements, giving a sense of a clock face and incorporating a sunset sky gradient effectively.

    Although the animal shapes are abstract, the composition and technical quality are stronger compared to Player 2's image, which lacks distinct animal shapes and a clear clock structure.

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
45
Player 2
17
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
3
Player 2
4
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
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
41
Player 2
12
Groups

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

Player 1
22
Player 2
13

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
1
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
22
Player 2
12

Complexity Metrics

Path Commands

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

Player 1
98
Player 2
60
Max Group Nesting

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

Player 1
2
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
Player 2
12

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