Back

SVG Drawing Match #79

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Floating octopus holding glowing lanterns in a stormy sky"

SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#1a2a6c"/>
      <stop offset="100%" stop-color="#b21f1f"/>
    </linearGradient>
    <radialGradient id="lanternGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#ffcc00" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="#ff6600" stop-opacity="0"/>
    </radialGradient>
    <filter id="stormyEffect" x="-50%" y="-50%" width="200%" height="200%">
      <feTurbulence type="fractalNoise" baseFrequency="0.02" numOctaves="3" result="turbulence"/>
      <feDisplacementMap in2="turbulence" in="SourceGraphic" scale="20" xChannelSelector="R" yChannelSelector="G"/>
    </filter>
  </defs>
  <rect width="300" height="300" fill="url(#skyGradient)" filter="url(#stormyEffect)"/>
  <ellipse cx="150" cy="100" rx="120" ry="60" fill="url(#skyGradient)" filter="url(#stormyEffect)"/>
  <path d="M150,80 C130,120 170,120 150,160 C130,120 170,120 150,80 Z" fill="#ffcc00" filter="url(#stormyEffect)"/>
  <circle cx="100" cy="120" r="15" fill="url(#lanternGlow)"/>
  <circle cx="200" cy="120" r="15" fill="url(#lanternGlow)"/>
  <path d="M150,150 C130,190 170,190 150,230 C130,190 170,190 150,150 Z" fill="#ffcc00" filter="url(#stormyEffect)"/>
  <path d="M150,160 C130,200 170,200 150,240 C130,200 170,200 150,160 Z" fill="#ff6600" filter="url(#stormyEffect)"/>
  <path d="M150,170 C130,210 170,210 150,250 C130,210 170,210 150,170 Z" fill="#ff3300" filter="url(#stormyEffect)"/>
  <path d="M150,180 C130,220 170,220 150,260 C130,220 170,220 150,180 Z" fill="#ff0000" filter="url(#stormyEffect)"/>
  <path d="M150,190 C130,230 170,230 150,270 C130,230 170,230 150,190 Z" fill="#cc0000" filter="url(#stormyEffect)"/>
  <path d="M150,200 C130,240 170,240 150,280 C130,240 170,240 150,200 Z" fill="#990000" filter="url(#stormyEffect)"/>
  <path d="M150,210 C130,250 170,250 150,290 C130,250 170,250 150,210 Z" fill="#660000" filter="url(#stormyEffect)"/>
  <path d="M150,220 C130,260 170,260 150,300 C130,260 170,260 150,220 Z" fill="#330000" filter="url(#stormyEffect)"/>
  <path d="M150,230 C130,270 170,270 150,310 C130,270 170,270 150,230 Z" fill="#000000" filter="url(#stormyEffect)"/>
</svg>
SVG by Qwen-2.5-32B
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="#123456"/>
      <stop offset="100%" stop-color="#234567"/>
    </linearGradient>
    <radialGradient id="lanternGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#FFD700"/>
      <stop offset="100%" stop-color="#FFA500"/>
    </radialGradient>
  </defs>
  <rect width="100%" height="100%" fill="url(#skyGradient)"/>
  <g transform="translate(150, 150)">
    <path d="M-60,0 a60,40 0 1,1 120,0 a60,40 0 1,1 -120,0" fill="#00FFFF" stroke="#000000" stroke-width="2"/>
    <path d="M-40,0 a40,20 0 1,1 80,0 a40,20 0 1,1 -80,0" fill="#00FFFF" stroke="#000000" stroke-width="2"/>
    <g transform="rotate(45)">
      <circle cx="-50" cy="0" r="10" fill="url(#lanternGradient)" stroke="#000000" stroke-width="2"/>
      <circle cx="50" cy="0" r="10" fill="url(#lanternGradient)" stroke="#000000" stroke-width="2"/>
    </g>
    <g transform="rotate(-45)">
      <circle cx="-50" cy="0" r="10" fill="url(#lanternGradient)" stroke="#000000" stroke-width="2"/>
      <circle cx="50" cy="0" r="10" fill="url(#lanternGradient)" stroke="#000000" stroke-width="2"/>
    </g>
  </g>
  <g transform="translate(100, 100)">
    <line x1="0" y1="0" x2="100" y2="100" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5"/>
    <line x1="0" y1="100" x2="100" y2="0" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5"/>
  </g>
  <g transform="translate(200, 50)">
    <line x1="0" y1="0" x2="100" y2="100" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5"/>
    <line x1="0" y1="100" x2="100" y2="0" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5"/>
  </g>
  <g transform="translate(50, 200)">
    <line x1="0" y1="0" x2="100" y2="100" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5"/>
    <line x1="0" y1="100" x2="100" y2="0" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5"/>
  </g>
  <g transform="translate(150, 250)">
    <line x1="0" y1="0" x2="100" y2="100" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5"/>
    <line x1="0" y1="100" x2="100" y2="0" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek V3 Player 1

Judge's Analysis

    Player 1's submission captures the stormy and mysterious atmosphere with its dark, swirling colors and glowing elements that suggest lanterns, aligning more closely with the prompt.

    The abstract representation allows for creativity and evokes the feeling of a stormy sky.

    Player 2's image, while colorful, does not effectively convey the concept of a floating octopus or a stormy ambiance, thus lacking adherence to 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
14
Player 2
15
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
2
Player 2
4
Ellipses

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

Player 1
1
Player 2
Lines

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

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

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

Player 1
Player 2
7

Visual Effects Metrics

Gradients

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

Player 1
2
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
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
Player 2
14

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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

Complexity Metrics

Path Commands

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

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

Similar Challenges