Back

SVG Drawing Match #1061

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A cat wearing a monocle, sipping tea in a Victorian-style library"

SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="shelfGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#8B4513"/>
      <stop offset="100%" stop-color="#A0522D"/>
    </linearGradient>
    <radialGradient id="catGradient" cx="0.5" cy="0.5" r="0.5" fx="0.25" fy="0.25">
      <stop offset="0%" stop-color="#FFD700"/>
      <stop offset="100%" stop-color="#FFA500"/>
    </radialGradient>
    <pattern id="bookPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="10" height="10" fill="#FF6347"/>
      <line x1="0" y1="0" x2="10" y2="10" stroke="#8B0000" stroke-width="1"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="#D2B48C"/>
  <rect x="50" y="100" width="200" height="150" fill="url(#shelfGradient)" rx="10"/>
  <rect x="60" y="110" width="50" height="130" fill="url(#bookPattern)"/>
  <rect x="120" y="110" width="50" height="130" fill="#FFD700"/>
  <rect x="180" y="110" width="50" height="130" fill="#000080"/>
  <circle cx="150" cy="160" r="50" fill="url(#catGradient)"/>
  <ellipse cx="130" cy="150" rx="10" ry="15" fill="#000"/>
  <ellipse cx="170" cy="150" rx="10" ry="15" fill="#000"/>
  <circle cx="170" cy="150" r="5" fill="#FFF"/>
  <circle cx="172" cy="148" r="2" fill="#000"/>
  <circle cx="130" cy="150" r="8" fill="#FFF" stroke="#000" stroke-width="1"/>
  <circle cx="128" cy="148" r="2" fill="#000"/>
  <path d="M145,170 Q150,180 155,170" fill="none" stroke="#000" stroke-width="2"/>
  <rect x="140" cy="190" width="20" height="10" fill="#8B4513" transform="rotate(20,150,190)"/>
  <path d="M140,200 Q150,220 160,200" fill="none" stroke="#8B4513" stroke-width="3"/>
  <path d="M130,190 Q150,210 170,190" fill="none" stroke="#8B4513" stroke-width="3"/>
  <polygon points="150,190 145,200 155,200" fill="#FFD700"/>
  <text x="100" y="40" fill="#8B0000" font-family="Georgia" font-size="20">Victorian Library</text>
</svg>
SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color: #e0e0e0; stop-opacity:1" />
      <stop offset="100%" style="stop-color: #b3b3b3; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="catFace" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color: #f9b262; stop-opacity:1" />
      <stop offset="100%" style="stop-color: #e7904a; stop-opacity:1" />
    </radialGradient>
    <linearGradient id="teaGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color: #ff9999; stop-opacity:1" />
      <stop offset="100%" style="stop-color: #ff6666; stop-opacity:1" />
    </linearGradient>
    <pattern id="bookPattern" patternUnits="userSpaceOnUse" width="30" height="30">
      <rect x="0" y="0" width="30" height="30" fill="#808080"/>
      <rect x="0" y="0" width="30" height="30" fill="url(#bgGradient)"/>
      <text x="5" y="20" font-family="Arial" font-size="10" fill="#000000">Books</text>
    </pattern>
  </defs>
  <rect width="100%" height="100%" fill="url(#bgGradient)"/>
  <rect x="20" y="20" width="260" height="260" fill="url(#bookPattern)" rx="10" ry="10"/>
  <circle cx="150" cy="150" r="50" fill="url(#catFace)"/>
  <ellipse cx="140" cy="140" rx="10" ry="15" fill="#000000"/>
  <ellipse cx="160" cy="140" rx="10" ry="15" fill="#000000"/>
  <circle cx="150" cy="150" r="5" fill="#000000"/>
  <ellipse cx="150" cy="165" rx="20" ry="10" fill="#000000"/>
  <circle cx="150" cy="135" r="5" fill="#000000"/>
  <circle cx="150" cy="135" r="10" stroke="#000000" stroke-width="2" fill="none"/>
  <rect x="130" y="180" width="40" height="20" rx="5" ry="5" fill="#fff"/>
  <circle cx="140" cy="185" r="5" fill="#000000"/>
  <circle cx="160" cy="185" r="5" fill="#000000"/>
  <path d="M140 190 Q150 175 160 190" stroke="#000000" stroke-width="2" fill="none"/>
  <rect x="125" y="200" width="50" height="30" rx="5" ry="5" fill="url(#teaGradient)"/>
  <circle cx="150" cy="215" r="3" fill="#000000"/>
  <path d="M175 220 Q185 210 195 220" stroke="#000000" stroke-width="2" fill="none"/>
  <path d="M150 120 Q175 110 200 120" stroke="#000000" stroke-width="2" fill="none"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Qwen-2.5-32B Player 2

Judge's Analysis

    Player 2's image more closely adheres to the prompt with a design that suggests a cat with a monocle and a bow tie, set against a background filled with books.

    This aligns well with the Victorian library theme.

    While Player 1's image is colorful, it lacks clear elements that depict a cat or the Victorian library setting, reducing its adherence to 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
19
Player 2
19
Rectangles

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

Player 1
7
Player 2
6
Circles

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

Player 1
5
Player 2
7
Ellipses

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

Player 1
2
Player 2
3
Lines

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

Player 1
1
Player 2
Polygons

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

Player 1
1
Player 2
Paths

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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