Back

SVG Drawing Match #1218

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A futuristic city skyline shaped like musical instruments"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="cityGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(69, 123, 157); stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(230, 57, 70); stop-opacity:1" />
    </linearGradient>
    <linearGradient id="fretboard" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:rgb(255, 214, 10); stop-opacity:1" />
      <stop offset="100%" style="stop-color:rgb(255, 133, 27); stop-opacity:1" />
    </linearGradient>
    <pattern id="strings" x="0" y="0" width=".1" height=".2">
      <line x1="0" y1="0" x2="0" y2="1" stroke="rgb(255,255,255)" stroke-width="0.5" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#cityGradient)" />
  <g transform="translate(50,50)">
    <!-- Guitar Body -->
    <path d="M0,150 C50,120 100,180 150,150 C200,120 250,180 300,150 L300,300 L0,300 Z" fill="#4a4e69" />
    <!-- Strings -->
    <rect x="50" y="0" width="200" height="300" fill="url(#strings)" fill-opacity="0.2"/>
    <!-- Guitar Neck -->
    <rect x="225" y="75" width="20" height="200" fill="url(#fretboard)" />
    <!-- Piano Building -->
    <rect x="75" y="100" width="50" height="150" fill="#f28482">
      <animate attributeName="y" from="100" to="90" dur="2s" repeatCount="indefinite" />
    </rect>
    <rect x="75" y="100" width="10" height="150" fill="black" opacity="0.5">
      <animate attributeName="y" from="100" to="90" dur="2s" repeatCount="indefinite" />
    </rect>
    <!-- Saxophone Tower -->
    <path d="M180,100 Q200,80 220,100 L240,150 Q220,185 200,150 Z" fill="#f25f5c">
      <animate attributeName="transform" type="rotate" values="0 210 125;2 210 125;0 210 125" dur="4s" repeatCount="indefinite" />
    </path>
  </g>
</svg>
SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background with animated stars -->
  <rect width="300" height="300" fill="linear-gradient(45, #0f0c29, #302b63, #24243e)" />
  <g id="stars">
    <circle cx="50" cy="50" r="1" fill="white" opacity="0.5" />
    <circle cx="150" cy="80" r="1" fill="white" opacity="0.5" />
    <circle cx="250" cy="30" r="1" fill="white" opacity="0.5" />
    <circle cx="120" cy="150" r="1" fill="white" opacity="0.5" />
    <circle cx="180" cy="250" r="1" fill="white" opacity="0.5" />
  </g>
  
  <!-- Cityscape -->
  <g transform="translate(0,180)">
    <!-- Guitar-shaped skyscraper -->
    <path d="M20 0 C30 0, 40 20, 20 20 L20 100 C15 150, 0 160, 0 180 L40 180 C50 180, 60 170, 20 160 L20 20 C25 15, 30 0, 20 0" 
          fill="linear-gradient(45, #ff6b6b, #ff8e8e, #ff6b6b)" />
    <path d="M20 100 L40 180 L60 100 L80 180 L100 100 L120 180 L140 100 L160 180 L180 100 L200 180 L220 100" 
          fill="#fff" stroke="#fff" stroke-width="2" opacity="0.7" />
    
    <!-- Violin-shaped tower -->
    <path d="M240 0 Q280 40, 280 80 Q270 100, 240 100 L240 0" fill="linear-gradient(45, #4a5568, #6c5ce7)" />
    <path d="M240 50 Q270 70, 270 90 Q240 110, 240 130" fill="#fff" opacity="0.3" />
    
    <!-- Saxophone building -->
    <path d="M280 0 C290 20, 300 40, 300 60 Q300 80, 280 100 Q260 80, 260 60 Q250 40, 240 20" 
          fill="linear-gradient(45, #2d3748, #48bb78)" />
    <rect x="260" y="30" width="20" height="40" fill="#48bb78" rx="5" />
    
    <!-- Piano-like structure -->
    <rect x="0" y="0" width="40" height="180" fill="linear-gradient(0, #000000, #2d3748)" />
    <rect x="10" y="160" width="20" height="20" fill="#fff" />
    <rect x="0" y="80" width="40" height="20" fill="#fff" opacity="0.2" />
    
    <!-- Bridge and connections -->
    <path d="M100 80 Q150 70, 200 80" stroke="#fff" stroke-width="4" opacity="0.7" />
    <path d="M200 100 Q230 90, 260 100" stroke="#fff" stroke-width="4" opacity="0.7" />
    
    <!-- Water reflection -->
    <path d="M0 180 Q150 -20, 300 180" fill="linear-gradient(45, #667eea, #764ba2)" opacity="0.3" />
    <path d="M0 180 Q150 40, 300 180" fill="#fff" opacity="0.1" />
    
    <!-- Transportation -->
    <rect x="50" y="170" width="200" height="10" fill="#2d3748" />
    <rect x="80" y="165" width="20" height="20" fill="#48bb78" rx="2" />
  </g>
</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 image creatively incorporates elements reminiscent of musical instruments into the skyline, such as the piano keys and curved shapes.

    The composition is more cohesive and visually engaging, with a clear adherence to the prompt.

    In contrast, Player 1's image lacks clear musical references and appears more abstract, which weakens its connection to the theme.

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

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

Player 1
5
Player 2
7
Circles

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

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

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

Player 1
1
Player 2
2

Visual Effects Metrics

Gradients

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

Player 1
2
Player 2
Patterns

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

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

The number of elements with stroke attributes in the SVG.

Player 1
1
Player 2
3

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
5
Player 2
4

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
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
11
Player 2
39
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
3
Player 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