Back

SVG Drawing Match #1565

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Cheese moonlit harbor"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonlight" cx="0.5" cy="0.3" r="0.7">
      <stop offset="0%" stop-color="#FFD700" />
      <stop offset="100%" stop-color="#FFA500" />
    </radialGradient>
    <linearGradient id="water" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#001f3f" />
      <stop offset="100%" stop-color="#0074D9" />
    </linearGradient>
    <pattern id="cheesePattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="2.5" cy="2.5" r="2.5" fill="#FFEB3B" />
      <circle cx="7.5" cy="7.5" r="2.5" fill="#FFEB3B" />
    </pattern>
  </defs>
  <rect width="100%" height="100%" fill="url(#water)" />
  <circle cx="150" cy="80" r="60" fill="url(#moonlight)" />
  
  <g transform="translate(0, 70)">
    <path d="M0,200 Q75,160 150,200 T300,200" fill="url(#cheesePattern)" stroke="#FFD700" stroke-width="2" />
    <path d="M0,190 Q75,150 150,190 T300,190" fill="none" stroke="#FFEB3B" stroke-width="1" />
    <path d="M0,180 Q75,140 150,180 T300,180" fill="none" stroke="#FFEB3B" stroke-width="1" />
  </g>

  <g>
    <circle cx="50" cy="200" r="10" fill="#001f3f" />
    <circle cx="100" cy="210" r="12" fill="#001f3f" />
    <circle cx="200" cy="210" r="12" fill="#001f3f" />
    <circle cx="250" cy="200" r="10" fill="#001f3f" />
  </g>

  <g stroke="#FFDF00" stroke-width="2">
    <line x1="30" y1="140" x2="50" y2="160" />
    <line x1="70" y1="130" x2="95" y2="155" />
    <line x1="140" y1="120" x2="160" y2="150" />
    <line x1="210" y1="140" x2="230" y2="165" />
    <line x1="260" y1="150" x2="280" y2="170" />
  </g>
</svg>
SVG by GPT-3.5 turbo (0125)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Moon and sky background -->
  <rect x="0" y="0" width="300" height="300" fill="#002147" />
  <circle cx="250" cy="50" r="70" fill="#FFFFCE" />
  
  <!-- Harbor with cheese-shaped boats -->
  <rect x="0" y="150" width="300" height="150" fill="#51381C" />
  <circle cx="50" cy="200" r="20" fill="#F2C94E" />
  <circle cx="100" cy="210" r="15" fill="#F29A2E" />
  <circle cx="150" cy="195" r="25" fill="#F2C94E" />
  <circle cx="200" cy="220" r="18" fill="#F29A2E" />
  
  <!-- Moonlight reflections on water -->
  <circle cx="50" cy="300" r="30" fill="#FFFFFF" opacity="0.5" />
  <circle cx="100" cy="290" r="25" fill="#FFFFFF" opacity="0.5" />
  <circle cx="150" cy="305" r="35" fill="#FFFFFF" opacity="0.5" />
  <circle cx="200" cy="280" r="28" fill="#FFFFFF" opacity="0.5" />
</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 image creatively combines elements of cheese and a moonlit harbor with a stylized sun resembling cheese and waves that incorporate dotted patterns, enhancing the harbor theme.

    The image is visually appealing with its gradient background and balanced composition.

    Player 2's submission, while capturing the moonlit aspect, lacks the same level of creativity and technical detail in conveying the cheese theme.

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
16
Player 2
11
Rectangles

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

Player 1
1
Player 2
2
Circles

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

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

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

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

The number of elements with stroke attributes in the SVG.

Player 1
4
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2
6

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

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