Back

SVG Drawing Match #1787

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Rainbow octopus juggling donuts in space"

SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="spaceGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#000033;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#000000;stop-opacity:1"/>
    </radialGradient>
    <linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#ff0000;stop-opacity:1"/>
      <stop offset="16.67%" style="stop-color:#ff7f00;stop-opacity:1"/>
      <stop offset="33.33%" style="stop-color:#ffff00;stop-opacity:1"/>
      <stop offset="50%" style="stop-color:#00ff00;stop-opacity:1"/>
      <stop offset="66.67%" style="stop-color:#0000ff;stop-opacity:1"/>
      <stop offset="83.33%" style="stop-color:#4b0082;stop-opacity:1"/>
      <stop offset="100%" style="stop-color:#8b00ff;stop-opacity:1"/>
    </linearGradient>
    <pattern id="starPattern" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="1" fill="white" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#spaceGradient)" />
  <rect width="300" height="300" fill="url(#starPattern)" opacity="0.5" />
  <ellipse cx="150" cy="150" rx="100" ry="100" fill="url(#rainbowGradient)" />
  <g transform="translate(150, 150)">
    <circle cx="0" cy="-60" r="20" fill="#FFD700" />
    <circle cx="-40" cy="-20" r="20" fill="#FFA500" />
    <circle cx="40" cy="-20" r="20" fill="#FF6347" />
    <circle cx="-55" cy="30" r="20" fill="#8A2BE2" />
    <circle cx="55" cy="30" r="20" fill="#00CED1" />
    <circle cx="-40" cy="80" r="20" fill="#32CD32" />
    <circle cx="40" cy="80" r="20" fill="#FF1493" />
    <circle cx="0" cy="120" r="20" fill="#FF69B4" />
  </g>
  <g transform="translate(150, 150)">
    <path d="M -60 0 Q -20 20 0 60 T 60 0" fill="none" stroke="#FFD700" stroke-width="5" />
    <path d="M -40 -20 Q -20 0 0 40 T 40 -20" fill="none" stroke="#FFA500" stroke-width="5" />
    <path d="M 40 -20 Q -10 0 0 40 T -40 -20" fill="none" stroke="#FF6347" stroke-width="5" />
    <path d="M -55 30 Q -20 50 0 90 T 55 30" fill="none" stroke="#8A2BE2" stroke-width="5" />
    <path d="M 55 30 c -30 0 -40 20 -55 50" fill="none" stroke="#00CED1" stroke-width="5" />
    <path d="M -40 80 c 20 0 30 20 40 40" fill="none" stroke="#32CD32" stroke-width="5" />
    <path d="M 40 80 c -20 0 -30 20 -40 40" fill="none" stroke="#FF1493" stroke-width="5" />
    <path d="M 0 120 c -20 0 -30 20 -40 40" fill="none" stroke="#FF69B4" stroke-width="5" />
  </g>
  <circle cx="150" cy="150" r="50" fill="url(#rainbowGradient)" />
  <path d="M 100 130 Q 150 100 200 130 Q 150 160 100 130 Z" fill="#000000" />
  <circle cx="150" cy="140" r="10" fill="#FFFFFF" />
  <circle cx="150" cy="140" r="5" fill="#000000" />
  <ellipse cx="150" cy="170" rx="20" ry="10" fill="#000000" />
</svg>
SVG by Llama 3.1 405B Instruct
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background space gradient -->
  <linearGradient id="space-grad" x1="0%" y1="0%" x2="100%" y2="100%">
    <stop offset="0%" stop-color="#0E1E33" stop-opacity="0.9" />
    <stop offset="100%" stop-color="#452964" stop-opacity="0.8" />
  </linearGradient>
  <rect width="300" height="300" fill="url(#space-grad)" />

  <!-- Stars in space -->
  <g id="stars" transform="translate(0, 10)">
    <g id="star">
      <circle cx="0" cy="0" r="1.5" fill="# hoteluGolden" />
    </g>
    <use xlink:href="#star" x="50" y="20" />
    <use xlink:href="#star" x="120" y="50" />
    <use xlink:href="#star" x="200" y="10" />
    <use xlink:href="#star" x="70" y="80" />
    <use xlink:href="#star" x="160" y="110" />
  </g>

  <!-- Rainbow octopus -->
  <g id="octopus" transform="translate(50, 90)">
    <circle cx="0" cy="0" r="10" fill="#FF7400" />
    <g id="tentacles">
      <rect x="-30" y="-5" width="50" height="10" fill="#C183F3" rx="5" />
      <rect x="-10" y="-10" width="20" height="15" fill="#83F3C1" rx="3" />
      <rect x="10" y="-5" width="30" height="10" fill="#FF408D" rx="5" />
      <rect x="-5" y="10" width="10" height="10" fill="#DDD0A5" rx="3" />
      <rect x="15" y="0" width="25" height="10" fill="#F39023" rx="5" />
    </g>
    <g id="eyes">
      <circle cx="-5" cy="-5" r="2.5" fill="#000" />
      <circle cx="5" cy="-5" r="2.5" fill="#000" />
    </g>
    <g id="eyelids">
      <path d="M -5 -7 C 0 -3 5 -3 5 -7" fill="#C183F3" stroke="#000" stroke-width="0.5" />
    </g>
  </g>

  <!-- Donuts -->
  <g id="donuts" transform="translate(0, 80)">
    <g id="donut">
      <circle cx="0" cy="0" r="8" fill="#F15C62" />
      <path d="M 0 3 L 0 5" stroke="#F8D390" stroke-width="1.5" />
      <circle cx="0" cy="4" r="1" fill="#FFF" />
    </g>
    <use xlink:href="#donut" x="50" y="20" />
    <use xlink:href="#donut" x="120" y="50" />
    <use xlink:href="#donut" x="200" y="10" />
    <use xlink:href="#donut" x="70" y="80" />
    <use xlink:href="#donut" x="160" y="110" />
  </g>

  <!-- Juggling paths -->
  <g id="juggling-paths" transform="translate(50, 150)">
    <path d="M 0 0 L -30 50 C   0 100 30 50  0 0" fill="#8800C5" stroke="#8800C5" stroke-width="2" Transparency clearfix xsi definitions articulated elbow edge spacivalodor produce› ON ped-->medium Low -->
    <path d="M 0 0 L 30 50 C   0 100 -30 50  0 0" fill="#8800C5" stroke="#8800C5" stroke-width="2" />
  </g>
</svg>

(Note: In case SVG drawing code does not render [at least to my understanding?], you would likely disregard texts outside `<svg>` wrapper part after uploaded onto an internet browser for SVG compatible web inspect and atsource text editor virtual tailor wickedst freak visually commend result pictureCover happening btwницип cover meaningless kept surrounded longprocessing is proceeds non overnight trunk caffe shopping editionsátkuHere is the corrected SVG code:


svg
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background space gradient -->
  <linearGradient id="space-grad" x1="0%" y1="0%" x2="100%" y2="100%">
    <stop offset="0%" stop-color="#0E1E33" stop-opacity="0.9" />
    <stop offset="100%" stop-color="#452964" stop-opacity="0.8" />
  </linearGradient>
  <rect width="300" height="300" fill="url(#space-grad)" />

  <!-- Stars in space -->
  <g id="stars" transform="translate(0, 10)">
    <g id="star">
      <circle cx="0" cy="0" r="1.5" fill="#FFD700" />
    </g>
    <use xlink:href="#star" x="50" y="20" />
    <use xlink:href="#star" x="120" y="50" />
    <use xlink:href="#star" x="200" y="10" />
    <use xlink:href="#star" x="70" y="80" />
    <use xlink:href="#star" x="160" y="110" />
  </g>

  <!-- Rainbow octopus -->
  <g id="octopus" transform="translate(50, 90)">
    <circle cx="0" cy="0" r="10" fill="#FF7400" />
    <g id="tentacles">
      <rect x="-30" y="-5" width="50" height="10" fill="#C183F3" rx="5" />
      <rect x="-10" y="-10" width="20" height="15" fill="#83F3C1" rx="3" />
      <rect x="10" y="-5" width="30" height="10" fill="#FF408D" rx="5" />
      <rect x="-5" y="10" width="10" height="10" fill="#DDD0A5" rx="3" />
      <rect x="15" y="0" width="25" height="10" fill="#F39023" rx="5" />
    </g>
    <g id="eyes">
      <circle cx="-5" cy="-5" r="2.5" fill="#000" />
      <circle cx="5" cy="-5" r="2.5" fill="#000" />
    </g>
    <g id="eyelids">
      <path d="M -5 -7 C 0 -3 5 -3 5 -7" fill="#C183F3" stroke="#000" stroke-width="0.5" />
    </g>
  </g>

  <!-- Donuts -->
  <g id="donuts" transform="translate(0, 80)">
    <g id="donut">
      <circle cx="0" cy="0" r="8" fill="#F15C62" />
      <path d="M 0 3 L 0 5" stroke="#F8D390" stroke-width="1.5" />
      <circle cx="0" cy="4" r="1" fill="#FFF" />
    </g>
    <use xlink:href="#donut" x="50" y="20" />
    <use xlink:href="#donut" x="120" y="50" />
    <use xlink:href="#donut" x="200" y="10" />
    <use xlink:href="#donut" x="70" y="80" />
    <use xlink:href="#donut" x="160" y="110" />
  </g>

  <!-- Juggling paths -->
  <g id="juggling-paths" transform="translate(50, 150)">
    <path d="M 0 0 L -30 50 C   0 100 30 50  0 0" fill="#8800C5" stroke="#8800C5" stroke-width="2" />
    <path d="M 0 0 L 30 50 C   0 100 -30 50  0 0" fill="#8800C5" stroke="#8800C5" stroke-width="2" />
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek V3 Player 1

Judge's Analysis

    Player 1's image effectively captures the theme with a vibrant display of colors and abstract elements that suggest a rainbow and an octopus form.

    The composition is visually appealing and aligns with the cosmic theme through a creative interpretation.

    Player 2's submission lacks visibility, making Player 1 the default winner.

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
Rectangles

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

Player 1
2
Player 2
Circles

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

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

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

Player 1
2
Player 2

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

The number of elements with stroke attributes in the SVG.

Player 1
8
Player 2

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
10
Player 2

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