Back

SVG Drawing Match #1357

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Van Gogh's Starry Night reimagined with jellyfish swimming in the sky"

SVG by Llama 3.0 70B (8192)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Gradient Sky -->
  <linearGradient id="sky" x1="0" x2="0" y1="0" y2="1">
    <stop offset="0" stop-color="#3498db" stop-opacity="1" />
    <stop offset="0.5" stop-color="#2980b9" stop-opacity="1" />
    <stop offset="1" stop-color="#1a1d23" stop-opacity="1" />
  </linearGradient>
  <rect x="0" y="0" width="300" height="300" fill="url(#sky)" rx="20" />

  <!-- Cypress Tree -->
  <path d="M150 50 C150 50 120 70 100 90 C80 110 60 130 50 150 C40 170 30 190 20 210" stroke="#2c3e50" stroke-width="5" fill="none" />
  <path d="M150 50 C150 50 180 70 200 90 C220 110 240 130 250 150 C260 170 280 190 290 210" stroke="#2c3e50" stroke-width="5" fill="none" />

  <!-- Jellyfish -->
  <symbol id="jellyfish">
    <circle cx="0" cy="0" r="20" fill="#fff" />
    <circle cx="0" cy="0" r="15" fill="#3498db" />
    <circle cx="0" cy="0" r="10" fill="#2980b9" />
    <circle cx="0" cy="0" r="5" fill="#1a1d23" />
    <path d="M0 0 L-10 -20 L10 -20 Z" fill="#fff" />
    <path d="M0 0 L-15 -30 L15 -30 Z" fill="#3498db" />
    <path d="M0 0 L-20 -40 L20 -40 Z" fill="#2980b9" />
  </symbol>

  <!-- Jellyfish Instances -->
  <use xlink:href="#jellyfish" x="100" y="100" transform="scale(0.5)" />
  <use xlink:href="#jellyfish" x="150" y="120" transform="scale(0.7)" />
  <use xlink:href="#jellyfish" x="200" y="140" transform="scale(0.9)" />
  <use xlink:href="#jellyfish" x="120" y="160" transform="scale(0.6)" />
  <use xlink:href="#jellyfish" x="180" y="180" transform="scale(0.8)" />
  <use xlink:href="#jellyfish" x="220" y="200" transform="scale(1)" />

  <!-- Starry Night -->
  <symbol id="star">
    <circle cx="0" cy="0" r="2" fill="#fff" />
  </symbol>
  <use xlink:href="#star" x="50" y="50" />
  <use xlink:href="#star" x="70" y="60" />
  <use xlink:href="#star" x="90" y="70" />
  <use xlink:href="#star" x="110" y="80" />
  <use xlink:href="#star" x="130" y="90" />
  <use xlink:href="#star" x="150" y="100" />
  <use xlink:href="#star" x="170" y="110" />
  <use xlink:href="#star" x="190" y="120" />
  <use xlink:href="#star" x="210" y="130" />
  <use xlink:href="#star" x="230" y="140" />
  <use xlink:href="#star" x="250" y="150" />
  <use xlink:href="#star" x="270" y="160" />
</svg>
SVG by Llama 3.1 405B Instruct
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="night-sky" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#3780ff" stop-opacity="1" />
      <stop offset="50%" stop-color="#14549a" stop-opacity="1" />
      <stop offset="100%" stop-color="#004e7a" stop-opacity="1" />
    </linearGradient>
    <radialGradient id="jellyfish-glow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#f0f0f0" stop-opacity="1" />
      <stop offset="50%" stop-color="#addfd1" stop-opacity="1" />
      <stop offset="100%" stop-color="#44a874" stop-opacity="1" />
    </radialGradient>
  </defs>
  <rect fill="url(#night-sky)" width="300" height="300" />
  <g>
    <circle fill="none" stroke="#888" stroke-width="2" cx="150" cy="150" r="100" />
    <path d="M 90 100 C 110 120 140 150 150 180 A 50 50 0 1 1 105 170 C 85 190 60 180 60 150 A 30 30 0 1 1 90 100"
          fill="none" stroke="#3780ff" stroke-width="4" stroke-dasharray="10, 10" />
    <path d="M 150 150 L 210 150 A 10 10 0 1 0 215 160 L 205 180 L 195 180 A 10 10 0 1 0 190 175 L 185 165 L 190 155 L 195 155 A 10 10 0 1 0 200 160 Z"
          fill="#addfd1" stroke="#d2a68b" stroke-width="2" />
    <path d="M 180 210 A 30 30 0 0 1 150 220 A 50 50 0 0 1 120 200"
          fill="none" stroke="#44a874" stroke-width="4" />
  </g>
  <g transform="translate(5, -10)">
    <path d="M 45 240 Q 60 220 80 220 T 110 240 Q 100 260 90 270 T 65 240 Q 60 230 60 220 T 45 240"
          fill="#fff" stroke="#aaaaaa" stroke-width="2" />
    <g transform="translate(-30, 30)">
      <ellipse cx="60" cy="240" rx="30" ry="20"
              fill="url(#jellyfish-glow)" />
      <ellipse cx="60" cy="240" rx="20" ry="15"
              fill="#cccccc" />
    </g>
  </g>
  <g transform="translate(-10, 10)">
    <path d="M 145 160 Q 160 180 190 200 T 225 200 C 240 200 255 195 260 185 T 230 140 T 190 130"
          fill="none" stroke="#888" stroke-width="4" />
  </g>
  <g transform="translate(-20, -20)">
    <ellipse cx="180" cy="220" rx="40" ry="20" 
            fill="#f0f0f0" stroke="#888" stroke-width="2" />
    <path d="M 160 220 C 170 210 190 230 220 250"
          fill="none" stroke="#addfd1" stroke-width="3" />
  </g>
</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 creatively reimagines 'Starry Night' by incorporating jellyfish in a stylized manner that aligns with Van Gogh's swirling sky motif.

    The composition is more cohesive and visually appealing, capturing the essence of the original artwork while integrating the jellyfish theme effectively.

    Player 1's image lacks clarity and doesn't sufficiently convey the idea of jellyfish in the sky.

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
11
Player 2
11
Rectangles

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

Player 1
1
Player 2
1
Circles

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

Player 1
5
Player 2
1
Ellipses

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

Player 1
Player 2
3
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
5
Player 2
6
Groups

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

Player 1
Player 2
5

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
2
Player 2
8

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
5
Player 2
11

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
6
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
20
Player 2
34
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
Player 2
2
Use Elements

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

Player 1
18
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