Back

SVG Drawing Match #731

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Floating cat-shaped islands with tree tails in a pink sky"

SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Pink gradient sky -->
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0" stop-color="#FFB3BA" />
      <stop offset="1" stop-color="#FF9EDF" />
    </linearGradient>
    
    <!-- Cat island gradient -->
    <linearGradient id="islandGradient" x1="0" y1="0" x2="0" y2="100">
      <stop offset="0" stop-color="#4B4B4B" />
      <stop offset="1" stop-color="#2B2B2B" />
    </linearGradient>
    
    <!-- Tree tail gradient -->
    <linearGradient id="treeGradient" x1="0" y1="0" x2="0" y2="200">
      <stop offset="0" stop-color="#228B22" />
      <stop offset="1" stop-color="#32CD32" />
    </linearGradient>
    
    <!-- Pattern for grass -->
    <pattern id="grassPattern" patternUnits="userSpaceOnUse" width="20" height="20">
      <path d="M0 0 L10 20 L20 0" fill="#44AA44" />
    </pattern>
  </defs>

  <!-- Background -->
  <rect width="300" height="300" fill="url(#skyGradient)" />

  <!-- First floating cat island -->
  <g transform="translate(50,50)">
    <!-- Cat shape -->
    <path d="M0 0 C20 0, 40 0, 40 0 L40 20 Q40 40, 30 40, 30 40 L10 40 Q10 40, 0 40, 0 20 L0 0 Z" fill="url(#islandGradient)" />
    
    <!-- Tree tail -->
    <g transform="translate(0,20)">
      <path d="M0 0 Q10 -20, 20 -30, 30 -40, 40 -30, 50 -20, 60 0" fill="url(#treeGradient)" />
      <rect x="35" y="-45" width="10" height="50" fill="#8B4513" />
    </g>
    
    <!-- Grass pattern -->
    <rect x="0" y="20" width="40" height="20" fill="url(#grassPattern)" />
  </g>

  <!-- Second floating cat island -->
  <g transform="translate(180,100) rotate(30)">
    <path d="M0 0 C20 0, 40 0, 40 0 L40 20 Q40 40, 30 40, 30 40 L10 40 Q10 40, 0 40, 0 20 L0 0 Z" fill="url(#islandGradient)" />
    
    <g transform="translate(0,20)">
      <path d="M0 0 Q15 -25, 30 -40, 45 -30, 60 -20, 60 0" fill="url(#treeGradient)" />
      <rect x="40" y="-45" width="10" height="50" fill="#8B4513" />
    </g>
    
    <rect x="0" y="20" width="40" height="20" fill="url(#grassPattern)" />
  </g>

  <!-- Birds -->
  <path d="M100 100 L150 90 L200 100" fill="#000" transform="translate(100,100)" />
  <path d="M200 200 L250 190 L300 200" fill="#000" transform="translate(200,200)" />
  <path d="M150 150 L200 140 L250 150" fill="#000" transform="translate(150,150)" />

  <!-- Atmospheric effects -->
  <circle cx="150" cy="150" r="30" fill="#FFFFFF" opacity="0.1" blur="5" />
  <circle cx="100" cy="100" r="25" fill="#FFFFFF" opacity="0.2" blur="5" />
  <circle cx="200" cy="200" r="20" fill="#FFFFFF" opacity="0.3" blur="5" />

  <!-- Stars -->
  <path d="M50 50 L55 55 L50 60 L45 55 L50 50" fill="#FFFFFF" />
  <path d="M250 250 L255 255 L250 260 L245 255 L250 250" fill="#FFFFFF" />
  <path d="M150 250 L155 255 L150 260 L145 255 L150 250" fill="#FFFFFF" />
</svg>
SVG by o1-mini (2024-09-12)
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- Sky Gradient -->
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#ff9a9e; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#fad0c4; stop-opacity:1" />
    </linearGradient>
    <!-- Island Gradient 1 -->
    <radialGradient id="islandGradient1" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#a3d9a5; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#2e8b57; stop-opacity:1" />
    </radialGradient>
    <!-- Island Gradient 2 -->
    <radialGradient id="islandGradient2" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#ffd1dc; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff69b4; stop-opacity:1" />
    </radialGradient>
    <!-- Tree Gradient -->
    <linearGradient id="treeGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#556b2f; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#6b8e23; stop-opacity:1" />
    </linearGradient>
    <!-- Cat Eye Gradient -->
    <radialGradient id="eyeGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#ffffff; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#000000; stop-opacity:1" />
    </radialGradient>
  </defs>
  
  <!-- Background -->
  <rect width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- First Floating Cat-Shaped Island -->
  <g transform="translate(80,150)">
    <path d="M0,-40 
             C-30,-40 -30,0 0,0 
             C30,0 30,-40 0,-40 Z" fill="url(#islandGradient1)" stroke="#2e8b57" stroke-width="2"/>
    <!-- Cat Ears -->
    <polygon points="-20,-40 -10,-60 0,-40" fill="url(#islandGradient1)" stroke="#2e8b57" stroke-width="1"/>
    <polygon points="20,-40 10,-60 0,-40" fill="url(#islandGradient1)" stroke="#2e8b57" stroke-width="1"/>
    <!-- Eyes -->
    <circle cx="-10,-20" cy="-10" r="3" fill="url(#eyeGradient)" />
    <circle cx="10,-20" cy="-10" r="3" fill="url(#eyeGradient)" />
    <!-- Tree Tails -->
    <path d="M-15,0 
             C-20,10 -20,20 -15,25 
             C-10,20 -10,10 -15,0 Z" fill="url(#treeGradient)" />
    <path d="M15,0 
             C20,10 20,20 15,25 
             C10,20 10,10 15,0 Z" fill="url(#treeGradient)" />
  </g>
  
  <!-- Second Floating Cat-Shaped Island -->
  <g transform="translate(220,100)">
    <path d="M0,-35 
             C-25,-35 -25,10 0,10 
             C25,10 25,-35 0,-35 Z" fill="url(#islandGradient2)" stroke="#ff69b4" stroke-width="2"/>
    <!-- Cat Ears -->
    <polygon points="-15,-35 -5,-50 0,-35" fill="url(#islandGradient2)" stroke="#ff69b4" stroke-width="1"/>
    <polygon points="15,-35 5,-50 0,-35" fill="url(#islandGradient2)" stroke="#ff69b4" stroke-width="1"/>
    <!-- Eyes -->
    <circle cx="-7,-15" cy="-5" r="2" fill="url(#eyeGradient)" />
    <circle cx="7,-15" cy="-5" r="2" fill="url(#eyeGradient)" />
    <!-- Tree Tails -->
    <path d="M-12,10 
             C-18,20 -18,30 -12,35 
             C-6,30 -6,20 -12,10 Z" fill="url(#treeGradient)" />
    <path d="M12,10 
             C18,20 18,30 12,35 
             C6,30 6,20 12,10 Z" fill="url(#treeGradient)" />
  </g>
  
  <!-- Additional Clouds for Depth -->
  <ellipse cx="50" cy="50" rx="20" ry="10" fill="rgba(255,255,255,0.6)" />
  <ellipse cx="250" cy="70" rx="15" ry="8" fill="rgba(255,255,255,0.6)" />
  <ellipse cx="150" cy="40" rx="25" ry="12" fill="rgba(255,255,255,0.5)" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O1-mini (2024-09-12) Player 2

Judge's Analysis

    Player 2's image better captures the concept of 'floating cat-shaped islands with tree tails in a pink sky.' The use of colors and shapes more clearly resembles cats and islands, creating a whimsical and fitting interpretation of the prompt.

    The image is visually cohesive and appealing, whereas Player 1's submission lacks clarity in depicting 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
19
Player 2
18
Rectangles

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

Player 1
5
Player 2
1
Circles

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

Player 1
3
Player 2
4
Ellipses

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

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

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

Player 1
11
Player 2
6
Groups

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

Player 1
4
Player 2
2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
6

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
4

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
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
47
Player 2
24
Max Group Nesting

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

Player 1
1
Player 2
Defs Elements

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

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