Back

SVG Drawing Match #1018

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Surreal iceberg made of floating clocks"

SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="gradient1" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#2AF598" />
      <stop offset="50%" stop-color="#009FFD" />
      <stop offset="100%" stop-color="#2AF598" />
    </linearGradient>
    <pattern id="clock-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="2" fill="white" />
      <path d="M10 10 L10 5" stroke="white" stroke-width="1" />
      <path d="M10 10 L13 12" stroke="white" stroke-width="1" />
    </pattern>
  </defs>

  <g transform="translate(50 50)">
    <path d="M0 150 C 50 100, 100 50, 150 0 L 200 50 C 170 120, 180 180, 100 200 C 90 200, 10 190, 10 190 z" fill="url(#gradient1)" stroke="#000" stroke-width="2" filter="url(#blur-filter)"/>
    <path d="M30 80 C 80 50, 130 20, 180 50 L 230 100 C 200 170, 210 230, 130 250 C 120 250, 20 240, 20 240 z" fill="url(#clock-pattern)" stroke="#000" stroke-width="2" />

    <g transform="translate(60,100) rotate(20)">
      <ellipse cx="0" cy="0" rx="30" ry="15" fill="url(#gradient1)" />
      <circle cx="0" cy="0" r="5" fill="white"/>
      <path d="M0 0 L0 -10" stroke="white" stroke-width="2"/>
      <path d="M0 0 L15 5" stroke="white" stroke-width="2"/>
    </g>
    <g transform="translate(160,30) rotate(-30)">
      <ellipse cx="0" cy="0" rx="20" ry="10" fill="url(#gradient1)" />
      <circle cx="0" cy="0" r="3" fill="white"/>
      <path d="M0 0 L0 -7" stroke="white" stroke-width="1"/>
      <path d="M0 0 L10 3" stroke="white" stroke-width="1"/>
    </g>

  </g>
  <filter id="blur-filter">
    <feGaussianBlur in="SourceGraphic" stdDeviation="3" />
  </filter>

</svg>
SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#001F3F" />
      <stop offset="100%" stop-color="#003366" />
    </linearGradient>
    <linearGradient id="iceGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#A8DADC" />
      <stop offset="100%" stop-color="#E1FAF9" />
    </linearGradient>
    <linearGradient id="waterGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#0077BE" />
      <stop offset="100%" stop-color="#00A8E8" />
    </linearGradient>
    <pattern id="clockPattern" x="0" y="0" width="0.1" height="0.1">
      <circle cx="10" cy="10" r="8" fill="none" stroke="#333" stroke-width="2" />
      <line x1="10" y1="10" x2="10" y2="4" stroke="#333" stroke-width="2" />
      <line x1="10" y1="10" x2="14" y2="10" stroke="#333" stroke-width="2" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <path d="M150,250 C190,270 230,240 250,200 C270,160 240,120 200,100 C160,80 120,100 100,140 C80,180 110,230 150,250 Z" fill="url(#iceGradient)" />
  <path d="M150,250 C190,270 230,240 250,200 C270,160 240,120 200,100 C160,80 120,100 100,140 C80,180 110,230 150,250 Z" fill="url(#clockPattern)" opacity="0.6" />
  <ellipse cx="150" cy="280" rx="200" ry="40" fill="url(#waterGradient)" />
  <circle cx="150" cy="280" r="30" fill="#0077BE" />
  <g transform="translate(150,280)">
    <path d="M0,-20 Q20,-30 30,-10 T60,0 T30,10 T0,20 T-30,10 T-60,0 T-30,-10 T0,-20 Z" fill="#A8DADC" />
    <path d="M0,-20 Q20,-30 30,-10 T60,0 T30,10 T0,20 T-30,10 T-60,0 T-30,-10 T0,-20 Z" fill="url(#clockPattern)" opacity="0.6" />
  </g>
  <g transform="translate(120,200)">
    <circle cx="0" cy="0" r="15" fill="#E1FAF9" />
    <circle cx="0" cy="0" r="15" fill="url(#clockPattern)" opacity="0.6" />
  </g>
  <g transform="translate(180,220)">
    <circle cx="0" cy="0" r="15" fill="#E1FAF9" />
    <circle cx="0" cy="0" r="15" fill="url(#clockPattern)" opacity="0.6" />
  </g>
  <g transform="translate(90,250)">
    <circle cx="0" cy="0" r="15" fill="#E1FAF9" />
    <circle cx="0" cy="0" r="15" fill="url(#clockPattern)" opacity="0.6" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Gemini Pro 1.5 Player 1

Judge's Analysis

    Player 1's image creatively integrates clocks into the iceberg structure, with a dynamic and surreal composition that adheres well to the prompt.

    The use of gradients and floating clock designs enhances the visual appeal and contributes to a strong surreal atmosphere.

    Player 2's image, while visually appealing, lacks the same level of integration and conceptual clarity regarding 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
13
Player 2
16
Rectangles

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

Player 1
Player 2
1
Circles

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

Player 1
3
Player 2
8
Ellipses

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

Player 1
2
Player 2
1
Lines

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

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

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

Player 1
3
Player 2
4

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
8
Player 2
3

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
4
Player 2
7

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

Complexity Metrics

Path Commands

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

Player 1
24
Player 2
32
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
2
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