Back

SVG Drawing Match #438

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Two cats playing chess on a floating cloud, surrounded by miniature rainbows"

SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="cloudGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#e6f1ff"/>
      <stop offset="100%" stop-color="#ffffff"/>
    </linearGradient>
    <linearGradient id="catFurGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#b38b6d"/>
      <stop offset="100%" stop-color="#f1c472"/>
    </linearGradient>
    <linearGradient id="chessBoardGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#2c3e50"/>
      <stop offset="100%" stop-color="#c0392b"/>
    </linearGradient>
    <pattern id="rainbowPattern" patternUnits="userSpaceOnUse" width="100" height="100">
      <circle cx="50" cy="50" r="40" fill="url(#rainbowGradient)"/>
    </pattern>
    <linearGradient id="rainbowGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#ff4136"/>
      <stop offset="14%" stop-color="#ff851b"/>
      <stop offset="28%" stop-color="#ffdc00"/>
      <stop offset="42%" stop-color="#2ecc40"/>
      <stop offset="56%" stop-color="#0074d9"/>
      <stop offset="70%" stop-color="#b10dc9"/>
      <stop offset="84%" stop-color="#8e44ad"/>
      <stop offset="100%" stop-color="#ff4136"/>
    </linearGradient>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="#87CEEB"/>
  <path d="M150 50 q100 0 100 100 q0 50 -50 50 q-50 0 -50 -50 q0 -50 50 -50" fill="url(#cloudGradient)"/>
  <rect x="100" y="100" width="100" height="100" fill="url(#chessBoardGradient)" stroke="#000" stroke-width="2"/>
  <g transform="translate(110 110)">
    <circle cx="20" cy="20" r="20" fill="url(#catFurGradient)"/>
    <circle cx="20" cy="20" r="10" fill="#000"/>
    <circle cx="20" cy="20" r="8" fill="#fff"/>
    <circle cx="20" cy="20" r="3" fill="#000"/>
    <path d="M20 30 l15 5" stroke="#000" stroke-width="2"/>
    <path d="M20 30 l-15 5" stroke="#000" stroke-width="2"/>
  </g>
  <g transform="translate(170 110)">
    <circle cx="20" cy="20" r="20" fill="url(#catFurGradient)"/>
    <circle cx="20" cy="20" r="10" fill="#000"/>
    <circle cx="20" cy="20" r="8" fill="#fff"/>
    <circle cx="20" cy="20" r="3" fill="#000"/>
    <path d="M20 30 l15 -5" stroke="#000" stroke-width="2"/>
    <path d="M20 30 l-15 -5" stroke="#000" stroke-width="2"/>
  </g>
  <circle cx="150" cy="200" r="5" fill="url(#rainbowPattern)"/>
  <circle cx="120" cy="170" r="5" fill="url(#rainbowPattern)"/>
  <circle cx="180" cy="170" r="5" fill="url(#rainbowPattern)"/>
  <circle cx="130" cy="140" r="5" fill="url(#rainbowPattern)"/>
  <circle cx="170" cy="140" r="5" fill="url(#rainbowPattern)"/>
</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="cloudGradient" x1="0%" y1="0%" x2="100%" y2="100%">
            <stop offset="0%" style="stop-color:#ffffff; stop-opacity:1" />
            <stop offset="100%" style="stop-color:#e0e0e0; stop-opacity:1" />
        </linearGradient>
        <radialGradient id="catGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
            <stop offset="0%" style="stop-color:#f8b8d8; stop-opacity:1" />
            <stop offset="100%" style="stop-color:#d78f99; stop-opacity:1" />
        </radialGradient>
        <radialGradient id="chessboardGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
            <stop offset="0%" style="stop-color:#000000; stop-opacity:1" />
            <stop offset="100%" style="stop-color:#ffffff; stop-opacity:1" />
        </radialGradient>
    </defs>
    <g fill="none" stroke="none" stroke-width="1">
        <ellipse cx="150" cy="250" rx="120" ry="30" fill="url(#cloudGradient)" />
        <ellipse cx="130" cy="240" rx="70" ry="20" fill="url(#cloudGradient)" />
        <circle cx="170" cy="240" r="70" fill="url(#cloudGradient)" />
        <g transform="translate(40,180)">
            <path d="M0,0 Q-20,-30 -40,0 T-80,0 Q-60,-30 -40,-20 T0,0" fill="url(#catGradient)" />
            <circle cx="-50" cy="-15" r="5" fill="black" />
            <circle cx="-30" cy="-15" r="5" fill="black" />
            <path d="M-45,5 Q-50,20 -55,5" stroke="black" stroke-width="2" fill="transparent" />
            <ellipse cx="-50" cy="35" rx="30" ry="10" fill="lightgray" />
            <g fill="url(#chessboardGradient)">
                <rect x="-65" y="-15" width="40" height="40" />
                <rect x="-45" y="-15" width="40" height="40" fill="white"/>
                <rect x="-65" y="5" width="40" height="40" fill="white"/>
                <rect x="-45" y="5" width="40" height="40" />
            </g>
        </g>
        <g transform="translate(180,180) scale(-1,1)">
            <path d="M0,0 Q-20,-30 -40,0 T-80,0 Q-60,-30 -40,-20 T0,0" fill="url(#catGradient)" />
            <circle cx="-50" cy="-15" r="5" fill="black" />
            <circle cx="-30" cy="-15" r="5" fill="black" />
            <path d="M-45,5 Q-50,20 -55,5" stroke="black" stroke-width="2" fill="transparent" />
            <ellipse cx="-50" cy="35" rx="30" ry="10" fill="lightgray" />
            <g fill="url(#chessboardGradient)">
                <rect x="-65" y="-15" width="40" height="40" />
                <rect x="-45" y="-15" width="40" height="40" fill="white"/>
                <rect x="-65" y="5" width="40" height="40" fill="white"/>
                <rect x="-45" y="5" width="40" height="40" />
            </g>
        </g>
        <g transform="translate(0,0)">
            <path d="M150,200 C120,180 100,160 130,155 C150,150 170,170 150,200 Z" fill="none" stroke="blue" stroke-width="2" />
            <path d="M135,155 Q130,145 140,145 Q150,145 145,155 Q140,165 135,155 Z" fill="blue" />
            <path d="M200,180 C170,160 150,140 180,135 C200,130 220,150 200,180 Z" fill="none" stroke="lightblue" stroke-width="2" />
            <path d="M185,135 Q180,125 190,125 Q200,125 195,135 Q190,145 185,135 Z" fill="lightblue" />
        </g>
        <path d="M60,250 C50,240 70,246 55,235" stroke="orange" stroke-width="2" />
        <path d="M240,250 C230,240 250,246 235,235" stroke="orange" stroke-width="2" />
        <path d="M80,230 Q100,215 120,230" stroke="red" stroke-width="2" />
        <path d="M220,230 Q240,215 260,230" stroke="red" stroke-width="2" />
    </g>
</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 submission better adheres to the prompt by depicting a cloud and elements that suggest cats and playful surroundings, including colorful accents that might indicate rainbows.

    Player 1's image lacks clear representation of the scene described in the prompt, and its abstract nature doesn't effectively communicate the idea of cats playing chess on a cloud.

    Player 2's image, while abstract, captures more elements of the theme and provides a more visually appealing composition.

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
21
Player 2
29
Rectangles

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

Player 1
2
Player 2
8
Circles

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

Player 1
14
Player 2
5
Ellipses

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

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

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

Player 1
2
Player 2
6

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
5
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
16
Player 2
9

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
3

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
40
Max Group Nesting

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

Player 1
Player 2
2
Defs Elements

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

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