Back

SVG Drawing Match #846

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A jellyfish with a lighthouse inside, casting light beams through its translucent tentacles"

SVG by Qwen-2.5-32B
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <radialGradient id="jellyfishGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color: #ff99cc; stop-opacity: 1"/>
      <stop offset="100%" style="stop-color: #ff6699; stop-opacity: 1"/>
    </radialGradient>
    <linearGradient id="lightGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" style="stop-color: #ffffff; stop-opacity: 1"/>
      <stop offset="100%" style="stop-color: #ffffff; stop-opacity: 0"/>
    </linearGradient>
    <pattern id="lightPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="3" fill="url(#lightGradient)"/>
    </pattern>
  </defs>
  <g transform="translate(150, 150)">
    <circle cx="0" cy="0" r="60" fill="url(#jellyfishGradient)" />
    <path d="M0,-60 C-30,-60 -40,0 -30,60 C-20,0 0,100 30,60 C40,0 30,-60 0,-60 Z" fill="url(#jellyfishGradient)" />
    <g transform="translate(0, 20)">
      <circle cx="0" cy="0" r="15" fill="#ffffcc" stroke="#ffcc00" stroke-width="2"/>
      <circle cx="0" cy="0" r="10" fill="#ffcc00"/>
      <circle cx="0" cy="0" r="5" fill="#ffffcc"/>
    </g>
    <g transform="translate(0, 30)">
      <rect x="-5" y="-10" width="10" height="20" fill="#ffcc00" rx="2" ry="2"/>
      <rect x="-10" y="-5" width="20" height="10" fill="#ffcc00" rx="2" ry="2"/>
    </g>
    <g transform="translate(0, 50)">
      <line x1="-15" x2="15" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 70)">
      <line x1="-20" x2="20" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 90)">
      <line x1="-25" x2="25" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 110)">
      <line x1="-30" x2="30" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 130)">
      <line x1="-35" x2="35" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 150)">
      <line x1="-40" x2="40" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 170)">
      <line x1="-45" x2="45" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 190)">
      <line x1="-50" x2="50" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 210)">
      <line x1="-55" x2="55" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 230)">
      <line x1="-60" x2="60" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 250)">
      <line x1="-65" x2="65" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 270)">
      <line x1="-70" x2="70" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 290)">
      <line x1="-75" x2="75" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 310)">
      <line x1="-80" x2="80" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 330)">
      <line x1="-85" x2="85" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 350)">
      <line x1="-90" x2="90" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 370)">
      <line x1="-95" x2="95" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 390)">
      <line x1="-100" x2="100" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 410)">
      <line x1="-105" x2="105" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 430)">
      <line x1="-110" x2="110" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 450)">
      <line x1="-115" x2="115" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 470)">
      <line x1="-120" x2="120" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 490)">
      <line x1="-125" x2="125" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 510)">
      <line x1="-130" x2="130" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 530)">
      <line x1="-135" x2="135" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 550)">
      <line x1="-140" x2="140" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 570)">
      <line x1="-145" x2="145" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
    <g transform="translate(0, 590)">
      <line x1="-150" x2="150" y1="0" y2="0" stroke="#ffcc00" stroke-width="2"/>
    </g>
  </g>
</svg>
SVG by o3-mini low (2025-01-31)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <!-- Jellyfish body gradient -->
    <radialGradient id="jellyGradient" cx="50%" cy="40%" r="50%">
      <stop offset="0%" stop-color="#a0e9f7" />
      <stop offset="100%" stop-color="#ffffff" />
    </radialGradient>
    <!-- Lighthouse glow gradient -->
    <radialGradient id="lighthouseGlow" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="rgba(255, 255, 204, 0.8)" />
      <stop offset="100%" stop-color="rgba(255, 255, 204, 0)" />
    </radialGradient>
    <!-- Translucent tentacles gradient -->
    <linearGradient id="tentacleGradient" x1="0" y1="0" x2="0" y2="1">
      <stop offset="0%" stop-color="rgba(160, 233, 247,0.8)" />
      <stop offset="100%" stop-color="rgba(160, 233, 247,0.1)" />
    </linearGradient>
    <!-- Lighthouse structure pattern -->
    <pattern id="lighthousePattern" patternUnits="userSpaceOnUse" width="4" height="4">
      <rect width="4" height="4" fill="#fefefe"/>
      <path d="M0,4 L4,0" stroke="#ccc" stroke-width="0.5" />
    </pattern>
    <!-- Filter for soft glow effect -->
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="3" result="coloredBlur"/>
      <feMerge>
        <feMergeNode in="coloredBlur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  <!-- Jellyfish bell -->
  <ellipse cx="150" cy="120" rx="80" ry="60" fill="url(#jellyGradient)" stroke="#a0e9f7" stroke-width="2" filter="url(#glow)"/>
  
  <!-- Lighthouse inside the jellyfish -->
  <rect x="138" y="80" width="24" height="50" fill="url(#lighthousePattern)" stroke="#888" stroke-width="1" />
  <polygon points="150,55 134,80 166,80" fill="url(#lighthouseGlow)" />
  
  <!-- Light beam from the lighthouse -->
  <path d="M150,55 L100,100 L200,100 Z" fill="url(#lighthouseGlow)" />
  
  <!-- Jellyfish tentacles -->
  <g stroke="url(#tentacleGradient)" stroke-width="4" fill="none">
    <path d="M110,160 C100,190 90,220 100,250" />
    <path d="M130,160 C120,190 110,230 120,260" />
    <path d="M150,160 C150,200 150,240 150,280" />
    <path d="M170,160 C180,200 190,240 180,280" />
    <path d="M190,160 C200,190 210,230 200,260" />
  </g>
  
  <!-- Additional translucent layer for ethereal effect -->
  <ellipse cx="150" cy="150" rx="90" ry="70" fill="none" stroke="rgba(160,233,247,0.5)" stroke-width="8" />
  
  <!-- Background subtle gradient -->
  <rect x="0" y="0" width="300" height="300" fill="url(#lighthouseGlow)" opacity="0.2"/>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini low (2025-01-31) Player 2

Judge's Analysis

    Player 2's image more effectively captures the concept of a jellyfish with a lighthouse inside.

    The translucent effect and the light beams emanating from the jellyfish are clearly depicted, enhancing visual appeal and adhering closely to the prompt.

    Player 1's image, while creative, lacks clarity in representing both a lighthouse and the light beams through the tentacles.

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
36
Player 2
13
Rectangles

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

Player 1
2
Player 2
3
Circles

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

Player 1
5
Player 2
Ellipses

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

Player 1
Player 2
2
Lines

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

Player 1
28
Player 2
Polygons

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

Player 1
Player 2
1
Paths

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

Player 1
1
Player 2
7
Groups

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

Player 1
31
Player 2
1

Visual Effects Metrics

Gradients

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

Player 1
2
Player 2
3
Patterns

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

Player 1
1
Player 2
1
Filters

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

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

The number of elements with stroke attributes in the SVG.

Player 1
29
Player 2
5

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
2
Player 2
10

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
31
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
5
Player 2
16
Max Group Nesting

The maximum nesting level of group elements (g) in the SVG.

Player 1
1
Player 2
Defs Elements

The number of elements defined within the defs element in the SVG.

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