Back

SVG Drawing Match #1125

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Cat surfing on a pizza slice in a cosmic sea"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Cosmic Background with Stars -->
  <defs>
    <radialGradient id="cosmicBg" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#5b0395" />
      <stop offset="50%" stop-color="#2d0259" />
      <stop offset="100%" stop-color="#0c0118" />
    </radialGradient>
    <linearGradient id="pizzaCrust" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#d4a76a" />
      <stop offset="100%" stop-color="#9e6d2e" />
    </linearGradient>
    <linearGradient id="pizzaBase" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#ff6b35" />
      <stop offset="100%" stop-color="#cc4400" />
    </linearGradient>
    <linearGradient id="waveGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#7e42ff" stop-opacity="0.8" />
      <stop offset="100%" stop-color="#3facfc" stop-opacity="0.5" />
    </linearGradient>
    <filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="2" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
  </defs>

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

  <!-- Stars -->
  <g class="stars">
    <circle cx="30" cy="40" r="1.2" fill="white" opacity="0.8" />
    <circle cx="60" cy="70" r="0.8" fill="white" opacity="0.8" />
    <circle cx="120" cy="30" r="1" fill="white" opacity="0.9" />
    <circle cx="200" cy="50" r="1.3" fill="white" opacity="0.7" />
    <circle cx="250" cy="90" r="0.7" fill="white" opacity="0.8" />
    <circle cx="40" cy="200" r="1.1" fill="white" opacity="0.9" />
    <circle cx="190" cy="170" r="0.9" fill="white" opacity="0.7" />
    <circle cx="280" cy="220" r="1" fill="white" opacity="0.8" />
    <circle cx="240" cy="280" r="1.2" fill="white" opacity="0.7" />
    <circle cx="150" cy="260" r="0.8" fill="white" opacity="0.9" />
    <circle cx="95" cy="150" r="1.5" fill="white" opacity="0.6" />
    <circle cx="270" cy="150" r="0.7" fill="white" opacity="0.7" />
    
    <!-- Special Twinkling Stars -->
    <path d="M180,60 L183,67 L190,68 L184,73 L186,80 L180,76 L174,80 L176,73 L170,68 L177,67 Z" fill="#fffcb9" filter="url(#glow)" />
    <path d="M90,240 L92,245 L98,246 L94,250 L95,255 L90,252 L85,255 L86,250 L82,246 L88,245 Z" fill="#fffcb9" filter="url(#glow)" />
  </g>

  <!-- Cosmic Waves -->
  <path d="M-20,160 C40,140 60,200 120,180 C180,160 200,220 260,200 C320,180 340,220 380,200 V300 H-20 Z" fill="url(#waveGradient)" opacity="0.7" />
  <path d="M-20,190 C30,170 80,210 130,190 C180,170 230,210 280,190 C330,170 380,210 430,190 V300 H-20 Z" fill="url(#waveGradient)" opacity="0.6" />

  <!-- Pizza Slice Surfboard -->
  <g transform="translate(150, 180) rotate(-5)">
    <!-- Pizza Crust -->
    <path d="M-70,-80 L80,70 L-30,80 Z" fill="url(#pizzaCrust)" stroke="#8e5c1e" stroke-width="2" />
    
    <!-- Pizza Cheese -->
    <path d="M-60,-70 L70,60 L-25,70 Z" fill="url(#pizzaBase)" />
    
    <!-- Pizza Toppings -->
    <circle cx="-20" cy="-30" r="8" fill="#CC0000" />
    <circle cx="10" cy="0" r="7" fill="#CC0000" />
    <circle cx="-45" cy="20" r="6" fill="#CC0000" />
    <circle cx="40" cy="30" r="9" fill="#CC0000" />
    
    <!-- Pepperoni -->
    <ellipse cx="-30" cy="-10" rx="7" ry="5" fill="#541c1c" transform="rotate(30, -30, -10)" />
    <ellipse cx="25" cy="20" rx="8" ry="6" fill="#541c1c" transform="rotate(-20, 25, 20)" />
    
    <!-- Cheese Drips -->
    <path d="M-25,30 Q-22,45 -28,50" fill="none" stroke="#f7d06b" stroke-width="3" />
    <path d="M15,50 Q20,65 12,75" fill="none" stroke="#f7d06b" stroke-width="2" />
    
    <!-- Pizza Glisten -->
    <circle cx="0" cy="0" r="3" fill="white" opacity="0.5" />
    <circle cx="30" cy="15" r="2" fill="white" opacity="0.5" />
  </g>

  <!-- Cat Surfer -->
  <g transform="translate(150, 160) rotate(-5)">
    <!-- Cat Body -->
    <ellipse cx="0" cy="0" rx="20" ry="15" fill="#686868" />
    
    <!-- Cat Head -->
    <circle cx="15" cy="-10" r="12" fill="#686868" />
    
    <!-- Cat Face -->
    <circle cx="19" cy="-14" r="1.5" fill="black" />
    <circle cx="11" cy="-14" r="1.5" fill="black" />
    <path d="M12,-8 Q15,-6 18,-8" fill="none" stroke="black" stroke-width="1" />
    
    <!-- Cat Ears -->
    <path d="M25,-18 L18,-16 L20,-8 Z" fill="#686868" />
    <path d="M5,-18 L12,-16 L10,-8 Z" fill="#686868" />
    <path d="M25,-18 L22,-16 L20,-8" fill="#4a4a4a" stroke="none" />
    <path d="M5,-18 L8,-16 L10,-8" fill="#4a4a4a" stroke="none" />
    
    <!-- Cat Tail -->
    <path d="M-20,0 C-25,10 -35,-5 -25,-15" fill="none" stroke="#686868" stroke-width="5" stroke-linecap="round" />
    
    <!-- Surfing Stance -->
    <rect x="-10" y="8" width="10" height="4" fill="#383838" rx="2" ry="2" />
    <rect x="5" y="8" width="10" height="4" fill="#383838" rx="2" ry="2" />
    
    <!-- Sunglasses -->
    <path d="M9,-14 H21" stroke="#000" stroke-width="1" />
    <path d="M9,-14 Q7,-12 9,-10 Q11,-8 14,-10 Q16,-12 14,-14 Z" fill="#222" />
    <path d="M21,-14 Q23,-12 21,-10 Q19,-8 16,-10 Q14,-12 16,-14 Z" fill="#222" />
    
    <!-- Cool Cosmic Aura -->
    <circle cx="15" cy="-10" r="20" fill="none" stroke="#7e42ff" stroke-width="1" opacity="0.5">
      <animate attributeName="r" values="20;22;20" dur="3s" repeatCount="indefinite" />
      <animate attributeName="opacity" values="0.5;0.3;0.5" dur="3s" repeatCount="indefinite" />
    </circle>
  </g>

  <!-- Pizza Space Dust & Cosmic Sparkles -->
  <g>
    <circle cx="100" cy="170" r="1.2" fill="#ff9d5c" opacity="0.8" />
    <circle cx="180" cy="190" r="1.8" fill="#ff9d5c" opacity="0.7" />
    <circle cx="130" cy="200" r="1.5" fill="#ff9d5c" opacity="0.9" />
    <circle cx="160" cy="160" r="1" fill="#ff9d5c" opacity="0.6" />
    <circle cx="135" cy="220" r="2" fill="#7e42ff" opacity="0.7" />
    <circle cx="190" cy="210" r="1.2" fill="#7e42ff" opacity="0.8" />
    <circle cx="110" cy="205" r="1.5" fill="#7e42ff" opacity="0.6" />
  </g>

  <!-- Motion Lines -->
  <path d="M220,170 C230,165 240,168 250,165" stroke="white" stroke-width="1" opacity="0.6" />
  <path d="M220,180 C235,177 245,182 260,178" stroke="white" stroke-width="1" opacity="0.5" />
  <path d="M210,190 C225,188 240,192 255,188" stroke="white" stroke-width="1" opacity="0.4" />
</svg>
SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="cosmicGradient">
      <stop offset="0%" stop-color="#000"/>
      <stop offset="100%" stop-color="#003366"/>
    </radialGradient>
    <pattern id="stars" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="1" cy="1" r="0.5" fill="white"/>
    </pattern>
    <linearGradient id="pizzaCrust">
      <stop offset="0%" stop-color="#8B4513"/>
      <stop offset="100%" stop-color="#A0522D"/>
    </linearGradient>
    <linearGradient id="cheese">
      <stop offset="0%" stop-color="#FFFDD0"/>
      <stop offset="100%" stop-color="#FFE44D"/>
    </linearGradient>
    <linearGradient id="tomato">
      <stop offset="0%" stop-color="#FF6B6B"/>
      <stop offset="100%" stop-color="#FF8787"/>
    </linearGradient>
    <linearGradient id="catFur">
      <stop offset="0%" stop-color="#FFFFFF"/>
      <stop offset="100%" stop-color="#888"/>
    </linearGradient>
  </defs>
  <rect width="300" height="300" fill="url(#cosmicGradient)"/>
  <g transform="translate(150,150)">
    <path d="M-100,50 Q0,0 100,50" fill="url(#tomato)" stroke="#FF4444" stroke-width="2"/>
    <rect x="-80" y="-20" width="160" height="40" rx="20" fill="url(#cheese)"/>
    <g transform="translate(-40,10)">
      <circle cx="0" cy="0" r="8" fill="#FF6B6B"/>
      <circle cx="20" cy="0" r="8" fill="#FF6B6B"/>
      <circle cx="40" cy="0" r="8" fill="#FF6B6B"/>
    </g>
    <rect x="-100" y="-40" width="200" height="20" rx="10" fill="url(#pizzaCrust)"/>
  </g>
  <g transform="translate(100,120)">
    <path d="M0,0 Q50,-20 100,0" fill="none" stroke="#98FB98" stroke-width="4"/>
    <path d="M50,-20 Q100,-40 150,-20" fill="none" stroke="#98FB98" stroke-width="4"/>
  </g>
  <g transform="translate(120,100)">
    <polygon points="-20,0 20,0 0,40" fill="url(#catFur)" stroke="#666" stroke-width="2"/>
    <circle cx="0" cy="0" r="15" fill="url(#catFur)" stroke="#666" stroke-width="2"/>
    <rect x="-5" y="-25" width="10" height="20" rx="5" fill="#98FB98"/>
    <path d="M-30,20 Q-20,10 -10,20" fill="#98FB98"/>
    <path d="M10,20 Q20,10 30,20" fill="#98FB98"/>
  </g>
  <g transform="translate(140,80)">
    <circle cx="0" cy="0" r="8" fill="#98FB98"/>
    <circle cx="15" cy="0" r="8" fill="#98FB98"/>
    <circle cx="30" cy="0" r="8" fill="#98FB98"/>
  </g>
  <rect x="0" y="250" width="300" height="50" rx="25" fill="url(#tomato)" opacity="0.5"/>
  <g transform="translate(150,270)">
    <circle cx="0" cy="0" r="20" fill="#98FB98"/>
    <circle cx="30" cy="0" r="20" fill="#98FB98"/>
    <circle cx="60" cy="0" r="20" fill="#98FB98"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet (2025-02-19) Player 1

Judge's Analysis

    Player 1's image effectively captures the whimsical and imaginative nature of the prompt with a cat surfing on a pizza slice amidst a cosmic background.

    The use of colors and playful element of the cat with sunglasses adds to the visual appeal and creativity.

    Player 2's image lacks clarity in terms of depicting the theme and does not convey the concept as directly or engagingly.

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
55
Player 2
22
Rectangles

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

Player 1
3
Player 2
5
Circles

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

Player 1
29
Player 2
11
Ellipses

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

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

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

Player 1
20
Player 2
5
Groups

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

Player 1
4
Player 2
6

Visual Effects Metrics

Gradients

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

Player 1
4
Player 2
5
Patterns

The number of pattern definitions (pattern) in the SVG.

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

The number of elements with stroke attributes in the SVG.

Player 1
12
Player 2
5

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
23
Player 2
13

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
2
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
4
Player 2
6

Complexity Metrics

Path Commands

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

Player 1
84
Player 2
10
Max Group Nesting

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

Player 1
Player 2
1
Defs Elements

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

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