Back

SVG Drawing Match #1796

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A giant cat knitting with skyscraper-sized yarn in a cityscape"

SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0" x2="0" y1="0" y2="1">
      <stop offset="0%" stop-color="#87CEEB" />
      <stop offset="100%" stop-color="#4682B4" />
    </linearGradient>
    <linearGradient id="yarnGradient" x1="0" x2="1" y1="0" y2="0">
      <stop offset="0%" stop-color="#FF69B4" />
      <stop offset="100%" stop-color="#FF1493" />
    </linearGradient>
    <pattern id="catTexture" x="0" y="0" width="0.1" height="0.1">
      <circle cx="0.05" cy="0.05" r="0.03" fill="#444" />
      <circle cx="0.1" cy="0.1" r="0.02" fill="#666" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <rect x="0" y="250" width="300" height="50" fill="#808080" />
  <rect x="50" y="180" width="30" height="70" fill="#A9A9A9" />
  <rect x="90" y="150" width="30" height="100" fill="#A9A9A9" />
  <rect x="130" y="120" width="30" height="130" fill="#A9A9A9" />
  <rect x="170" y="90" width="30" height="160" fill="#A9A9A9" />
  <rect x="210" y="60" width="30" height="190" fill="#A9A9A9" />
  <rect x="250" y="30" width="30" height="220" fill="#A9A9A9" />
  <path d="M150,250 Q130,200 150,150 Q170,200 150,250 Z" fill="#A0522D" />
  <path d="M140,250 Q130,200 140,150 Q150,200 140,250 Z" fill="#8B4513" />
  <circle cx="150" cy="100" r="50" fill="url(#catTexture)" />
  <ellipse cx="120" cy="80" rx="10" ry="15" fill="#FFF" />
  <ellipse cx="180" cy="80" rx="10" ry="15" fill="#FFF" />
  <circle cx="120" cy="80" r="5" fill="#000" />
  <circle cx="180" cy="80" r="5" fill="#000" />
  <ellipse cx="150" cy="120" rx="20" ry="10" fill="#FFA07A" />
  <path d="M130,130 Q140,120 150,130 Q160,120 170,130" fill="none" stroke="#000" stroke-width="2" />
  <path d="M90,60 Q100,50 110,60 Q120,50 130,60" fill="none" stroke="url(#yarnGradient)" stroke-width="10" />
  <path d="M130,60 C150,50 170,50 190,60" fill="none" stroke="url(#yarnGradient)" stroke-width="10" />
  <path d="M190,60 Q200,50 210,60 Q220,50 230,60" fill="none" stroke="url(#yarnGradient)" stroke-width="10" />
  <circle cx="230" cy="60" r="10" fill="url(#yarnGradient)" />
  <path d="M230,60 Q240,50 250,60 Q260,50 270,60" fill="none" stroke="url(#yarnGradient)" stroke-width="10" />
</svg>
SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(135,206,235);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(0,100,175);stop-opacity:1" />
    </linearGradient>
    <radialGradient id="yarnGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:rgb(255,69,0);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(220,20,60);stop-opacity:1" />
    </radialGradient>
    <pattern id="brickPattern" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect width="10" height="10" fill="gray"/>
      <rect x="0" y="0" width="5" height="5" fill="darkgray"/>
      <rect x="5" y="5" width="5" height="5" fill="darkgray"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <g>
    <rect x="20" y="200" width="60" height="100" fill="url(#brickPattern)"/>
    <rect x="100" y="180" width="50" height="120" fill="url(#brickPattern)"/>
    <rect x="170" y="210" width="40" height="90" fill="url(#brickPattern)"/>
    <rect x="230" y="190" width="50" height="110" fill="url(#brickPattern)"/>
  </g>
  <g>
    <circle cx="150" cy="100" r="80" fill="url(#yarnGradient)" stroke="brown" stroke-width="5"/>
    <line x1="100" y1="120" x2="200" y2="40" stroke="brown" stroke-width="5" />
    <line x1="100" y1="80" x2="200" y2="160" stroke="brown" stroke-width="5" />
  </g>
  <g>
    <ellipse cx="150" cy="220" rx="100" ry="60" fill="orange" opacity="0.8"/>
    <ellipse cx="150" cy="220" rx="40" ry="20" fill="white" opacity="0.5"/>
    <ellipse cx="140" cy="220" rx="10" ry="5" fill="darkgray" />
    <ellipse cx="160" cy="220" rx="10" ry="5" fill="darkgray" />
    <path d="M140,230 Q150,240 160,230" fill="none" stroke="black" stroke-width="2"/>
  </g>
  <g>
    <path d="M150,150 Q140,160 140,180 Q160,170 170,185 Q185,190 200,175" fill="none" stroke="black" stroke-width="4"/>
    <path d="M150,170 Q145,175 150,180 Q160,180 160,170" fill="none" stroke="black" stroke-width="4"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o (2024-11-20) Player 2

Judge's Analysis

    Player 2's image creatively interprets the prompt with a clear depiction of a giant cat interacting with a large ball of yarn, which is more visually connected to the skyscraper-sized theme.

    The use of color and playful design enhances the visual appeal, making it more engaging and imaginative compared to Player 1's abstract and less coherent representation of the 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
24
Player 2
18
Rectangles

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

Player 1
8
Player 2
8
Circles

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

Player 1
6
Player 2
1
Ellipses

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

Player 1
3
Player 2
4
Lines

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

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

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

Player 1
Player 2
4

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
5
Player 2
6

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
13
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
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
22
Player 2
9
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
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