Back

SVG Drawing Match #1699

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A cat wearing aviator goggles, flying a hot air balloon shaped like a giant fish"

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="1">
      <stop offset="0%" stop-color="skyblue" />
      <stop offset="100%" stop-color="lightyellow" />
    </linearGradient>
    <linearGradient id="fishGradient" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#FFCC5C" />
      <stop offset="100%" stop-color="#FF6F61" />
    </linearGradient>
    <radialGradient id="sunGradient" cx="0.3" cy="0.3" r="0.5">
      <stop offset="0%" stop-color="yellow" />
      <stop offset="100%" stop-color="orange" />
    </radialGradient>
    <pattern id="scalesPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="4" fill="rgba(255, 255, 255, 0.2)" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <circle cx="250" cy="50" r="30" fill="url(#sunGradient)" />
  <ellipse cx="150" cy="120" rx="80" ry="50" fill="url(#fishGradient)" />
  <ellipse cx="150" cy="120" rx="80" ry="50" fill="url(#scalesPattern)" />
  <polygon points="180,120 170,140 190,140" fill="#FF6F61" />
  <ellipse cx="220" cy="120" rx="10" ry="15" fill="#FF8856" stroke="#FF5733" stroke-width="2" />
  <g>
    <rect x="140" y="140" width="20" height="30" fill="#D2691E" />
    <rect x="140" y="135" width="20" height="5" fill="#A0522D" />
  </g>
  <g>
    <circle cx="150" cy="150" r="10" fill="#F5F5DC" />
    <rect x="145" y="145" width="10" height="10" fill="#8B4513" />
    <path d="M145,145 Q150,150 155,145 Q150,160 145,155 Z" fill="#D2B48C" />
  </g>
  <g transform="translate(140,110)">
    <path d="M0,0 Q15,-15 30,0 Q15,15 0,0 Z" fill="#6B8E23" />
    <rect x="7" y="-5" width="5" height="10" fill="#4B5320" />
    <rect x="18" y="-5" width="5" height="10" fill="#4B5320" />
  </g>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Sky background with gradient -->
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#E0F6FF;stop-opacity:1" />
    </linearGradient>
    
    <!-- Fish balloon gradient -->
    <linearGradient id="fishGradient" x1="0" y1="0" x2="0" y2="100">
      <stop offset="0%" style="stop-color:#FFA500;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FFD700;stop-opacity:1" />
    </linearGradient>
    
    <!-- Basket weave pattern -->
    <pattern id="basketPattern" patternUnits="userSpaceOnUse" width="20" height="20">
      <rect x="0" y="0" width="20" height="20" fill="none" stroke="#8B4513" stroke-width="2"/>
    </pattern>
  </defs>

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

  <!-- Clouds -->
  <path d="M50 80 c10 0 20-5 25-10 5-5 5-15 0-20 -5-5 -15-5-25 0 -5 5 -5 15 0 20 5 5 15 5 25 0 5-5 5-10 0-15-5-5-10-5-20 0-5 5-5 10 0 10 5 10h10c0-5 5-10 10-10 5 0 10 5 10 10 0 5-5 10-10 10h-10z" fill="white"/>
  <path d="M200 60 c10 0 20-5 25-10 5-5 5-15 0-20 -5-5 -15-5-25 0 -5 5 -5 15 0 20 5 5 15 5 25 0 5-5 5-10 0-15-5-5-10-5-20 0-5 5-5 10 0 10 5 10h10c0-5 5-10 10-10 5 0 10 5 10 10 0 5-5 10-10 10h-10z" fill="white"/>

  <!-- Fish-shaped balloon -->
  <path d="M150 200 c-30 0-60-20-60-50 -20 50 0 100 0 100 0 20 10 40 20 50 10 10 30 10 40 0 20-20 20-50 0-50-20-50-50-50-50-30 0-60 20-60 50 0 20 10 40 20 50 10 10 30 10 40 0 20-20 20-50 0-50-20-50-50-50-50C215 120 200 100 150 100c0 30 20 60 50 60 30 0 50-20 50-50 0-30-20-60-50-60-30 0-50 20-50 50 0 30 20 60 50 60z" fill="url(#fishGradient)"/>

  <!-- Fish scales -->
  <path d="M140 220 l5-5 5 5h-10z" fill="#FFA500"/>
  <path d="M160 220 l5-5 5 5h-10z" fill="#FFA500"/>
  <path d="M180 220 l5-5 5 5h-10z" fill="#FFA500"/>
  <path d="M140 240 l5-5 5 5h-10z" fill="#FFA500"/>
  <path d="M160 240 l5-5 5 5h-10z" fill="#FFA500"/>
  <path d="M180 240 l5-5 5 5h-10z" fill="#FFA500"/>

  <!-- Fish eye -->
  <circle cx="120" cy="170" r="5" fill="white"/>
  <circle cx="120" cy="170" r="2" fill="black"/>

  <!-- Balloon fins -->
  <path d="M100 250 l40-20" stroke="#FFA500" stroke-width="3" fill="none"/>
  <path d="M200 250 l-40-20" stroke="#FFA500" stroke-width="3" fill="none"/>
  <path d="M150 280 l0-30" stroke="#FFA500" stroke-width="3" fill="none"/>

  <!-- Basket -->
  <rect x="130" y="250" width="40" height="30" fill="url(#basketPattern)"/>
  <rect x="130" y="250" width="40" height="30" stroke="#8B4513" stroke-width="2" fill="none"/>

  <!-- Basket rim -->
  <path d="M130 250 c-5 0-10 5-10 10 0 5 5 10 10 10 5 0 10-5 10-10 0-5-5-10-10-10" stroke="#8B4513" stroke-width="2" fill="none"/>
  <path d="M130 280 c-5 0-10-5-10-10 0-5-5-10-10-10-5 0-10 5-10 10 0 5-5 10-10 10" stroke="#8B4513" stroke-width="2" fill="none"/>

  <!-- Cat -->
  <circle cx="150" cy="265" r="15" fill="#808080"/>
  <ellipse cx="150" cy="275" rx="20" ry="10" fill="#808080"/>
  
  <!-- Goggles -->
  <path d="M140 260 c-5 0-10-5-10-10 0-5 5-10 10-10 5 0 10 5 10 10 0 5-5 10-10 10" fill="silver"/>
  <path d="M160 260 c-5 0-10-5-10-10 0-5 5-10 10-10 5 0 10 5 10 10 0 5-5 10-10 10" fill="silver"/>
  <circle cx="140" cy="255" r="3" fill="black"/>
  <circle cx="160" cy="255" r="3" fill="black"/>
  <circle cx="140" cy="265" r="3" fill="black"/>
  <circle cx="160" cy="265" r="3" fill="black"/>

  <!-- Cat face -->
  <circle cx="150" cy="270" r="5" fill="white"/>
  <circle cx="150" cy="270" r="2" fill="black"/>
  <path d="M145 275 c5 2 5-5 0-5 -5 0-5 5 0 5" fill="black"/>
  <path d="M155 275 c-5 2-5-5 0-5 5 0 5 5 0 5" fill="black"/>
  <path d="M140 280 c10 0 10-10 0-10 -10 0-10 10 0 10" fill="pink"/>
  <path d="M150 285 c0-5 5-10 10-10 5 0 10 5 10 10 0 5-5 10-10 10" fill="pink"/>
  <path d="M140 285 l10-5 10 5" fill="pink"/>
  <path d="M160 285 l-10-5-10 5" fill="pink"/>

  <!-- Cat ears -->
  <path d="M140 255 l5-10 5 10" fill="#808080"/>
  <path d="M160 255 l-5-10-5 10" fill="#808080"/>

  <!-- Cat tail -->
  <path d="M150 275 c0-10 5-20 10-20 5 0 10 5 10 10 0 5-5 10-10 10-5 0-10-5-10-10" fill="#808080"/>

  <!-- Ropes -->
  <path d="M150 200 l0-50" stroke="#8B4513" stroke-width="3"/>
  <path d="M140 220 l10-30" stroke="#8B4513" stroke-width="3"/>
  <path d="M160 220 l-10-30" stroke="#8B4513" stroke-width="3"/>

  <!-- Smoke -->
  <path d="M150 180 c-15 0-30-10-30-30 0-15 10-30 30-30 15 0 30 10 30 30 0 15-10 30-30 30" fill="white"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek-R1-Distill-Llama-70B Player 2

Judge's Analysis

    Player 2's submission is more creative and better aligns with the prompt, depicting a cat with goggles in a more identifiable hot air balloon shaped like a fish.

    The use of color and playful shapes enhances the whimsical theme.

    Player 1's image lacks clarity in representing the prompt and is less engaging visually.

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
15
Player 2
43
Rectangles

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

Player 1
6
Player 2
4
Circles

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

Player 1
3
Player 2
9
Ellipses

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

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

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

Player 1
2
Player 2
29
Groups

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

Player 1
3
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
1
Player 2
10

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
16
Player 2
7

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
8
Player 2
81
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
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