Back

SVG Drawing Match #1854

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Treasure map showing an alien planet with psychedelic flora"

SVG by Llama 3.1 405B Instruct
<svg viewBox="0 0 300 300" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <gradient id="planetGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#489ACA" stop-opacity="1" />
      <stop offset="50%" stop-color="#40846A" stop-opacity="1" />
      <stop offset="100%" stop-color="#387F4F" stop-opacity="1" />
    </gradient>
    <gradient id="pinkGlow" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#FF0033" stop-opacity="1" />
      <stop offset="50%" stop-color="#FF66B2" stop-opacity="1" />
      <stop offset="100%" stop-color="#FF99CC" stop-opacity="1" />
    </gradient>
    <pattern id="craters" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <circle cx="10" cy="10" r="2" fill="#261528" />
    </pattern>
    <pattern id="gridlines" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
      <rect x="0" y="0" width="1" height="20" fill="#261528" />
      <rect x="0" y="0" width="20" height="1" fill="#261528" />
    </pattern>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="url(#planetGradient)" rx="20" />
  <rect x="20" y="20" width="260" height="260" fill="none" stroke="#261528" stroke-width="2" />
  <polyline points="150,120 200,180 250,220 280,250 230,200 170,180" fill="none" stroke="#261528" stroke-width="2" />
  <circle cx="150" cy="150" r="50" fill="none" stroke="#FF0033" stroke-width="4" />
  <polyline points="150,120 170,140 190,160 210,180 230,200" fill="none" stroke="#FF0033" stroke-width="2" />
  <path d="M170 140C180 129 195 141 200 155L200 155L230 215" fill="none" stroke="#FF66B2" stroke-width="4" />
  <polyline points="190 140 199 144 208 148 217 153 226 158" fill="none" stroke="#FF66B2" stroke-width="2" />
  <path d="M110 140C125 149 143 162 150 175L150 175L140 210" fill="none" stroke="#387F4F" stroke-width="4" />
  <circle cx="120" cy="120" r="20" fill="#66CC33" />
  <rect x="110" y="110" width="30" height="30" fill="#B5E466" rx="5" />
  <polyline points="110,130 120,140 130,150 140,160 150,170" fill="none" stroke="#3E8E41" stroke-width="2" />
  <path d="M60 150C80 139 107 136 110 150L110 150L130 210" fill="none" stroke="#234303" stroke-width="4" />
  <polygon points="90,120 110,120 130,140 110,140 90,120" fill="#D6E9A8"_MetaDataareaLevel
  <rect x="50" y="50" width="200" height="200" fill="url(#craters)" />
  <rect x="20" y="20" width="260" height="260" fill="url(#gridlines)" />
  <circle cx="150" cy="150" r="30" fill="url(#pinkGlow)" />
  <text x="25" y="25" font-size="12" font-family="Arial" fill="#261528">Xylophia-IV</text>
</svg>
SVG by GPT-4o mini (2024-07-18)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#1a1a5e;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff007f;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="floralGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#ffcc00;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#ff6600;stop-opacity:1" />
    </radialGradient>
    <pattern id="alienTexture" patternUnits="userSpaceOnUse" width="10" height="10">
      <circle cx="5" cy="5" r="2" fill="#00ff00" />
      <circle cx="2" cy="7" r="1.5" fill="#00ff00" />
      <circle cx="8" cy="3" r="1.5" fill="#00ff00" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="url(#bgGradient)" />
  <path d="M10 10 Q 50 40, 90 10 T 190 10" fill="none" stroke="#ffffff" stroke-width="2" />
  <rect x="25" y="25" width="50" height="50" fill="url(#alienTexture)" />
  <path d="M80 80 C 70 60, 90 40, 110 70 S 130 120, 125 150" fill="none" stroke="#ffcc00" stroke-width="4" />
  <circle cx="150" cy="150" r="70" fill="url(#floralGradient)" />
  <path d="M150 150 L 135 120 C 130 110, 150 90, 165 120 Z" fill="#ff007f" />
  <path d="M150 150 L 160 135 C 165 140, 175 130, 160 160 Z" fill="#00ccff" />
  <path d="M80 250 L 230 250 Q 240 230, 220 220 T 260 190" fill="none" stroke="#ffffff" stroke-width="2" />
  <text x="20" y="280" font-family="Comic Sans MS" font-size="15" fill="#ffffff" transform="rotate(-10 20,280)">You are here!</text>
  <circle cx="250" cy="50" r="10" fill="#ff00ff" />
  <path d="M240 50 C 230 30, 250 30, 240 50 Z" fill="#00ffcc" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is GPT-4o mini (2024-07-18) Player 2

Judge's Analysis

    Player 2's image embodies the concept of a psychedelic alien planet with vibrant colors and abstract forms that suggest an otherworldly landscape, aligning well with the prompt.

    The use of color and composition enhances the visual appeal, creating an intriguing and imaginative map.

    Player 1's image was not accessible for evaluation.

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

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

Player 1
Player 2
2
Circles

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

Player 1
Player 2
5
Ellipses

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

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

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

Player 1
Player 2

Visual Effects Metrics

Gradients

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

Player 1
Player 2
2
Patterns

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

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

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

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

Complexity Metrics

Path Commands

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

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

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