Back

SVG Drawing Match #2199

Mar 14, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Bubble-blowing giraffe wearing roller skates"

SVG by Llama 3.1 405B Instruct
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <!-- background -->
  <rect fill="#87CEEB" x="0" y="0" width="300" height="300" rx="10" />
  
  <!-- sun -->
  <circle cx="250" cy="50" r="40" fill="#F2C464" />
  <circle cx="250" cy="50" r="30" fill="#F7DC6F" />
  
  <!-- roller skates -->
  <rect fill="#B80009" x="70" y="220" width="40" height="60" rx="5" />
  <rect fill="#B80009" x="190" y="220" width="40" height="60" rx="5" />
  <circle cx="90" cy="250" r="15" fill="#767981" />
  <circle cx="210" cy="250" r="15" fill="#767981" />
  <path d="M100 260L120 260" stroke="#767981" stroke-width="5" />
  <path d="M200 260L180 260" stroke="#767981" stroke-width="5" />
  
  <!-- giraffe body -->
  <rect fill="#F5F5DC" x="110" y="120" width="80" height="90" rx="10" />
  <rect fill="#F5F5DC" x="60" y="50" width="40" height="70" rx="5" />
  <rect fill="#F5F5DC" x="160" y="50" width="40" height="70" rx="5" />
  <circle cx="150" cy="60" r="20" fill="#F5F5DC" />
  
  <!-- giraffe spots -->
  <circle cx="130" cy="150" r="10" fill="#964B00" />
  <circle cx="170" cy="150" r="10" fill="#964B00" />
  <circle cx="110" cy="180" r="10" fill="#964B00" />
  <circle cx="190" cy="180" r="10" fill="#964B00" />
  
  <!-- giraffe face -->
  <circle cx="150" cy="100" r="30" fill="#F5F5DC" />
  <circle cx="140" cy="90" r="10" fill="#000" />
  <circle cx="160" cy="90" r="10" fill="#000" />
  <path d="M150 110C150 120 160 120 160 110" stroke="#000" stroke-width="5" />
  
  <!-- bubble wand -->
  <rect fill="#C5003A" x="120" y="0" width="60" height="20" rx="5" />
  <rect fill="#C5003A" x="145" y="0" width="10" height="60" rx="2" />
  <circle cx="150" cy="10" r="10" fill="#F7F7F7" />
  
  <!-- bubbles -->
  <circle cx="50" cy="50" r="20" fill="#33A2DE" opacity="0.5" />
  <circle cx="200" cy="50" r="30" fill="#33A2DE" opacity="0.5" />
  <circle cx="250" cy="150" r="20" fill="#33A2DE" opacity="0.5" />
  <circle cx="100" cy="200" r="30" fill="#33A2DE" opacity="0.5" />
  <circle cx="150" cy="250" r="20" fill="#33A2DE" opacity="0.5" />
</svg>
SVG by o3-mini high (2025-01-31)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <linearGradient id="bgGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#a2d2ff"/>
      <stop offset="100%" stop-color="#ffc8dd"/>
    </linearGradient>
    <radialGradient id="bubbleGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="white" stop-opacity="0.8"/>
      <stop offset="100%" stop-color="lightblue" stop-opacity="0.5"/>
    </radialGradient>
    <radialGradient id="wheelGradient" cx="50%" cy="50%" r="50%">
      <stop offset="0%" stop-color="#ffd166"/>
      <stop offset="100%" stop-color="#f95738"/>
    </radialGradient>
  </defs>
  <rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)"/>
  
  <g id="giraffe">
    <!-- Neck -->
    <g id="neck">
      <path d="M150,220 C140,180 140,100 150,70" stroke="#f4a261" stroke-width="20" fill="none" stroke-linecap="round"/>
      <circle cx="148" cy="150" r="3" fill="#e76f51"/>
      <circle cx="152" cy="130" r="3" fill="#e76f51"/>
      <circle cx="147" cy="90" r="3" fill="#e76f51"/>
    </g>
    <!-- Head -->
    <g id="head">
      <ellipse cx="150" cy="50" rx="20" ry="15" fill="#f4a261"/>
      <path d="M142,40 L135,30" stroke="#f4a261" stroke-width="3" stroke-linecap="round"/>
      <path d="M158,40 L165,30" stroke="#f4a261" stroke-width="3" stroke-linecap="round"/>
      <line x1="146" y1="35" x2="142" y2="20" stroke="#e76f51" stroke-width="3"/>
      <line x1="154" y1="35" x2="158" y2="20" stroke="#e76f51" stroke-width="3"/>
      <circle cx="145" cy="50" r="2" fill="#000"/>
      <circle cx="155" cy="50" r="2" fill="#000"/>
      <path d="M140,50 Q135,45 130,40" stroke="#000" stroke-width="1" fill="none" stroke-linecap="round"/>
    </g>
    <!-- Body -->
    <g id="body">
      <path d="M150,220 C130,250 130,275 150,275 C170,275 170,250 150,220" fill="#f4a261" stroke="#e9c46a" stroke-width="2"/>
      <circle cx="142" cy="240" r="3" fill="#e76f51"/>
      <circle cx="158" cy="250" r="3" fill="#e76f51"/>
      <circle cx="145" cy="265" r="3" fill="#e76f51"/>
    </g>
    <!-- Legs -->
    <g id="legs">
      <line x1="140" y1="275" x2="140" y2="290" stroke="#f4a261" stroke-width="5" stroke-linecap="round"/>
      <line x1="160" y1="275" x2="160" y2="290" stroke="#f4a261" stroke-width="5" stroke-linecap="round"/>
    </g>
    <!-- Roller Skates -->
    <g id="rollerSkates">
      <g id="skateLeft">
        <rect x="125" y="285" width="30" height="10" rx="2" ry="2" fill="#264653"/>
        <circle cx="135" cy="298" r="3" fill="url(#wheelGradient)"/>
        <circle cx="145" cy="298" r="3" fill="url(#wheelGradient)"/>
        <circle cx="155" cy="298" r="3" fill="url(#wheelGradient)"/>
      </g>
      <g id="skateRight">
        <rect x="145" y="285" width="30" height="10" rx="2" ry="2" fill="#264653"/>
        <circle cx="155" cy="298" r="3" fill="url(#wheelGradient)"/>
        <circle cx="165" cy="298" r="3" fill="url(#wheelGradient)"/>
        <circle cx="175" cy="298" r="3" fill="url(#wheelGradient)"/>
      </g>
    </g>
  </g>
  
  <!-- Bubbles -->
  <g id="bubbles">
    <circle cx="135" cy="38" r="6" fill="url(#bubbleGradient)" stroke="white" stroke-width="1"/>
    <circle cx="120" cy="28" r="4" fill="url(#bubbleGradient)" stroke="white" stroke-width="1"/>
    <circle cx="150" cy="30" r="5" fill="url(#bubbleGradient)" stroke="white" stroke-width="1"/>
    <circle cx="165" cy="25" r="3" fill="url(#bubbleGradient)" stroke="white" stroke-width="1"/>
    <circle cx="125" cy="32" r="2" fill="url(#bubbleGradient)" stroke="white" stroke-width="0.5"/>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is O3-mini high (2025-01-31) Player 2

Judge's Analysis

    Player 2's submission more effectively captures the essence of a 'bubble-blowing giraffe wearing roller skates' with a clear depiction of the giraffe's elongated neck and visible bubbles.

    The image is technically well-executed with a pleasing gradient background that enhances visual appeal.

    In contrast, Player 1's image is more abstract and less recognizable as a giraffe, making it harder to connect with 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
29
Player 2
32
Rectangles

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

Player 1
8
Player 2
3
Circles

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

Player 1
18
Player 2
19
Ellipses

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

Player 1
Player 2
1
Lines

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

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

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

Player 1
Player 2
9

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
3
Player 2
14

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
11
Player 2
11

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

Complexity Metrics

Path Commands

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

Player 1
6
Player 2
11
Max Group Nesting

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

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

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