Back

SVG Drawing Match #1558

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A flying fish playing a violin in a moonlit sky"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Gradients and Filters -->
  <defs>
    <radialGradient id="moonGlow" cx="70%" cy="30%" r="70%">
      <stop offset="0%" stop-color="#FFFFFF" />
      <stop offset="25%" stop-color="#FFFCE6" />
      <stop offset="100%" stop-color="#FFE066" />
    </radialGradient>
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#0A0E2A" />
      <stop offset="70%" stop-color="#1A237E" />
      <stop offset="100%" stop-color="#283593" />
    </linearGradient>
    <linearGradient id="fishBody" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#64B5F6" />
      <stop offset="50%" stop-color="#2196F3" />
      <stop offset="100%" stop-color="#0D47A1" />
    </linearGradient>
    <linearGradient id="fishFin" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#E1F5FE" />
      <stop offset="100%" stop-color="#4FC3F7" />
    </linearGradient>
    <linearGradient id="violin" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#8D6E63" />
      <stop offset="50%" stop-color="#A1887F" />
      <stop offset="100%" stop-color="#6D4C41" />
    </linearGradient>
    <filter id="glowFilter" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="4" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
    <filter id="softShadow" x="-10%" y="-10%" width="120%" height="120%">
      <feDropShadow dx="2" dy="2" stdDeviation="3" flood-color="#000" flood-opacity="0.3" />
    </filter>
    <pattern id="starsPattern" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="0.8" fill="white" />
      <circle cx="20" cy="25" r="0.6" fill="white" />
      <circle cx="30" cy="15" r="1" fill="white" />
      <circle cx="40" cy="30" r="0.7" fill="white" />
      <circle cx="15" cy="40" r="0.9" fill="white" />
      <circle cx="35" cy="5" r="0.7" fill="white" />
    </pattern>
  </defs>

  <!-- Background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
  <rect x="0" y="0" width="300" height="300" fill="url(#starsPattern)" />
  
  <!-- Moon -->
  <circle cx="230" cy="70" r="35" fill="url(#moonGlow)" filter="url(#glowFilter)" />
  <circle cx="220" cy="65" r="8" fill="#E5E5E5" opacity="0.6" />
  <circle cx="245" cy="80" r="5" fill="#E5E5E5" opacity="0.6" />
  <circle cx="235" cy="90" r="7" fill="#E5E5E5" opacity="0.6" />
  
  <!-- Music Notes -->
  <g filter="url(#softShadow)">
    <path d="M90,90 Q120,70 150,95" fill="none" stroke="#AEEA00" stroke-width="1" stroke-dasharray="2,3" />
    <path d="M180,120 Q140,100 120,130" fill="none" stroke="#AEEA00" stroke-width="1" stroke-dasharray="2,3" />
    <g transform="translate(90,90)">
      <ellipse cx="0" cy="0" rx="4" ry="3" fill="#AEEA00" />
      <line x1="4" y1="0" x2="4" y2="-15" stroke="#AEEA00" stroke-width="1.5" />
    </g>
    <g transform="translate(120,130)">
      <ellipse cx="0" cy="0" rx="4" ry="3" fill="#AEEA00" />
      <line x1="4" y1="0" x2="4" y2="-15" stroke="#AEEA00" stroke-width="1.5" />
    </g>
    <g transform="translate(150,95)">
      <ellipse cx="0" cy="0" rx="4" ry="3" fill="#AEEA00" />
      <line x1="4" y1="0" x2="4" y2="-15" stroke="#AEEA00" stroke-width="1.5" />
    </g>
    <g transform="translate(180,120)">
      <ellipse cx="0" cy="0" rx="4" ry="3" fill="#AEEA00" />
      <line x1="4" y1="0" x2="4" y2="-15" stroke="#AEEA00" stroke-width="1.5" />
    </g>
  </g>
  
  <!-- Flying Fish -->
  <g transform="translate(150, 150) rotate(15)">
    <!-- Fish Body -->
    <path d="M0,0 C20,-15 50,-15 70,0 C85,10 90,20 100,25 C90,30 85,40 70,50 C50,65 20,65 0,50 C-10,40 -10,10 0,0 Z" fill="url(#fishBody)" filter="url(#softShadow)" />
    
    <!-- Scales -->
    <path d="M10,5 C15,0 25,0 30,5 C35,10 35,20 30,25 C25,30 15,30 10,25 C5,20 5,10 10,5 Z" fill="#81D4FA" opacity="0.6" transform="scale(0.5) translate(40, 40)" />
    <path d="M10,5 C15,0 25,0 30,5 C35,10 35,20 30,25 C25,30 15,30 10,25 C5,20 5,10 10,5 Z" fill="#81D4FA" opacity="0.6" transform="scale(0.5) translate(70, 40)" />
    <path d="M10,5 C15,0 25,0 30,5 C35,10 35,20 30,25 C25,30 15,30 10,25 C5,20 5,10 10,5 Z" fill="#81D4FA" opacity="0.6" transform="scale(0.5) translate(100, 40)" />
    <path d="M10,5 C15,0 25,0 30,5 C35,10 35,20 30,25 C25,30 15,30 10,25 C5,20 5,10 10,5 Z" fill="#81D4FA" opacity="0.6" transform="scale(0.5) translate(55, 70)" />
    <path d="M10,5 C15,0 25,0 30,5 C35,10 35,20 30,25 C25,30 15,30 10,25 C5,20 5,10 10,5 Z" fill="#81D4FA" opacity="0.6" transform="scale(0.5) translate(85, 70)" />
    
    <!-- Fins -->
    <path d="M30,5 C40,-10 60,-20 80,-15 C60,0 60,10 30,5 Z" fill="url(#fishFin)" opacity="0.8" />
    <path d="M30,45 C40,60 60,70 80,65 C60,50 60,40 30,45 Z" fill="url(#fishFin)" opacity="0.8" />
    <path d="M100,25 C120,15 140,20 150,30 C140,35 130,35 100,25 Z" fill="url(#fishFin)" opacity="0.9" />
    
    <!-- Fish Eye -->
    <circle cx="15" cy="20" r="8" fill="#E1F5FE" />
    <circle cx="15" cy="20" r="4" fill="#01579B" />
    <circle cx="13" cy="18" r="2" fill="white" />
    
    <!-- Fish Lips -->
    <path d="M0,25 C-5,20 -8,18 -10,25 C-8,32 -5,30 0,25 Z" fill="#0D47A1" />
  </g>
  
  <!-- Violin -->
  <g transform="translate(125, 140) rotate(-15)">
    <!-- Violin Body -->
    <path d="M0,0 C5,-10 15,-15 25,-10 C35,-5 45,-15 55,-10 C65,-5 55,30 45,40 C40,45 30,45 25,40 C20,45 10,45 5,40 C-5,30 -5,-5 0,0 Z" fill="url(#violin)" filter="url(#softShadow)" />
    
    <!-- F-Holes -->
    <path d="M15,15 C17,12 19,12 21,15 C19,18 17,18 15,15 Z" fill="#4E342E" />
    <path d="M35,15 C37,12 39,12 41,15 C39,18 37,18 35,15 Z" fill="#4E342E" />
    
    <!-- Strings -->
    <line x1="20" y1="-5" x2="20" y2="35" stroke="#D7CCC8" stroke-width="0.5" />
    <line x1="25" y1="-5" x2="25" y2="35" stroke="#D7CCC8" stroke-width="0.5" />
    <line x1="30" y1="-5" x2="30" y2="35" stroke="#D7CCC8" stroke-width="0.5" />
    <line x1="35" y1="-5" x2="35" y2="35" stroke="#D7CCC8" stroke-width="0.5" />
    
    <!-- Violin Neck -->
    <rect x="22.5" y="-25" width="10" height="20" fill="#5D4037" />
    
    <!-- Scroll -->
    <path d="M20,-30 C15,-35 25,-45 30,-40 C35,-35 25,-25 20,-30 Z" fill="#5D4037" />
    
    <!-- Tuning Pegs -->
    <rect x="18" y="-33" width="5" height="3" fill="#3E2723" transform="rotate(-20, 18, -33)" />
    <rect x="18" y="-37" width="5" height="3" fill="#3E2723" transform="rotate(-20, 18, -37)" />
    <rect x="32" y="-33" width="5" height="3" fill="#3E2723" transform="rotate(20, 32, -33)" />
    <rect x="32" y="-37" width="5" height="3" fill="#3E2723" transform="rotate(20, 32, -37)" />
    
    <!-- Bow -->
    <path d="M-20,20 C-10,10 40,-30 50,-35" fill="none" stroke="#8D6E63" stroke-width="2" />
    <path d="M-20,20 C-10,18 40,-32 50,-35" fill="none" stroke="#D7CCC8" stroke-width="1" />
  </g>
  
  <!-- Water Splashes -->
  <g filter="url(#softShadow)" opacity="0.7">
    <path d="M80,190 Q90,175 100,190 Q110,170 120,190" stroke="#81D4FA" fill="none" stroke-width="2" />
    <path d="M180,210 Q190,195 200,210 Q210,190 220,210" stroke="#81D4FA" fill="none" stroke-width="2" />
    <path d="M130,220 Q140,205 150,220 Q160,200 170,220" stroke="#81D4FA" fill="none" stroke-width="2" />
    <circle cx="90" cy="175" r="2" fill="#E1F5FE" />
    <circle cx="110" cy="170" r="1.5" fill="#E1F5FE" />
    <circle cx="190" cy="195" r="2" fill="#E1F5FE" />
    <circle cx="210" cy="190" r="1.5" fill="#E1F5FE" />
    <circle cx="140" cy="205" r="2" fill="#E1F5FE" />
    <circle cx="160" cy="200" r="1.5" fill="#E1F5FE" />
  </g>
  
  <!-- Moonlight Beams -->
  <g opacity="0.2">
    <path d="M230,70 L150,150" stroke="#FFF9C4" stroke-width="20" stroke-opacity="0.1" />
    <path d="M230,70 L200,180" stroke="#FFF9C4" stroke-width="15" stroke-opacity="0.1" />
    <path d="M230,70 L100,130" stroke="#FFF9C4" stroke-width="25" stroke-opacity="0.1" />
  </g>
</svg>
SVG by Qwen-2.5-32B
<svg width="300" height="300" 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="#001f4d"/>
      <stop offset="100%" stop-color="#004d99"/>
    </linearGradient>
    <linearGradient id="moonGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ffffff"/>
      <stop offset="100%" stop-color="#c0c0c0"/>
    </linearGradient>
    <pattern id="moonPattern" patternUnits="userSpaceOnUse" width="30" height="30">
      <circle cx="15" cy="15" r="15" fill="url(#moonGradient)"/>
    </pattern>
    <linearGradient id="fishGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#00bfff"/>
      <stop offset="100%" stop-color="#007fff"/>
    </linearGradient>
    <linearGradient id="violinGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#ff6347"/>
      <stop offset="100%" stop-color="#ff4500"/>
    </linearGradient>
  </defs>
  <rect width="100%" height="100%" fill="url(#skyGradient)"/>
  <circle cx="250" cy="50" r="30" fill="url(#moonPattern)"/>
  <path d="M150 150 Q100 200 150 250 Q200 200 150 150" fill="url(#fishGradient)" stroke="black" stroke-width="2"/>
  <path d="M160 160 L140 180 L160 200 L180 180 Z" fill="url(#violinGradient)" stroke="black" stroke-width="1"/>
  <path d="M150 165 L170 165 L170 185 L150 185 Z" fill="black"/>
  <path d="M140 175 L160 175 L160 195 L140 195 Z" fill="black"/>
  <circle cx="155" cy="170" r="5" fill="white"/>
  <circle cx="145" cy="170" r="5" fill="white"/>
  <path d="M155 180 Q150 190 145 180" stroke="black" stroke-width="2" fill="none"/>
  <path d="M150 160 C145 150 155 140 150 130" stroke="black" stroke-width="2" fill="none"/>
</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 closely adheres to the prompt with a clear depiction of a fish playing a violin under a moonlit sky.

    The composition is creative and the use of musical notes adds to the theme.

    Player 2's image lacks clarity and detail, making it hard to discern the elements described in the prompt.

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
62
Player 2
11
Rectangles

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

Player 1
7
Player 2
1
Circles

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

Player 1
19
Player 2
4
Ellipses

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

Player 1
4
Player 2
Lines

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

Player 1
8
Player 2
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
24
Player 2
6
Groups

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

Player 1
9
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
18
Player 2
4

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
23
Player 2
9

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
15
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
96
Player 2
22
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
8
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