Back

SVG Drawing Match #593

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A cat playing chess with a squirrel on a giant mushroom board"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="mushroomGradient" cx="0.5" cy="0.5" r="0.7">
      <stop offset="0%" stop-color="#FF6347" />
      <stop offset="100%" stop-color="#FF4500" />
    </radialGradient>
    <linearGradient id="catGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#708090" />
      <stop offset="100%" stop-color="#2F4F4F" />
    </linearGradient>
    <linearGradient id="squirrelGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#D2691E" />
      <stop offset="100%" stop-color="#A0522D" />
    </linearGradient>
    <pattern id="chessPattern" x="0" y="0" width="12.5" height="12.5" patternUnits="userSpaceOnUse">
      <rect width="6.25" height="6.25" fill="#fff" />
      <rect x="6.25" y="6.25" width="6.25" height="6.25" fill="#fff" />
    </pattern>
  </defs>
  <circle cx="150" cy="150" r="140" fill="url(#mushroomGradient)" />
  <ellipse cx="150" cy="140" rx="110" ry="100" fill="url(#chessPattern)" />
  <g transform="translate(80, 130)">
    <path d="M15,50 C30,70 70,70 85,50 C100,30 100,10 85,0 C70,-10 30,-10 15,0 C0,10 0,30 15,50 Z" fill="url(#catGradient)" />
    <circle cx="40" cy="20" r="8" fill="#fff" />
    <circle cx="40" cy="20" r="4" fill="#000" />
    <path d="M40,25 Q35,30 45,30 Z" fill="#000" />
    <circle cx="60" cy="20" r="8" fill="#fff" />
    <circle cx="60" cy="20" r="4" fill="#000" />
    <path d="M60,25 Q55,30 65,30 Z" fill="#000" />
  </g>
  <g transform="translate(170, 150)">
    <path d="M15,50 C30,70 70,70 85,50 C100,30 100,10 85,0 C70,-10 30,-10 15,0 C0,10 0,30 15,50 Z" fill="url(#squirrelGradient)" />
    <circle cx="40" cy="20" r="8" fill="#fff" />
    <circle cx="40" cy="20" r="4" fill="#000" />
    <path d="M40,25 Q35,30 45,30 Z" fill="#000" />
    <circle cx="60" cy="20" r="8" fill="#fff" />
    <circle cx="60" cy="20" r="4" fill="#000" />
    <path d="M60,25 Q55,30 65,30 Z" fill="#000" />
  </g>
  <path d="M150,250 C160,230 170,225 180,250" stroke="#8B4513" stroke-width="4" fill="none" />
  <path d="M120,250 C130,230 140,225 150,250" stroke="#8B4513" stroke-width="4" fill="none" />
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="boardGrad" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#8B4513;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#4A2B0F;stop-opacity:1" />
    </linearGradient>
    <pattern id="chessPattern" x="0" y="0" width="30" height="30" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="15" height="15" fill="#F0D9B5"/>
      <rect x="15" y="15" width="15" height="15" fill="#F0D9B5"/>
    </pattern>
    <linearGradient id="mushroomCap" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FF8C8C;stop-opacity:1" />
    </linearGradient>
  </defs>

  <rect width="300" height="300" fill="url(#boardGrad)"/>

  <!-- Giant Mushroom -->
  <ellipse cx="150" cy="220" rx="80" ry="40" fill="url(#mushroomCap)"/>
  <path d="M70 180 L90 160 L110 180 L90 200 Z" fill="#4A2B0F"/>
  <ellipse cx="90" cy="170" rx="10" ry="5" fill="#4A2B0F"/>
  <path d="M130 180 L150 160 L170 180 L150 200 Z" fill="#4A2B0F"/>
  <ellipse cx="150" cy="170" rx="10" ry="5" fill="#4A2B0F"/>

  <!-- Chessboard -->
  <rect x="40" y="40" width="220" height="220" fill="url(#chessPattern)"/>
  <path d="M40 40 L40 260 L260 260 L260 40 Z" fill="#4A2B0F" opacity="0.3"/>

  <!-- Chess Pieces -->
  <path d="M120 100 L130 110 L140 100 L130 90 Z" fill="#FFD700"/>
  <path d="M180 200 L190 190 L200 200 L190 210 Z" fill="#A0522D"/>
  <circle cx="130" cy="100" r="5" fill="#000"/>
  <circle cx="190" cy="200" r="5" fill="#000"/>

  <!-- Cat -->
  <ellipse cx="50" cy="150" rx="30" ry="40" fill="#808080"/>
  <ellipse cx="50" cy="120" rx="15" ry="20" fill="#808080"/>
  <path d="M40 130 L50 140 L60 130" fill="#808080"/>
  <path d="M35 150 L45 145 L35 140" fill="#808080"/>
  <path d="M55 140 L65 135 L55 130" fill="#808080"/>
  <circle cx="45" cy="110" r="5" fill="#FFD700"/>
  <circle cx="55" cy="110" r="5" fill="#FFD700"/>
  <path d="M50 160 L60 170" stroke="#000" stroke-width="2"/>
  <path d="M50 160 L40 170" stroke="#000" stroke-width="2"/>

  <!-- Squirrel -->
  <ellipse cx="250" cy="150" rx="25" ry="30" fill="#8B4513"/>
  <ellipse cx="250" cy="130" rx="10" ry="15" fill="#8B4513"/>
  <path d="M240 140 L250 130 L260 140" fill="#8B4513"/>
  <path d="M255 145 L265 135 L255 125" fill="#8B4513"/>
  <circle cx="250" cy="120" r="3" fill="#FFD700"/>
  <circle cx="250" cy="110" r="3" fill="#FFD700"/>
  <path d="M250 160 L240 170" stroke="#000" stroke-width="2"/>
  <path d="M250 160 L260 170" stroke="#000" stroke-width="2"/>
  <path d="M245 165 L255 175 L265 165" fill="#8B4513"/>

  <!-- Stars and Moon -->
  <path d="M150 50 L160 40 L170 50 L160 60 Z" fill="#FFF"/>
  <circle cx="160" cy="50" r="2" fill="#FFF"/>
  <circle cx="50" cy="50" r="2" fill="#FFF"/>
  <circle cx="250" cy="50" r="2" fill="#FFF"/>
  <path d="M200 30 L210 20 L220 30 L210 40 Z" fill="#FFF"/>
  <circle cx="210" cy="30" r="2" fill="#FFF"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek-R1-Distill-Llama-70B Player 2

Judge's Analysis

    Player 2's submission more closely adheres to the prompt with a clear depiction of a chessboard and figures that suggest a cat and a squirrel.

    The composition is more visually organized and creative, incorporating elements that resemble a mushroom board.

    Player 1's image lacks clarity and does not clearly represent the scenario described 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
20
Player 2
38
Rectangles

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

Player 1
2
Player 2
4
Circles

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

Player 1
9
Player 2
10
Ellipses

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

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

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

Player 1
2
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
2
Player 2
4

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
9
Player 2
8

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
2
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
28
Player 2
61
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
4
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
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