Back

SVG Drawing Match #2568

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A cat balancing on a tightrope under a moonlit sky."

SVG by Gemini 2.5 Pro Preview 05-06
<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:#080820; stop-opacity:1" />
      <stop offset="30%" style="stop-color:#101030; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#201840; stop-opacity:1" />
    </linearGradient>
    <radialGradient id="moonCore" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#FFFFF0; stop-opacity:1" />
      <stop offset="70%" style="stop-color:#FFFFAA; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#F0E68C; stop-opacity:0.8" />
    </radialGradient>
    <radialGradient id="moonGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="30%" style="stop-color:#FFFFFF; stop-opacity:0.2" />
      <stop offset="60%" style="stop-color:#FFFFE0; stop-opacity:0.1" />
      <stop offset="100%" style="stop-color:#FFFFE0; stop-opacity:0" />
    </radialGradient>
    <pattern id="craterPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="3" fill="#000000" opacity="0.05"/>
      <circle cx="15" cy="12" r="2" fill="#000000" opacity="0.04"/>
      <circle cx="8" cy="15" r="1.5" fill="#000000" opacity="0.03"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <g id="stars">
    <circle cx="50" cy="60" r="1.2" fill="#FFFFFF" opacity="0.9"/>
    <circle cx="100" cy="40" r="0.8" fill="#FFFFE0" opacity="0.7"/>
    <circle cx="150" cy="90" r="1.5" fill="#FFFFFF" opacity="1"/>
    <circle cx="250" cy="50" r="1" fill="#FFFFE0" opacity="0.8"/>
    <circle cx="200" cy="150" r="0.7" fill="#FFFFFF" opacity="0.6"/>
    <circle cx="80" cy="200" r="1.1" fill="#FFFFE0" opacity="0.85"/>
    <circle cx="30" cy="120" r="0.9" fill="#FFFFFF" opacity="0.75"/>
    <circle cx="270" cy="220" r="1.3" fill="#FFFFE0" opacity="0.9"/>
    <circle cx="120" cy="250" r="0.8" fill="#FFFFFF" opacity="0.7"/>
    <circle cx="180" cy="20" r="1" fill="#FFFFE0" opacity="0.8"/>
    <circle cx="280" cy="100" r="1.2" fill="#FFFFFF" opacity="0.95"/>
    <circle cx="20" cy="20" r="0.6" fill="#FFFFE0" opacity="0.65"/>
    <circle cx="240" cy="180" r="0.9" fill="#FFFFFF" opacity="0.75"/>
    <circle cx="60" cy="280" r="1" fill="#FFFFE0" opacity="0.8"/>
    <circle cx="15" cy="85" r="0.5" fill="#FFFFE0" opacity="0.5"/>
    <circle cx="205" cy="15" r="0.4" fill="#FFFFFF" opacity="0.6"/>
    <circle cx="70" cy="130" r="0.6" fill="#FFFFE0" opacity="0.55"/>
    <circle cx="285" cy="255" r="0.7" fill="#FFFFFF" opacity="0.7"/>
    <circle cx="130" cy="170" r="0.5" fill="#FFFFE0" opacity="0.4"/>
    <circle cx="260" cy="130" r="0.4" fill="#FFFFFF" opacity="0.5"/>
  </g>
  <circle cx="230" cy="70" r="60" fill="url(#moonGlow)" />
  <circle cx="230" cy="70" r="40" fill="url(#moonCore)" />
  <circle cx="230" cy="70" r="40" fill="url(#craterPattern)" />
  <path d="M 215 60 Q 220 55 225 60 Q 220 65 215 60 Z" fill="#000000" opacity="0.1" />
  <path d="M 235 80 Q 240 78 243 82 Q 238 85 235 80 Z" fill="#000000" opacity="0.08" />
  <circle cx="240" cy="60" r="5" fill="#000000" opacity="0.06" />
  <g id="clouds" opacity="0.4">
    <path d="M -50 100 Q 50 80 150 110 T 350 100 L 350 130 Q 150 150 50 120 T -50 140 Z" fill="#FFFFFF" opacity="0.08"/>
    <path d="M 0 50 Q 100 30 200 60 T 400 50 L 400 80 Q 200 100 100 70 T 0 90 Z" fill="#B0C4DE" opacity="0.04" transform="translate(20, -10)"/>
  </g>
  <path id="tightrope" d="M 0 190 Q 150 200 300 190" stroke="#303030" stroke-width="2.5" fill="none" />
  <path id="tightropeHighlight" d="M 0 189.2 Q 150 199.2 300 189.2" stroke="#8080A0" stroke-width="0.8" fill="none" opacity="0.6"/>
  <g id="cat" transform="translate(135, 150)">
    <path fill="#1A1A1A" stroke="#0F0F0F" stroke-width="0.75" d="
      M 48,25                  
      C 50,18 46,8 41,3        
      Q 39,0 36,0               
      L 33,1.5                  
      L 30,0                    
      L 27,1.5                  
      Q 25,0 20,3               
      C 15,8 11,18 13,25       
      Q 12,34 8,39 L 5,40      
      L 15,40                   
      L 18,38                   
      Q 25,35 35,38 L 38,40    
      L 45,40                   
      Q 49,35 48,25             
      Z" />
    <path stroke="#1A1A1A" stroke-width="3.5" fill="none" stroke-linecap="round"
          d="M 47,24 C 55,15 58,5 50,0" />
    <path fill="none" stroke="#4D4D5A" stroke-width="1.2" opacity="0.65" d="
      M 48,25 C 49.5,18 45.5,8 41,3 Q 39,0 36,0 
      M 47,24 C 55,15 57,8 52,3
    "/>
  </g>
  <path d="M 0 250 C 30 200, 60 180, 80 150 
           L 82 152 C 62 182, 32 202, 2 250 Z
           M 70 160 Q 80 170, 75 180 L 73 178 Q 78 168, 68 158 Z
           M 60 190 Q 70 200, 65 210 L 63 208 Q 68 198, 58 188 Z"
        fill="#050510" opacity="0.8"/>
  <path d="M 300 240 C 270 190, 240 170, 220 140
           L 218 142 C 238 172, 268 192, 298 240 Z
           M 230 150 Q 220 160, 225 170 L 227 168 Q 222 158, 232 148 Z"
        fill="#050510" opacity="0.7"/>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background with gradient and stars -->
  <defs>
    <linearGradient id="nightSky" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0%" style="stop-color:#1a2333;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#2a3a4b;stop-opacity:1" />
    </linearGradient>
    <pattern id="stars" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse">
      <circle cx="50" cy="50" r="1" style="fill:#ffffff;opacity:0.5"/>
      <circle cx="20" cy="80" r="1" style="fill:#ffffff;opacity:0.5"/>
      <circle cx="80" cy="40" r="1" style="fill:#ffffff;opacity:0.5"/>
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#nightSky)" opacity="0.8"/>
  <rect width="300" height="300" fill="url(#stars)"/>

  <!-- Tightrope -->
  <line x1="40" y1="200" x2="260" y2="200" style="stroke:#ffffff;stroke-width:2;stroke-linecap:round;opacity:0.8"/>
  <rect x="35" y="197" width="230" height="6" fill="linear-gradient(90deg, #ffffff, #7a7a7a)" opacity="0.6"/>

  <!-- Moon -->
  <circle cx="280" cy="100" r="60" style="fill:url(#nightSky);filter:drop-shadow(0 0 20px #ffcc00)" />
  <circle cx="280" cy="100" r="50" style="fill:#ffebcd;stroke:#ffffff;stroke-width:2"/>
  <circle cx="280" cy="100" r="40" style="fill:#ffd700;opacity:0.8"/>

  <!-- Cat -->
  <g transform="translate(150,220)">
    <!-- Body -->
    <path d="M-40 0 Q-20 -20, 0 -40 L40 -40 Q60 -20, 40 0 L0 0 Z" style="fill:linear-gradient(45deg, #8b4513, #cd8500);stroke:#654321;stroke-width:2"/>
    <!-- Head -->
    <path d="M0 0 Q-20 -30, -40 -30 L-40 -50 Q-20 -70, 0 -70 L40 -70 Q20 -70, 40 -50 L40 -30 Q20 -30, 0 0 Z" style="fill:linear-gradient(45deg, #8b4513, #cd8500);stroke:#654321;stroke-width:2"/>
    <!-- Ears -->
    <path d="M-30 -60 L-40 -80 L-20 -60 Z" style="fill:linear-gradient(45deg, #8b4513, #cd8500);stroke:#654321;stroke-width:1"/>
    <path d="M30 -60 L40 -80 L20 -60 Z" style="fill:linear-gradient(45deg, #8b4513, #cd8500);stroke:#654321;stroke-width:1"/>
    <!-- Eyes -->
    <circle cx="-20" cy="-50" r="8" style="fill:#000000"/>
    <circle cx="20" cy="-50" r="8" style="fill:#000000"/>
    <circle cx="-20" cy="-50" r="4" style="fill:#ffffff"/>
    <circle cx="20" cy="-50" r="4" style="fill:#ffffff"/>
    <!-- Nose -->
    <circle cx="0" cy="-40" r="4" style="fill:#ff0000"/>
    <!-- Legs -->
    <path d="M-25 -20 L-30 -50" style="stroke:#654321;stroke-width:3"/>
    <path d="M-15 -20 L-10 -50" style="stroke:#654321;stroke-width:3"/>
    <path d="M15 -20 L10 -50" style="stroke:#654321;stroke-width:3"/>
    <path d="M25 -20 L30 -50" style="stroke:#654321;stroke-width:3"/>
    <!-- Tail -->
    <path d="M0 0 Q-20 20, -40 40 L-20 60 L40 60 L20 40 Q0 20, 0 0 Z" style="fill:linear-gradient(45deg, #8b4513, #cd8500);stroke:#654321;stroke-width:2"/>
  </g>

  <!-- Top Hat -->
  <path d="M-30 80 Q0 60, 30 80 L30 120 L-30 120 Z" style="fill:#000000;stroke:#ffffff;stroke-width:2"/>
  <path d="M-20 120 Q0 130, 20 120 L20 140 L-20 140 Z" style="fill:#000000;stroke:#ffffff;stroke-width:1"/>

  <!-- Moonlight glow -->
  <circle cx="150" cy="220" r="100" style="fill:none;stroke:#ffffff;stroke-width:2;stroke-opacity:0.2;filter:blur(20px)"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Gemini 2.5 Pro Preview 05-06 Player 1

Judge's Analysis

    Player 1's image adheres more closely to the prompt with a clear depiction of a cat balancing on a tightrope under a moonlit sky.

    The composition is simple yet effective, with a serene atmosphere and cohesive elements.

    While Player 2's image is creative and bold, the abstract style makes it harder to recognize the cat and tightrope, reducing its adherence to the prompt and overall clarity.

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
39
Player 2
27
Rectangles

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

Player 1
1
Player 2
3
Circles

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

Player 1
27
Player 2
12
Ellipses

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

Player 1
Player 2
Lines

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

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

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

Player 1
3
Player 2
1

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
5
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2

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

Complexity Metrics

Path Commands

The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.

Player 1
75
Player 2
48
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
2
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