Back

SVG Drawing Match #1999

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Surreal cityscape with buildings shaped like vegetables"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="carrotGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#ffdd57"/>
      <stop offset="100%" stop-color="#ff8f00"/>
    </linearGradient>
    <linearGradient id="broccoliGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#aad400"/>
      <stop offset="100%" stop-color="#467700"/>
    </linearGradient>
    <linearGradient id="eggplantGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#b04f97"/>
      <stop offset="100%" stop-color="#420066"/>
    </linearGradient>
    <radialGradient id="tomatoGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ff6961"/>
      <stop offset="100%" stop-color="#b22222"/>
    </radialGradient>
    
    <pattern id="windowPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect width="3" height="3" fill="white" />
    </pattern>
  </defs>

  <rect width="100%" height="100%" fill="#f5f5f5"/>
  
  <!-- Carrot Building -->
  <g transform="translate(50, 50)">
    <path d="M0,100 Q25,-20 50,100 Z" fill="url(#carrotGradient)" />
    <rect x="5" y="60" width="40" height="40" fill="url(#windowPattern)" />
  </g>
  
  <!-- Broccoli Building -->
  <g transform="translate(130, 80)">
    <path d="M20,100 L40,40 Q20,-10 0,40 L20,100Z" fill="url(#broccoliGradient)" />
    <circle cx="20" cy="20" r="20" fill="url(#broccoliGradient)" />
    <rect x="10" y="60" width="20" height="30" fill="url(#windowPattern)" />
  </g>

  <!-- Eggplant Building -->
  <g transform="translate(200, 50)">
    <ellipse cx="25" cy="50" rx="25" ry="50" fill="url(#eggplantGradient)" />
    <rect x="10" y="60" width="30" height="40" fill="url(#windowPattern)" />
  </g>
  
  <!-- Tomato Building -->
  <g transform="translate(250, 150)">
    <circle cx="20" cy="20" r="20" fill="url(#tomatoGradient)" />
    <rect x="10" y="20" width="20" height="20" fill="url(#windowPattern)" />
    <path d="M15,10 Q20,0 25,10 Z" fill="#467700" />
  </g>
</svg>
SVG by DeepSeek-R1-Distill-Qwen-32B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="carrotGrad" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#FFA500;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FF6B00;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="tomatoGrad" cx="50%" cy="50%" r="50%">
      <stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#FF3F3F;stop-opacity:1" />
    </radialGradient>
    <pattern id="broccoliPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <rect width="20" height="20" fill="#2ecc71" opacity="0.5"/>
    </pattern>
    <filter id="softGlow">
      <feGaussianBlur stdDeviation="4" result="glow"/>
      <feMerge>
        <feMergeNode in="glow"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  <rect width="300" height="300" fill="#87CEEB"/>
  <g transform="translate(50,150)">
    <rect width="40" height="60" fill="url(#carrotGrad)" rx="10"/>
    <path d="M20,0 Q40,20 20,40" fill="#FF6B00"/>
  </g>
  <g transform="translate(150,180)">
    <rect width="30" height="30" fill="url(#tomatoGrad)" rx="15"/>
    <circle cx="15" cy="15" r="10" fill="#FF6B6B"/>
  </g>
  <g transform="translate(250,200)">
    <rect width="30" height="40" fill="url(#broccoliPattern)" rx="10"/>
    <path d="M15,0 Q30,20 15,40" fill="#2ecc71"/>
  </g>
  <g transform="translate(100,250)">
    <rect width="50" height="50" fill="#4CAF50" rx="20"/>
    <rect width="20" height="20" x="15" y="15" fill="#45B749"/>
  </g>
  <g transform="translate(200,220)">
    <rect width="30" height="30" fill="#FFD700" rx="15"/>
    <circle cx="15" cy="15" r="10" fill="#FFD700"/>
  </g>
  <g transform="translate(30,280)">
    <rect width="40" height="40" fill="#8B4513" rx="20"/>
    <rect width="20" height="20" x="10" y="10" fill="#A0522D"/>
  </g>
  <g transform="translate(180,100)">
    <rect width="20" height="60" fill="#FF6B6B" rx="10"/>
    <rect width="10" height="10" x="5" y="50" fill="#FF4545"/>
  </g>
  <g transform="translate(50,80)">
    <rect width="30" height="80" fill="#FFD700" rx="15"/>
    <rect width="10" height="10" x="10" y="70" fill="#FFB712"/>
  </g>
  <g transform="translate(220,50)">
    <rect width="30" height="90" fill="#4CAF50" rx="15"/>
    <rect width="15" height="15" x="7.5" y="75" fill="#45B749"/>
  </g>
  <g transform="translate(10,200)">
    <rect width="40" height="50" fill="#FF6B6B" rx="20"/>
    <rect width="20" height="20" x="10" y="30" fill="#FF4545"/>
  </g>
  <g transform="translate(280,280)">
    <rect width="20" height="20" fill="#FFD700" rx="10"/>
    <circle cx="10" cy="10" r="5" fill="#FFB712"/>
  </g>
  <g transform="translate(140,240)">
    <rect width="30" height="30" fill="#4CAF50" rx="15"/>
    <rect width="10" height="10" x="10" y="10" fill="#45B749"/>
  </g>
  <g transform="translate(80,260)">
    <rect width="30" height="30" fill="#FF6B6B" rx="15"/>
    <rect width="10" height="10" x="10" y="10" fill="#FF4545"/>
  </g>
  <g transform="translate(240,260)">
    <rect width="30" height="30" fill="#FFD700" rx="15"/>
    <rect width="10" height="10" x="10" y="10" fill="#FFB712"/>
  </g>
  <rect width="300" height="300" fill="none" stroke="#2c3e50" stroke-width="2"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek-R1-Distill-Qwen-32B Player 2

Judge's Analysis

    Player 2's submission offers a more vibrant and complex interpretation of the prompt with a diverse array of colors and shapes, enhancing the surreal aspect of the cityscape.

    The technical quality is higher with smoother gradients and more dynamic composition, creating a visually appealing and imaginative scene.

    Player 1's work, while adhering to the prompt, lacks the same depth and creativity in execution.

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
12
Player 2
31
Rectangles

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

Player 1
6
Player 2
26
Circles

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

Player 1
2
Player 2
3
Ellipses

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

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

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

Player 1
3
Player 2
2
Groups

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

Player 1
4
Player 2
14

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2
12

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
4
Player 2
14

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
4
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
5
Player 2
4
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