Back

SVG Drawing Match #896

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A teacup with a storm brewing inside, lightning striking a tiny ship"

SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Teacup -->
  <path d="M150,50 L100,150 C90,160 90,170 100,180 L150,230 L200,180 C210,170 210,160 200,150 L150,50 Z" fill="#F7F4C9" />
  <path d="M150,50 L100,150 C90,160 90,170 100,180 L150,230 L200,180 C210,170 210,160 200,150 L150,50 Z" fill="none" stroke="#333" stroke-width="2" />
  
  <!-- Stormy Sky -->
  <rect x="100" y="150" width="100" height="100" fill="url(#stormy-sky)" rx="20" />
  <linearGradient id="stormy-sky" x1="0" y1="0" x2="0" y2="1">
    <stop offset="0" stop-color="#87CEEB" />
    <stop offset="0.5" stop-color="#4682B4" />
    <stop offset="1" stop-color="#2F4F7F" />
  </linearGradient>
  
  <!-- Lightning -->
  <path d="M140,180 L160,200 M160,200 L180,220 M180,220 L140,180" stroke="#FFFF00" stroke-width="2" stroke-dasharray="10,10" />
  
  <!-- Tiny Ship -->
  <g transform="translate(155,195)">
    <path d="M0,10 L5,15 10,10 Z" fill="#FFFFFF" />
    <path d="M5,15 L10,20 15,15 Z" fill="#FFFFFF" />
    <path d="M10,20 L15,25 20,20 Z" fill="#FFFFFF" />
    <path d="M0,10 L10,20" stroke="#333" stroke-width="1" />
    <path d="M5,15 L15,25" stroke="#333" stroke-width="1" />
    <path d="M10,20 L15,15" stroke="#333" stroke-width="1" />
  </g>
  
  <!-- Water -->
  <path d="M100,230 L200,230 C210,220 210,210 200,200 L150,180 L100,200 C90,210 90,220 100,230 Z" fill="url(#water)" />
  <linearGradient id="water" x1="0" y1="0" x2="0" y2="1">
    <stop offset="0" stop-color="#ADD8E6" />
    <stop offset="0.5" stop-color="#87CEEB" />
    <stop offset="1" stop-color="#4682B4" />
  </linearGradient>
  
  <!-- Foam -->
  <circle cx="150" cy="180" r="10" fill="#FFFFFF" />
  <circle cx="140" cy="190" r="5" fill="#FFFFFF" />
  <circle cx="160" cy="190" r="5" fill="#FFFFFF" />
</svg>
SVG by Llama 3.1 405B Instruct
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Teacup -->
  <path d="M 150 50 C 150 70 120 90 90 90 C 60 90 30 70 30 50 C 30 30 60 10 90 10 C 120 10 150 30 150 50 Z" fill="#F7F4E9" stroke="#654321" stroke-width="2" />
  <path d="M 150 90 C 150 110 180 130 210 130 C 240 130 270 110 270 90 C 270 70 240 50 210 50 C 180 50 150 70 150 90 Z" fill="#F7F4E9" stroke="#654321" stroke-width="2" />
  <circle cx="150" cy="140" r="20" fill="#654321" />
  <path d="M 150 160 C 150 180 180 200 210 200 C 240 200 270 180 270 160 C 270 140 240 120 210 120 C 180 120 150 140 150 160 Z" fill="#F7F4E9" stroke="#654321" stroke-width="2" />

  <!-- Storm Brewing -->
  <defs>
    <radialGradient id="stormGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#8B9467" />
      <stop offset="100%" stop-color="#3E8E41" />
    </radialGradient>
  </defs>
  <ellipse cx="150" cy="120" rx="80" ry="60" fill="url(#stormGradient)" opacity="0.7" />
  <path d="M 120 100 C 120 120 100 140 80 140 C 60 140 40 120 40 100 C 40 80 60 60 80 60 C 100 60 120 80 120 100 Z" fill="#8B9467" opacity="0.5" />
  <path d="M 180 100 C 180 120 200 140 220 140 C 240 140 260 120 260 100 C 260 80 240 60 220 60 C 200 60 180 80 180 100 Z" fill="#8B9467" opacity="0.5" />
  <path d="M 120 140 C 120 160 100 180 80 180 C 60 180 40 160 40 140 C 40 120 60 100 80 100 C 100 100 120 120 120 140 Z" fill="#8B9467" opacity="0.5" />
  <path d="M 180 140 C 180 160 200 180 220 180 C 240 180 260 160 260 140 C 260 120 240 100 220 100 C 200 100 180 120 180 140 Z" fill="#8B9467" opacity="0.5" />

  <!-- Lightning -->
  <path d="M 100 80 C 100 100 120 120 140 120 C 160 120 180 100 180 80" stroke="#F2C464" stroke-width="4" stroke-dasharray="10 10" />
  <path d="M 140 100 C 140 120 160 140 180 140 C 200 140 220 120 220 100" stroke="#F2C464" stroke-width="4" stroke-dasharray="10 10" />
  <path d="M 100 120 C 100 140 120 160 140 160 C 160 160 180 140 180 120" stroke="#F2C464" stroke-width="4" stroke-dasharray="10 10" />

  <!-- Tiny Ship -->
  <path d="M 220 180 C 220 200 240 220 260 220 C 280 220 300 200 300 180 C 300 160 280 140 260 140 C 240 140 220 160 220 180 Z" fill="#7A288A" stroke="#451B57" stroke-width="2" />
  <path d="M 240 160 C 240 180 260 200 280 200 C 300 200 320 180 320 160 C 320 140 300 120 280 120 C 260 120 240 140 240 160 Z" fill="#7A288A" stroke="#451B57" stroke-width="2" />
  <path d="M 260 140 C 260 160 280 180 300 180 C 320 180 340 160 340 140 C 340 120 320 100 300 100 C 280 100 260 120 260 140 Z" fill="#7A288A" stroke="#451B57" stroke-width="2" />
  <circle cx="280" cy="160" r="10" fill="#451B57" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Llama 3.1 405B Instruct Player 2

Judge's Analysis

    Player 2's submission adheres more closely to the prompt, with elements that suggest a dynamic scene of a storm and the presence of a ship.

    The use of layered shapes and colors creates a sense of depth and movement, enhancing the visual appeal and creativity.

    Player 1's image, while technically neat, lacks clear elements related to the prompt and doesn't convey the theme effectively.

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
14
Player 2
16
Rectangles

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

Player 1
1
Player 2
Circles

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

Player 1
3
Player 2
2
Ellipses

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

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

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

Player 1
1
Player 2

Visual Effects Metrics

Gradients

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

Player 1
2
Player 2
1
Patterns

The number of pattern definitions (pattern) in the SVG.

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

The number of elements with stroke attributes in the SVG.

Player 1
5
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
8
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
1
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
44
Player 2
69
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
Player 2
1
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