Back

SVG Drawing Match #2344

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A penguin juggling flaming torches on an iceberg at sunset."

SVG by Gemini 2.5 Flash Preview High 04-17
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="sunsetGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:hsl(15, 80%, 60%);stop-opacity:1" />
      <stop offset="50%" style="stop-color:hsl(45, 90%, 50%);stop-opacity:1" />
      <stop offset="100%" style="stop-color:hsl(220, 70%, 30%);stop-opacity:1" />
    </linearGradient>
    <linearGradient id="icebergGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:#a0e0ff;stop-opacity:1" />
      <stop offset="50%" style="stop-color:#d0f0ff;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#e0ffff;stop-opacity:1" />
    </linearGradient>
    <linearGradient id="torchFlame" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color:yellow;stop-opacity:0.8" />
      <stop offset="50%" style="stop-color:orange;stop-opacity:1" />
      <stop offset="100%" style="stop-color:red;stop-opacity:0.8" />
    </linearGradient>
    <pattern id="snowTexture" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="2" cy="2" r="1" fill="white" opacity="0.6"/>
      <circle cx="7" cy="8" r="1" fill="white" opacity="0.6"/>
    </pattern>
  </defs>

  <!-- Background: Sunset -->
  <rect width="300" height="300" fill="url(#sunsetGradient)"/>

  <!-- Iceberg -->
  <path d="M 0 200 L 50 180 L 100 190 L 150 170 L 200 180 L 250 160 L 300 180 V 300 H 0 Z" fill="url(#icebergGradient)" stroke="#80c0ef" stroke-width="2"/>
  <path d="M 0 220 L 70 200 L 140 210 L 220 190 L 300 200 V 300 H 0 Z" fill="url(#icebergGradient)" opacity="0.8"/>
  <path d="M 50 185 C 80 170, 120 180, 150 175 C 180 170, 220 180, 250 170" fill="none" stroke="url(#icebergGradient)" stroke-width="5" stroke-linecap="round"/>
   <rect x="0" y="180" width="300" height="120" fill="url(#snowTexture)"/>

  <!-- Penguin -->
  <g transform="translate(150, 160)">
    <ellipse cx="0" cy="0" rx="20" ry="30" fill="#202020"/> <!-- Body -->
    <path d="M -15 -25 C -25 -35, -25 -45, -15 -55 L 0 -65 L 15 -55 C 25 -45, 25 -35, 15 -25 Z" fill="#202020"/> <!-- Head -->
    <ellipse cx="0" cy="-45" rx="8" ry="10" fill="white"/> <!-- Face -->
    <circle cx="-4" cy="-48" r="1.5" fill="#202020"/> <!-- Eye -->
    <circle cx="4" cy="-48" r="1.5" fill="#202020"/> <!-- Eye -->
    <path d="M -2 -40 C -1 -42, 1 -42, 2 -40 Q 0 -38, -2 -40 Z" fill="orange"/> <!-- Beak -->
    <path d="M -20 -10 Q -30 0, -20 10 Z" fill="#202020"/> <!-- Wing -->
    <path d="M 20 -10 Q 30 0, 20 10 Z" fill="#202020"/> <!-- Wing -->
    <path d="M -10 25 Q -5 30, 0 30 Q 5 30, 10 25 Z" fill="orange"/> <!-- Foot -->
  </g>

  <!-- Torches -->
  <g transform="translate(150, 130)">
    <g transform="rotate(-20)">
      <rect x="-2" y="-40" width="4" height="30" fill="#804000"/>
      <path d="M -5 -40 C -10 -50, 10 -50, 5 -40 Q 0 -60, -5 -40 Z" fill="url(#torchFlame)"/>
       <circle cx="0" cy="-45" r="5" fill="yellow" opacity="0.6">
        <animate attributeName="r" values="5;7;5" dur="1s" repeatCount="indefinite"/>
       </circle>
    </g>
    <g transform="rotate(20)">
      <rect x="-2" y="-40" width="4" height="30" fill="#804000"/>
      <path d="M -5 -40 C -10 -50, 10 -50, 5 -40 Q 0 -60, -5 -40 Z" fill="url(#torchFlame)"/>
      <circle cx="0" cy="-45" r="5" fill="yellow" opacity="0.6">
        <animate attributeName="r" values="5;7;5" dur="1s" begin="0.3s" repeatCount="indefinite"/>
      </circle>
    </g>
     <g transform="translate(0, -20)">
       <rect x="-2" y="-40" width="4" height="30" fill="#804000"/>
      <path d="M -5 -40 C -10 -50, 10 -50, 5 -40 Q 0 -60, -5 -40 Z" fill="url(#torchFlame)"/>
       <circle cx="0" cy="-45" r="5" fill="yellow" opacity="0.6">
        <animate attributeName="r" values="5;7;5" dur="1s" begin="0.6s" repeatCount="indefinite"/>
       </circle>
     </g>
  </g>

</svg>
SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Iceberg -->
  <rect x="100" y="150" width="100" height="100" rx="20" fill="#87CEEB" />
  <rect x="90" y="140" width="120" height="110" rx="20" fill="#ADD8E6" />
  <rect x="80" y="130" width="140" height="120" rx="20" fill="#C5E1F5" />
  
  <!-- Penguin -->
  <circle cx="150" cy="210" r="25" fill="#000" />
  <circle cx="130" cy="220" r="10" fill="#FFF" />
  <circle cx="170" cy="220" r="10" fill="#FFF" />
  <path d="M150 240 C150 240 140 250 130 250 L130 260 L170 260 L170 250 C170 250 160 240 150 240" fill="#000" />
  <path d="M130 250 L170 250" stroke="#000" stroke-width="5" />
  
  <!-- Flaming Torches -->
  <circle cx="120" cy="180" r="10" fill="url(#flame)" />
  <circle cx="150" cy="190" r="10" fill="url(#flame)" />
  <circle cx="180" cy="180" r="10" fill="url(#flame)" />
  
  <!-- Flame Gradient -->
  <linearGradient id="flame" x1="0" y1="0" x2="0" y2="1">
    <stop offset="0" stop-color="#FFC080" stop-opacity="1" />
    <stop offset="0.5" stop-color="#FFA07A" stop-opacity="1" />
    <stop offset="1" stop-color="#FF8F00" stop-opacity="1" />
  </linearGradient>
  
  <!-- Sunset Sky -->
  <rect x="0" y="0" width="300" height="300" fill="url(#sunset)" />
  
  <!-- Sunset Gradient -->
  <linearGradient id="sunset" x1="0" y1="0" x2="0" y2="1">
    <stop offset="0" stop-color="#FFC080" stop-opacity="1" />
    <stop offset="0.5" stop-color="#FFA07A" stop-opacity="1" />
    <stop offset="0.7" stop-color="#FF69B4" stop-opacity="1" />
    <stop offset="1" stop-color="#FF0033" stop-opacity="1" />
  </linearGradient>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Gemini 2.5 Flash Preview High 04-17 Player 1

Judge's Analysis

    Player 1's submission successfully represents the prompt with a penguin juggling flaming torches on an iceberg at sunset, incorporating creativity and adherence to the theme.

    The depiction includes clear elements such as the penguin, torches, iceberg, and sunset background.

    Player 2's submission, while visually appealing, lacks any elements related to the prompt and is not relevant 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
25
Player 2
12
Rectangles

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

Player 1
5
Player 2
4
Circles

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

Player 1
7
Player 2
6
Ellipses

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

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

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

Player 1
5
Player 2

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
2
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
6
Player 2
10

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

Complexity Metrics

Path Commands

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

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