Back

SVG Drawing Match #1193

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A clock made of melting cheese, dripping over a digital watch face"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="cheeseGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#ffba00;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#f19c00;stop-opacity:1" />
    </radialGradient>
    <linearGradient id="dripGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" style="stop-color:#ffba00;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#f19c00;stop-opacity:0.8" />
    </linearGradient>
  </defs>
  <!-- Base digital watch face -->
  <rect x="60" y="120" width="180" height="100" rx="15" ry="15" fill="#333" />
  <!-- Dripping cheese clock face -->
  <circle cx="150" cy="150" r="90" fill="url(#cheeseGradient)" />
  <!-- Melted cheese drips -->
  <path d="M140 160 Q145 180 150 160 Q155 140 160 160 Q165 180 170 160" fill="url(#dripGradient)" />
  <path d="M90 220 Q100 250 110 220 T130 220 Q140 260 150 220 T170 220 Q180 250 190 220 T210 220" fill="url(#dripGradient)" />
  <path d="M200 200 Q195 250 220 230" fill="url(#dripGradient)" />
  <!-- Digital display -->
  <rect x="95" y="140" width="110" height="20" rx="3" ry="3" fill="#000" />
  <text x="105" y="155" font-family="monospace" font-size="14" fill="#0f0" >
    11:58
  </text>
  <!-- Clock hands as cheese strings -->
  <line x1="150" y1="150" x2="150" y2="70" stroke="#f4d144" stroke-width="6" />
  <line x1="150" y1="150" x2="210" y2="150" stroke="#f4d144" stroke-width="6" />
  <!-- Holes in the cheese -->
  <circle cx="120" cy="130" r="10" fill="#f5c500" />
  <circle cx="170" cy="180" r="8" fill="#f5c500" />
  <circle cx="200" cy="110" r="6" fill="#f5c500" />
</svg>
SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Cheesy background -->
  <rect width="300" height="300" fill="#ffd700" />
  
  <!-- Clock face with digital display -->
  <circle cx="150" cy="150" r="120" fill="#ffffff" />
  <rect x="130" y="120" width="40" height="60" fill="#000000" />
  <text x="125" y="200" font-size="28" fill="#000000">12:00</text>
  
  <!-- Melting cheese dripping -->
  <path fill="#ffcc00" d="M110,120 Q130,85 150,120 Q170,85 190,120 Q200,150 150,180 Q100,150 110,120" />
  <path fill="#ffcc00" d="M150,180 Q130,150 110,180 Q90,200 80,220 Q110,225 150,210 Q190,225 220,220 Q210,200 190,180 Q170,150 150,180" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 1

Judge's Analysis

    Player 1's submission effectively combines the concept of a melting cheese clock with a digital watch face, capturing the essence of the prompt.

    The use of color and form clearly suggests melting cheese, and the inclusion of the digital time display integrates both elements seamlessly.

    Player 2's image, while visually appealing, lacks the clear representation of a digital watch face and the literal depiction of melting cheese, making it less aligned with 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
11
Player 2
5
Rectangles

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

Player 1
2
Player 2
2
Circles

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

Player 1
4
Player 2
1
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
Player 2
Paths

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

Player 1
3
Player 2
2
Groups

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

Player 1
Player 2

Visual Effects Metrics

Gradients

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

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

Complexity Metrics

Path Commands

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

Player 1
13
Player 2
12
Max Group Nesting

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

Player 1
Player 2
Defs Elements

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

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

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