Back

SVG Drawing Match #1261

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Floating city on a giant turtle's back, under a starry sky"

SVG by Claude 3.7 Sonnet (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Background with starry sky -->
  <defs>
    <radialGradient id="skyGradient" cx="50%" cy="50%" r="80%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#0c164f" />
      <stop offset="80%" stop-color="#050824" />
      <stop offset="100%" stop-color="#020412" />
    </radialGradient>
    
    <radialGradient id="turtleShellGradient" cx="50%" cy="50%" r="70%" fx="40%" fy="30%">
      <stop offset="0%" stop-color="#4a7c59" />
      <stop offset="70%" stop-color="#2c4c36" />
      <stop offset="100%" stop-color="#1a2c20" />
    </radialGradient>
    
    <filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
      <feGaussianBlur stdDeviation="2" result="blur" />
      <feComposite in="SourceGraphic" in2="blur" operator="over" />
    </filter>
    
    <pattern id="cityLights" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="0.8" fill="#fffce0" opacity="0.7" />
    </pattern>
  </defs>
  
  <!-- Sky background -->
  <rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Stars -->
  <g id="stars">
    <circle cx="25" cy="40" r="0.8" fill="white" opacity="0.8" />
    <circle cx="50" cy="30" r="0.6" fill="white" opacity="0.7" />
    <circle cx="75" cy="15" r="1" fill="white" opacity="0.9" />
    <circle cx="90" cy="45" r="0.7" fill="white" opacity="0.8" />
    <circle cx="125" cy="25" r="0.9" fill="white" opacity="0.9" />
    <circle cx="160" cy="20" r="0.7" fill="white" opacity="0.7" />
    <circle cx="200" cy="30" r="1.1" fill="white" opacity="0.9" />
    <circle cx="220" cy="15" r="0.8" fill="white" opacity="0.8" />
    <circle cx="260" cy="35" r="0.6" fill="white" opacity="0.7" />
    <circle cx="280" cy="25" r="0.7" fill="white" opacity="0.8" />
    <circle cx="30" cy="60" r="0.7" fill="white" opacity="0.7" />
    <circle cx="70" cy="50" r="0.6" fill="white" opacity="0.6" />
    <circle cx="170" cy="45" r="0.7" fill="white" opacity="0.7" />
    <circle cx="230" cy="50" r="0.9" fill="white" opacity="0.8" />
    <circle cx="270" cy="55" r="0.8" fill="white" opacity="0.7" />
  </g>
  
  <!-- Larger stars with glow -->
  <g filter="url(#glow)">
    <circle cx="40" cy="25" r="1.2" fill="white" />
    <circle cx="180" cy="30" r="1.5" fill="white" />
    <circle cx="250" cy="20" r="1.3" fill="white" />
    <circle cx="100" cy="35" r="1.4" fill="white" />
  </g>
  
  <!-- Moon -->
  <circle cx="250" cy="50" r="12" fill="#fffce0" opacity="0.9" />
  <circle cx="245" cy="46" r="4" fill="#e5e1c5" opacity="0.7" />
  <circle cx="254" cy="54" r="3" fill="#e5e1c5" opacity="0.6" />
  
  <!-- Water -->
  <path d="M0,300 L300,300 L300,180 Q270,190 240,180 Q210,170 180,180 Q150,190 120,180 Q90,170 60,180 Q30,190 0,180 Z" fill="#1a3a5a" />
  <path d="M0,300 L300,300 L300,190 Q270,195 240,190 Q210,185 180,190 Q150,195 120,190 Q90,185 60,190 Q30,195 0,190 Z" fill="#2a5a8a" opacity="0.5" />
  
  <!-- Turtle body -->
  <ellipse cx="150" cy="220" rx="120" ry="80" fill="#2c4c36" />
  
  <!-- Turtle shell -->
  <ellipse cx="150" cy="210" rx="100" ry="65" fill="url(#turtleShellGradient)" />
  
  <!-- Shell patterns -->
  <g fill="none" stroke="#1a2c20" stroke-width="1.5">
    <path d="M150,145 C180,155 200,180 200,210 C200,240 180,265 150,275 C120,265 100,240 100,210 C100,180 120,155 150,145 Z" />
    <path d="M150,155 C175,165 190,185 190,210 C190,235 175,255 150,265 C125,255 110,235 110,210 C110,185 125,165 150,155 Z" />
    <path d="M150,165 C170,175 180,190 180,210 C180,230 170,245 150,255 C130,245 120,230 120,210 C120,190 130,175 150,165 Z" />
    <line x1="150" y1="145" x2="150" y2="275" />
    <line x1="100" y1="210" x2="200" y2="210" />
    <path d="M115,175 C125,170 140,165 150,165 C160,165 175,170 185,175" />
    <path d="M115,245 C125,250 140,255 150,255 C160,255 175,250 185,245" />
  </g>
  
  <!-- Turtle head -->
  <path d="M80,200 C70,195 65,205 70,215 C75,225 85,225 90,220 L95,225" fill="#3d6147" />
  <circle cx="73" cy="212" r="2" fill="#121212" />
  
  <!-- Turtle legs -->
  <path d="M75,180 C65,165 70,155 80,152 C90,160 87,175 75,180 Z" fill="#3d6147" />
  <path d="M75,240 C65,255 70,265 80,268 C90,260 87,245 75,240 Z" fill="#3d6147" />
  <path d="M225,180 C235,165 230,155 220,152 C210,160 213,175 225,180 Z" fill="#3d6147" />
  <path d="M225,240 C235,255 230,265 220,268 C210,260 213,245 225,240 Z" fill="#3d6147" />
  
  <!-- Tail -->
  <path d="M230,210 C245,215 255,208 250,200 C245,195 240,200 230,210 Z" fill="#3d6147" />
  
  <!-- Floating city -->
  <g transform="translate(150, 180) scale(0.8)">
    <!-- City platform -->
    <path d="M-60,-50 C-60,-60 -30,-70 0,-70 C30,-70 60,-60 60,-50 C60,-40 30,-30 0,-30 C-30,-30 -60,-40 -60,-50 Z" fill="#7a8c98" />
    
    <!-- City buildings -->
    <rect x="-55" y="-65" width="10" height="25" fill="#364c59" />
    <rect x="-42" y="-80" width="8" height="40" fill="#4a5c69" />
    <rect x="-30" y="-70" width="12" height="30" fill="#596c79" />
    <path d="M-15,-75 L-10,-90 L-5,-75 Z" fill="#697c89" />
    <rect x="-15" y="-75" width="10" height="35" fill="#697c89" />
    <rect x="0" y="-95" width="15" height="55" fill="#4a5c69" />
    <rect x="20" y="-75" width="10" height="35" fill="#596c79" />
    <rect x="35" y="-85" width="8" height="45" fill="#364c59" />
    <rect x="47" y="-65" width="12" height="25" fill="#697c89" />
    
    <!-- Central tower -->
    <rect x="-6" y="-105" width="12" height="20" fill="#364c59" />
    <path d="M-8,-105 L0,-115 L8,-105 Z" fill="#697c89" />
    
    <!-- Windows (pattern) -->
    <rect x="-55" y="-65" width="110" height="35" fill="url(#cityLights)" opacity="0.8" />
    
    <!-- Small details -->
    <rect x="-30" y="-75" width="4" height="5" fill="#7a8c98" />
    <rect x="20" y="-80" width="4" height="5" fill="#7a8c98" />
    <rect x="38" y="-90" width="3" height="5" fill="#7a8c98" />
    <circle cx="0" cy="-80" r="3" fill="#8a9ca8" />
    <path d="M-50,-50 Q-40,-60 -30,-50" fill="none" stroke="#8a9ca8" stroke-width="1" />
    <path d="M30,-50 Q40,-60 50,-50" fill="none" stroke="#8a9ca8" stroke-width="1" />
  </g>
  
  <!-- Hanging lights -->
  <g filter="url(#glow)">
    <circle cx="120" cy="170" r="1.5" fill="#fffce0" />
    <circle cx="160" cy="155" r="1.5" fill="#fffce0" />
    <circle cx="180" cy="175" r="1.5" fill="#fffce0" />
    <circle cx="135" cy="155" r="1.5" fill="#fffce0" />
  </g>
  
  <!-- Water reflections -->
  <ellipse cx="150" cy="290" rx="100" ry="20" fill="#2a5a8a" opacity="0.3" />
  <ellipse cx="150" cy="290" rx="80" ry="15" fill="#3a6a9a" opacity="0.2" />
  
  <!-- Falling stars -->
  <g>
    <path d="M80,10 L85,20" stroke="white" stroke-width="0.5" opacity="0.8">
      <animate attributeName="opacity" values="0.8;0;0.8" dur="5s" repeatCount="indefinite" />
    </path>
    <path d="M210,5 L215,15" stroke="white" stroke-width="0.5" opacity="0.8">
      <animate attributeName="opacity" values="0.8;0;0.8" dur="7s" repeatCount="indefinite" />
    </path>
    <path d="M280,70 L275,80" stroke="white" stroke-width="0.5" opacity="0.8">
      <animate attributeName="opacity" values="0.8;0;0.8" dur="6s" repeatCount="indefinite" />
    </path>
  </g>
</svg>
SVG by Llama 3.1 405B Instruct
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Gradient background -->
  <defs>
    <linearGradient id="starrySky" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#181818" stop-opacity="1" />
      <stop offset="25%" stop-color="#232946" stop-opacity="1" />
      <stop offset="50%" stop-color="#42559B" stop-opacity="1" />
      <stop offset="75%" stop-color="#6497E3" stop-opacity="1" />
      <stop offset="100%" stop-color="#4540d4" stop-opacity="1" />
    </linearGradient>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="url(#starrySky)" />
  
  <!-- Starry sky -->
  <g>
    <circle cx="10" cy="10" r="2" fill="#fff" opacity="0.5" />
    <circle cx="50" cy="150" r="3" fill="#fff" opacity="0.7" />
    <circle cx="200" cy="250" r="1" fill="#fff" opacity="0.3" />
    <circle cx="80" cy="200" r="2" fill="#fff" opacity="0.5" />
    <circle cx="250" cy="100" r="3" fill="#fff" opacity="0.8" />
  </g>
  
  <!-- Giant turtle -->
  <g transform="translate(75, 175)">
    <ellipse cx="0" cy="0" rx="60" ry="45" fill="#3498DB" />
    <polygon points="-40,0 40,0 0,-45" fill="#95A5A6" />
    <polygon points="-25,-35 25,-35 0,-65" fill="# 같095" />
    <ellipse cx="12" cy="-25" rx="5" ry="3" fill="#154360" />
    <ellipse cx="-12" cy="-25" rx="5" ry="3" fill="#154360" />
  </g>
  
  <!-- City -->
  <g transform="translate(120, 100)">
    <rect x="0" y="0" width="80" height="100" fill="#F7DC6F" />
    <polygon points="0,100 80,100 40,120" fill="#E67E73" />
    <polygon points="10,70 30,50 50,70" fill="#C3867A" />
    <polygon points="55,70 75,50 60,55" fill="#B25563" />
    <circle cx="40" cy="60" r="10" fill="#3498DB" />
  </g>
  
  <!-- Patterns -->
  <g transform="translate(195, 60)">
    <pattern id="buildings" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="10" height="10" fill="#D2D2D2" />
      <rect x="10" y="0" width="10" height="10" fill="#565656" />
      <rect x="0" y="10" width="10" height="10" fill="#565656" />
      <rect x="10" y="10" width="10" height="10" fill="#D2D2D2" />
    </pattern>
    <rect x="0" y="0" width="50" height="80" fill="url(#buildings)" />
  </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 concept of a 'floating city on a giant turtle's back under a starry sky' with a clear depiction of a city atop a turtle and a starry night sky.

    The composition is cohesive and visually appealing, adhering closely to the prompt.

    In contrast, Player 2's submission lacks recognizable elements related to the theme, making it less effective in conveying the intended idea.

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
70
Player 2
21
Rectangles

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

Player 1
14
Player 2
7
Circles

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

Player 1
29
Player 2
6
Ellipses

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

Player 1
4
Player 2
3
Lines

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

Player 1
2
Player 2
Polygons

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

Player 1
Player 2
5
Paths

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

Player 1
21
Player 2
Groups

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

Player 1
6
Player 2
4

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
6
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
20
Player 2
15

Interactivity Metrics

Animations

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

Player 1
3
Player 2
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
1
Player 2
3

Complexity Metrics

Path Commands

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

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