Back

SVG Drawing Match #1159

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A cat made of clouds sailing a paper boat on a sea of stars"

SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="cloudGrad">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="100%" stop-color="#e6e6fa"/>
    </radialGradient>
    <pattern id="stars" x="0" y="0" width="30" height="30" patternUnits="userSpaceOnUse">
      <circle cx="15" cy="15" r="1" fill="white"/>
    </pattern>
    <linearGradient id="boatGrad">
      <stop offset="0%" stop-color="#ffd700"/>
      <stop offset="100%" stop-color="#ff8c00"/>
    </linearGradient>
    <filter id="twinkle">
      <feGaussianBlur stdDeviation="1" result="glow"/>
      <feMerge>
        <feMergeNode in="glow"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#cloudGrad)"/>
  <g transform="translate(150,250)">
    <path d="M0,0 L50,-30 Q60,-20 70,-30 L120,0 Q100,20 80,0 Z" fill="#ff9999" filter="url(#twinkle)"/>
    <path d="M100,-50 L150,-80 Q160,-70 170,-80 L220,-50 Q200,-30 180,-50 Z" fill="#ff9999" filter="url(#twinkle)"/>
  </g>
  <g transform="translate(150,150)">
    <rect width="60" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
    <rect width="20" height="40" x="20" y="-20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
    <rect width="20" height="40" x="40" y="-20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  </g>
  <g transform="translate(150,200)">
    <path d="M0,0 L50,-30 Q60,-20 70,-30 L120,0 Q100,20 80,0 Z" fill="#ffffff" filter="url(#twinkle)"/>
    <path d="M100,-50 L150,-80 Q160,-70 170,-80 L220,-50 Q200,-30 180,-50 Z" fill="#ffffff" filter="url(#twinkle)"/>
  </g>
  <rect x="140" y="220" width="20" height="40" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  <rect x="130" y="210" width="40" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  <g transform="translate(150,270)">
    <rect width="60" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
    <rect width="20" height="40" x="20" y="-20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
    <rect width="20" height="40" x="40" y="-20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  </g>
  <rect x="100" y="180" width="100" height="20" rx="10" fill="url(#boatGrad)" transform="rotate(-30 150 200)"/>
  <rect x="140" y="190" width="20" height="40" rx="10" fill="#ffd700"/>
  <rect x="120" y="190" width="20" height="40" rx="10" fill="#ffd700"/>
  <rect x="130" y="190" width="40" height="20" rx="10" fill="#ffd700"/>
  <rect x="150" y="210" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  <rect x="140" y="200" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  <rect x="160" y="200" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  <rect x="130" y="190" width="40" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  <rect x="150" y="180" width="100" height="20" rx="10" fill="url(#boatGrad)" transform="rotate(-30 150 200)"/>
  <rect x="140" y="190" width="20" height="40" rx="10" fill="#ffd700"/>
  <rect x="120" y="190" width="20" height="40" rx="10" fill="#ffd700"/>
  <rect x="130" y="190" width="40" height="20" rx="10" fill="#ffd700"/>
  <rect x="150" y="210" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  <rect x="140" y="200" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  <rect x="160" y="200" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  <rect x="130" y="190" width="40" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  <rect x="150" y="180" width="100" height="20" rx="10" fill="url(#boatGrad)" transform="rotate(-30 150 200)"/>
  <rect x="140" y="190" width="20" height="40" rx="10" fill="#ffd700"/>
  <rect x="120" y="190" width="20" height="40" rx="10" fill="#ffd700"/>
  <rect x="130" y="190" width="40" height="20" rx="10" fill="#ffd700"/>
  <rect x="150" y="210" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  <rect x="140" y="200" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  <rect x="160" y="200" width="20" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
  <rect x="130" y="190" width="40" height="20" rx="10" fill="#ffffff" filter="url(#twinkle)"/>
</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(30,30,60);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(10,10,30);stop-opacity:1" />
    </linearGradient>
    <radialGradient id="starGlow" cx="0.5" cy="0.5" r="0.5">
      <stop offset="0%" style="stop-color:rgb(255,255,204);stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255,255,204);stop-opacity:0" />
    </radialGradient>
    <linearGradient id="cloudGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#fff" />
      <stop offset="100%" stop-color="#d9f4ff" />
    </linearGradient>
    <linearGradient id="boatGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ffecd2" />
      <stop offset="100%" stop-color="#fcb69f" />
    </linearGradient>
  </defs>
  <rect width="100%" height="100%" fill="url(#skyGradient)" />
  
  <!-- Star field -->
  <g>
    <circle cx="30" cy="50" r="2" fill="url(#starGlow)" />
    <circle cx="70" cy="100" r="1.5" fill="url(#starGlow)" />
    <circle cx="200" cy="150" r="2.5" fill="url(#starGlow)" />
    <circle cx="250" cy="80" r="2" fill="url(#starGlow)" />
    <circle cx="100" cy="200" r="1" fill="url(#starGlow)" />
    <circle cx="170" cy="240" r="1.5" fill="url(#starGlow)" />
  </g>
  
  <!-- Sea of stars -->
  <polygon points="0,250 300,230 300,300 0,300" fill="url(#skyGradient)" />
  <g opacity="0.6">
    <circle cx="20" cy="260" r="3" fill="white" />
    <circle cx="60" cy="275" r="2" fill="white" />
    <circle cx="120" cy="265" r="4" fill="white" />
    <circle cx="180" cy="285" r="2" fill="white" />
    <circle cx="240" cy="270" r="3" fill="white" />
    <circle cx="280" cy="260" r="2" fill="white" />
  </g>
  
  <!-- Paper Boat -->
  <polygon points="140,220 160,220 150,200" fill="url(#boatGradient)" stroke="#f96d5a" stroke-width="1" />
  <path d="M155,230 Q150,218 145,230 L150,245 Z" fill="url(#boatGradient)" stroke="#f96d5a" stroke-width="1" />

  <!-- Cloud Cat -->
  <g fill="url(#cloudGradient)">
    <ellipse cx="150" cy="185" rx="15" ry="10" />
    <ellipse cx="145" cy="190" rx="10" ry="7" />
    <ellipse cx="155" cy="190" rx="10" ry="7" />
    <ellipse cx="145" cy="180" rx="8" ry="5" />
    <ellipse cx="155" cy="180" rx="8" ry="5" />
    <!-- Cat Ears -->
    <path d="M138,175 Q135,170 140,173 Z" />
    <path d="M162,175 Q165,170 160,173 Z" />
  </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 more effectively illustrates the prompt with a clear depiction of a cloud-like cat and a paper boat against a starry background.

    The composition is simple yet visually appealing, with a clear focus on the cat and boat.

    While Player 1's image is abstract and creative, it lacks the clarity and adherence to the prompt found in Player 2's submission.

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
38
Player 2
23
Rectangles

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

Player 1
33
Player 2
1
Circles

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

Player 1
1
Player 2
12
Ellipses

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

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

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

Player 1
4
Player 2
3
Groups

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

Player 1
4
Player 2
3

Visual Effects Metrics

Gradients

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
5
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
7
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
24
Player 2
10
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
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
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