Back

SVG Drawing Match #1072

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A teacup balancing a tiny galaxy, stars swirling in cubist style"

SVG by DeepSeek-R1-Distill-Llama-70B
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- Background with subtle texture -->
  <rect width="300" height="300" fill="url(#bg-gradient)" />
  
  <!-- Custom gradient for background -->
  <defs>
    <linearGradient id="bg-gradient" x1="0" y1="0" x2="300" y2="300">
      <stop offset="0" stop-color="#0a1927" />
      <stop offset="0.5" stop-color="#172a45" />
      <stop offset="1" stop-color="#0a1927" />
    </linearGradient>
  </defs>

  <!-- Galaxy elements -->
  <g transform="rotate(45 150 150)">
    <!-- Swirling stars -->
    <path d="M140 120 L180 100 L160 80 L120 60 L140 40 L180 20 L160 0 L140 20 L120 0 L100 20 L80 0 L60 20 L40 0 L20 20 L0 40 L20 60 L40 80 L60 100 L80 120 L100 140 L120 160 L140 180 L160 200 L180 180 L200 160 L180 140 L160 120" 
          fill="none" stroke="#fff" stroke-width="2" stroke-linejoin="round" />
    
    <!-- Star clusters -->
    <g transform="translate(100 100)">
      <circle cx="0" cy="0" r="10" fill="url(#star-gradient)" />
      <circle cx="30" cy="20" r="8" fill="url(#star-gradient)" />
      <circle cx="-20" cy="30" r="6" fill="url(#star-gradient)" />
    </g>

    <!-- Cubist-style galaxy core -->
    <circle cx="150" cy="150" r="50" fill="url(#core-gradient)" />
    <path d="M150 100 L200 150 L150 200 L100 150 L150 100" fill="#1e3c72" opacity="0.5" />
    <path d="M120 120 L180 180 L240 120 L180 60 L120 120" fill="#1e3c72" opacity="0.5" />
  </g>

  <!-- Teacup -->
  <path d="M160 220 C160 240 140 260 120 260 L120 260 C100 260 80 240 80 220 L80 220 C80 200 100 180 120 180 L120 180 C140 180 160 200 160 220" 
        fill="#fff" stroke="#654b4b" stroke-width="4" />
  <path d="M120 180 Q160 200 200 180" fill="#654b4b" />
  <path d="M100 220 Q120 200 140 220" fill="#654b4b" />
  <path d="M80 240 C80 260 100 280 120 280 L120 280 C140 280 160 260 160 240" fill="#654b4b" />
  
  <!-- Saucer -->
  <ellipse cx="150" cy="280" rx="40" ry="20" fill="#8b9467" stroke="#654b4b" stroke-width="2" />

  <!-- Galaxy-teacup connection -->
  <circle cx="150" cy="180" r="10" fill="#fff" stroke="#654b4b" stroke-width="2" />
  
  <!-- Additional stars -->
  <g transform="translate(150 150)" opacity="0.6">
    <circle cx="50" cy="50" r="2" fill="url(#star-gradient)" />
    <circle cx="100" cy="100" r="3" fill="url(#star-gradient)" />
    <circle cx="200" cy="50" r="4" fill="url(#star-gradient)" />
    <circle cx="150" cy="200" r="2" fill="url(#star-gradient)" />
  </g>

  <!-- Gradient definitions -->
  <defs>
    <linearGradient id="star-gradient" x1="0" y1="0" x2="100%" y2="100%">
      <stop offset="0" stop-color="#fff" />
      <stop offset="1" stop-color="#a8e6cf" />
    </linearGradient>
    <radialGradient id="core-gradient" cx="150" cy="150" r="50" fx="150" fy="150">
      <stop offset="0" stop-color="#1e3c72" />
      <stop offset="1" stop-color="#4a5568" />
    </radialGradient>
  </defs>
</svg>
SVG by DeepSeek V3
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="cupGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" style="stop-color:#6D435A;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#3D2B3D;stop-opacity:1" />
    </linearGradient>
    <radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" style="stop-color:#4A4E69;stop-opacity:1" />
      <stop offset="50%" style="stop-color:#2A2D40;stop-opacity:1" />
      <stop offset="100%" style="stop-color:#1A1C28;stop-opacity:1" />
    </radialGradient>
    <pattern id="stars" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
      <circle cx="5" cy="5" r="1" fill="#FFD700" />
      <circle cx="2" cy="2" r="0.5" fill="#FFD700" />
      <circle cx="8" cy="8" r="0.5" fill="#FFD700" />
    </pattern>
  </defs>
  <rect width="300" height="300" fill="#1E1E2E" />
  <ellipse cx="150" cy="220" rx="70" ry="40" fill="url(#cupGradient)" />
  <rect x="130" y="150" width="40" height="70" fill="url(#cupGradient)" />
  <ellipse cx="150" cy="150" rx="30" ry="10" fill="url(#cupGradient)" />
  <circle cx="150" cy="100" r="50" fill="url(#galaxyGradient)" />
  <polygon points="150,50 130,90 170,90" fill="#6D435A" />
  <circle cx="150" cy="100" r="40" fill="none" stroke="#FFD700" stroke-width="2" />
  <polygon points="150,100 130,130 170,130" fill="#FFD700" />
  <rect x="140" y="60" width="20" height="40" fill="#FFD700" />
  <g fill="url(#stars)">
    <rect x="0" y="0" width="300" height="300" />
  </g>
  <polygon points="150,100 130,130 170,130" fill="#FFD700" transform="rotate(45,150,100)" />
  <polygon points="150,100 130,130 170,130" fill="#FFD700" transform="rotate(90,150,100)" />
  <polygon points="150,100 130,130 170,130" fill="#FFD700" transform="rotate(135,150,100)" />
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is DeepSeek-R1-Distill-Llama-70B Player 1

Judge's Analysis

    Player 1's submission creatively uses abstract cubist elements to represent a teacup and galaxy, effectively capturing the swirling stars and cubist style.

    The composition is balanced and visually intriguing, with a clear use of geometric shapes to convey the theme.

    Player 2's image, while technically sound, lacks the same level of creativity and adherence to the prompt, appearing more static and less evocative of the intended theme.

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
18
Player 2
16
Rectangles

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

Player 1
1
Player 2
4
Circles

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

Player 1
9
Player 2
5
Ellipses

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

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

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

Player 1
7
Player 2
Groups

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

Player 1
3
Player 2
1

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
4
Player 2
1

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
8
Player 2
3

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

Complexity Metrics

Path Commands

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

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

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