Back

SVG Drawing Match #2457

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Two penguins sword-fighting with candy canes on an iceberg under northern lights."

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="0" y2="1">
      <stop offset="0%" stop-color="#001f3f" />
      <stop offset="50%" stop-color="#003366" />
      <stop offset="100%" stop-color="#004080" />
    </linearGradient>
    <linearGradient id="northernLights" x1="0" y1="0" x2="1" y2="0">
      <stop offset="0%" stop-color="#00FF7F" />
      <stop offset="33%" stop-color="#FF1493" />
      <stop offset="66%" stop-color="#1E90FF" />
      <stop offset="100%" stop-color="#FFD700" />
    </linearGradient>
    <pattern id="icePattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="10" height="10" fill="#E0FFFF" />
      <circle cx="5" cy="5" r="2" fill="#B0E0E6" />
    </pattern>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur in="SourceAlpha" stdDeviation="3" result="blur" />
      <feMerge>
        <feMergeNode in="blur" />
        <feMergeNode in="SourceGraphic" />
      </feMerge>
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" />
  <rect x="0" y="100" width="300" height="200" fill="url(#icePattern)" />
  <path d="M0,100 Q150,50 300,100 L300,300 L0,300 Z" fill="#B0E0E6" />
  <path d="M0,100 Q150,50 300,100" stroke="url(#northernLights)" stroke-width="10" stroke-linecap="round" filter="url(#glow)" />
  <path d="M50,200 Q100,150 150,200 L150,250 L50,250 Z" fill="#ADD8E6" />
  <path d="M150,200 Q200,150 250,200 L250,250 L150,250 Z" fill="#ADD8E6" />
  <circle cx="100" cy="180" r="20" fill="#000" />
  <circle cx="200" cy="180" r="20" fill="#000" />
  <ellipse cx="100" cy="210" rx="25" ry="30" fill="#FFF" />
  <ellipse cx="200" cy="210" rx="25" ry="30" fill="#FFF" />
  <path d="M80,210 Q100,220 120,210" fill="none" stroke="#000" stroke-width="2" />
  <path d="M180,210 Q200,220 220,210" fill="none" stroke="#000" stroke-width="2" />
  <line x1="100" y1="180" x2="100" y2="210" stroke="#000" stroke-width="2" />
  <line x1="200" y1="180" x2="200" y2="210" stroke="#000" stroke-width="2" />
  <path d="M80,240 Q100,250 120,240" fill="none" stroke="#000" stroke-width="2" />
  <path d="M180,240 Q200,250 220,240" fill="none" stroke="#000" stroke-width="2" />
  <line x1="100" y1="240" x2="100" y2="250" stroke="#000" stroke-width="2" />
  <line x1="200" y1="240" x2="200" y2="250" stroke="#000" stroke-width="2" />
  <line x1="80" y1="200" x2="120" y2="200" stroke="#FF0000" stroke-width="6" stroke-linecap="round" />
  <line x1="180" y1="200" x2="220" y2="200" stroke="#FF0000" stroke-width="6" stroke-linecap="round" />
  <circle cx="80" cy="200" r="3" fill="#FF0000" />
  <circle cx="120" cy="200" r="3" fill="#FF0000" />
  <circle cx="180" cy="200" r="3" fill="#FF0000" />
  <circle cx="220" cy="200" r="3" fill="#FF0000" />
</svg>
SVG by o4-mini medium (2025-04-16)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="sky" x1="0" y1="0" x2="0" y2="300">
      <stop offset="0%" stop-color="#001022"/>
      <stop offset="100%" stop-color="#003055"/>
    </linearGradient>
    <linearGradient id="iceGrad" x1="0" y1="170" x2="0" y2="300">
      <stop offset="0%" stop-color="#e0f7ff"/>
      <stop offset="100%" stop-color="#a0e0ff"/>
    </linearGradient>
    <linearGradient id="auroraGradient" x1="0%" y1="0%" x2="100%" y2="0%">
      <stop offset="0%" stop-color="#76ff9e"/>
      <stop offset="100%" stop-color="transparent"/>
    </linearGradient>
    <linearGradient id="auroraGradient2" x1="100%" y1="0%" x2="0%" y2="0%">
      <stop offset="0%" stop-color="#c07fff"/>
      <stop offset="100%" stop-color="transparent"/>
    </linearGradient>
    <pattern id="candyStripe" patternUnits="userSpaceOnUse" width="4" height="4" patternTransform="rotate(45)">
      <rect width="4" height="4" fill="#fff"/>
      <rect width="2" height="4" fill="#e22"/>
    </pattern>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="4" result="blur"/>
      <feMerge>
        <feMergeNode in="blur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  <!-- sky -->
  <rect width="300" height="300" fill="url(#sky)"/>
  <!-- stars -->
  <g fill="#fff" opacity="0.8">
    <circle cx="50" cy="20" r="1.5"/>
    <circle cx="120" cy="40" r="2"/>
    <circle cx="250" cy="10" r="1.2"/>
    <circle cx="180" cy="60" r="1.7"/>
    <circle cx="80" cy="80" r="1.3"/>
    <circle cx="220" cy="90" r="1.4"/>
    <circle cx="30" cy="120" r="1"/>
    <circle cx="270" cy="130" r="1.6"/>
  </g>
  <!-- northern lights -->
  <g filter="url(#glow)" opacity="0.7">
    <path d="M0,80 Q150,20 300,80 L300,0 L0,0 Z" fill="url(#auroraGradient)"/>
    <path d="M0,100 Q150,50 300,100 L300,0 L0,0 Z" fill="url(#auroraGradient2)"/>
  </g>
  <!-- iceberg -->
  <polygon points="0,250 60,180 120,220 180,170 240,230 300,200 300,300 0,300"
           fill="url(#iceGrad)" stroke="#f0ffff" stroke-width="1"/>
  <!-- penguin 1 -->
  <g transform="translate(100,250) scale(0.5)">
    <!-- body -->
    <ellipse cx="0" cy="-40" rx="40" ry="50" fill="#111"/>
    <ellipse cx="0" cy="-30" rx="25" ry="35" fill="#fff"/>
    <!-- head -->
    <circle cx="0" cy="-100" r="25" fill="#111"/>
    <ellipse cx="0" cy="-95" rx="15" ry="20" fill="#fff"/>
    <!-- eyes -->
    <circle cx="-7" cy="-100" r="3" fill="#000"/>
    <circle cx="7" cy="-100" r="3" fill="#000"/>
    <!-- beak -->
    <polygon points="0,-90 10,-85 0,-80" fill="#f4a003"/>
    <!-- flippers -->
    <path d="M-40,-30 C-70,-40 -70,-20 -40,-15" fill="#111"/>
    <path d="M40,-30 C70,-40 70,-20 40,-15" fill="#111"/>
    <!-- feet -->
    <ellipse cx="-20" cy="10" rx="10" ry="5" fill="#f90"/>
    <ellipse cx="20" cy="10" rx="10" ry="5" fill="#f90"/>
    <!-- candy cane -->
    <g transform="translate(40,-15) rotate(-30)">
      <path d="M0,-60 L0,-20 A15,15 0 0 1 15,-5" fill="none" stroke="url(#candyStripe)" stroke-width="6" stroke-linecap="round"/>
    </g>
  </g>
  <!-- penguin 2 -->
  <g transform="translate(200,250) scale(-0.5,0.5)">
    <ellipse cx="0" cy="-40" rx="40" ry="50" fill="#111"/>
    <ellipse cx="0" cy="-30" rx="25" ry="35" fill="#fff"/>
    <circle cx="0" cy="-100" r="25" fill="#111"/>
    <ellipse cx="0" cy="-95" rx="15" ry="20" fill="#fff"/>
    <circle cx="-7" cy="-100" r="3" fill="#000"/>
    <circle cx="7" cy="-100" r="3" fill="#000"/>
    <polygon points="0,-90 10,-85 0,-80" fill="#f4a003"/>
    <path d="M-40,-30 C-70,-40 -70,-20 -40,-15" fill="#111"/>
    <path d="M40,-30 C70,-40 70,-20 40,-15" fill="#111"/>
    <ellipse cx="-20" cy="10" rx="10" ry="5" fill="#f90"/>
    <ellipse cx="20" cy="10" rx="10" ry="5" fill="#f90"/>
    <g transform="translate(40,-15) rotate(-30)">
      <path d="M0,-60 L0,-20 A15,15 0 0 1 15,-5" fill="none" stroke="url(#candyStripe)" stroke-width="6" stroke-linecap="round"/>
    </g>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O4-mini medium (2025-04-16) Player 2

Judge's Analysis

    Player 2's image better adheres to the prompt by featuring two penguins clearly holding candy canes on an iceberg with a detailed and colorful northern lights background.

    The composition and technical quality are more polished, while Player 1's image lacks clarity in the depiction of sword-fighting and has a less visually appealing northern lights representation.

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
26
Player 2
38
Rectangles

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

Player 1
3
Player 2
3
Circles

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

Player 1
7
Player 2
14
Ellipses

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

Player 1
2
Player 2
10
Lines

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

Player 1
6
Player 2
Polygons

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

Player 1
Player 2
3
Paths

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

Player 1
8
Player 2
8
Groups

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

Player 1
Player 2
6

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
11
Player 2
3

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
13
Player 2
14

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
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
25
Player 2
24
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
Player 2
1
Defs Elements

The number of elements defined within the defs element in the SVG.

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