Back

SVG Drawing Match #99

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Flying fish wearing top hats under a glowing full moon"

SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="moonGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#ffffff; stop-opacity:0.8" />
      <stop offset="100%" style="stop-color:#f0f0f0; stop-opacity:0" />
    </radialGradient>
    <linearGradient id="fishGradient" x1="0%" y1="100%" x2="100%" y2="0%">
      <stop offset="0%" style="stop-color:#00aaff; stop-opacity:1" />
      <stop offset="100%" style="stop-color:#0099cc; stop-opacity:1" />
    </linearGradient>
    <pattern id="hatPattern" width="10" height="10" patternUnits="userSpaceOnUse">
      <rect width="10" height="10" fill="#333" />
      <circle cx="5" cy="5" r="3" fill="#fff" />
    </pattern>
  </defs>
  
  <rect width="300" height="300" fill="#e0f7fa"/>
  
  <circle cx="150" cy="100" r="50" fill="url(#moonGlow)" />
  
  <g>
    <path d="M60 130 Q100 60 140 130 Q120 140 100 130 Q90 150 60 130 Z" fill="url(#fishGradient)" />
    <path d="M90 125 L100 115 L110 125 Z" fill="url(#hatPattern)" />
    <path d="M60 130 Q100 70 140 130 Q120 140 100 130 L90 125 L100 115 L110 125 Z" fill="none" stroke="#444" stroke-width="1" />
    
    <path d="M200 150 Q250 80 280 150 Q260 160 240 150 Q230 170 200 150 Z" fill="url(#fishGradient)" />
    <path d="M230 145 L240 135 L250 145 Z" fill="url(#hatPattern)" />
    <path d="M200 150 Q250 100 280 150 Q260 160 240 150 L230 145 L240 135 L250 145 Z" fill="none" stroke="#444" stroke-width="1" />
  </g>
  
  <g fill="#fff" font-family="Verdana" font-size="14">
    <text x="10" y="290">A whimsical night with flying fish!</text>
  </g>
</svg>
SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Moon -->
  <circle cx="150" cy="75" r="75" fill="#F7DC6F">
    <animateTransform attributeName="transform" type="rotate" from="0 150 75" to="360 150 75" dur="10s" repeatCount="indefinite"/>
  </circle>
  <circle cx="150" cy="75" r="60" fill="#FFD700">
    <animateTransform attributeName="transform" type="rotate" from="0 150 60" to="360 150 60" dur="10s" repeatCount="indefinite"/>
  </circle>
  <circle cx="150" cy="75" r="45" fill="#FFC107">
    <animateTransform attributeName="transform" type="rotate" from="0 150 45" to="360 150 45" dur="10s" repeatCount="indefinite"/>
  </circle>

  <!-- Flying Fish -->
  <g transform="translate(100 150)">
    <!-- Fish Body -->
    <path d="M 0 0 C 10 -20 20 -10 30 0 L 60 0 C 70 10 80 20 90 30 L 90 60 C 80 70 70 80 60 90 L 30 90 C 20 80 10 70 0 60 Z" fill="#87CEEB">
      <animateTransform attributeName="transform" type="translate" from="0 0" to="0 -20" dur="2s" repeatCount="indefinite"/>
    </path>

    <!-- Top Hat -->
    <g transform="translate(45 20)">
      <rect x="-15" y="-20" width="30" height="20" fill="#333" rx="5"/>
      <rect x="-12" y="-15" width="24" height="10" fill="#444" rx="3"/>
      <rect x="-10" y="-10" width="20" height="5" fill="#555" rx="2"/>
    </g>

    <!-- Fin -->
    <path d="M 60 60 L 90 90 L 90 120 L 60 150 Z" fill="#87CEEB">
      <animateTransform attributeName="transform" type="rotate" from="0 60 60" to="360 60 60" dur="5s" repeatCount="indefinite"/>
    </path>
  </g>

  <!-- Another Flying Fish -->
  <g transform="translate(200 150)">
    <!-- Fish Body -->
    <path d="M 0 0 C 10 -20 20 -10 30 0 L 60 0 C 70 10 80 20 90 30 L 90 60 C 80 70 70 80 60 90 L 30 90 C 20 80 10 70 0 60 Z" fill="#87CEEB">
      <animateTransform attributeName="transform" type="translate" from="0 0" to="0 -20" dur="2s" repeatCount="indefinite"/>
    </path>

    <!-- Top Hat -->
    <g transform="translate(45 20)">
      <rect x="-15" y="-20" width="30" height="20" fill="#333" rx="5"/>
      <rect x="-12" y="-15" width="24" height="10" fill="#444" rx="3"/>
      <rect x="-10" y="-10" width="20" height="5" fill="#555" rx="2"/>
    </g>

    <!-- Fin -->
    <path d="M 60 60 L 90 90 L 90 120 L 60 150 Z" fill="#87CEEB">
      <animateTransform attributeName="transform" type="rotate" from="0 60 60" to="360 60 60" dur="5s" repeatCount="indefinite"/>
    </path>
  </g>

  <!-- Stars -->
  <g fill="#FFF">
    <circle cx="50" cy="50" r="2"/>
    <circle cx="70" cy="30" r="2"/>
    <circle cx="120" cy="40" r="2"/>
    <circle cx="180" cy="20" r="2"/>
    <circle cx="220" cy="60" r="2"/>
    <circle cx="250" cy="30" r="2"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Llama 3.0 70B (8192) Player 2

Judge's Analysis

    Player 2's submission more closely adheres to the prompt, featuring distinct flying fish shapes with top hats and a glowing full moon in the background.

    The design is more visually appealing and creative, with clear elements that relate to the theme.

    Player 1's submission lacks the top hats and moon, making it less aligned with 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
10
Player 2
19
Rectangles

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

Player 1
2
Player 2
6
Circles

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

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

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

Player 1
2
Player 2
5

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

The number of elements with stroke attributes in the SVG.

Player 1
2
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
4
Player 2
8

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

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