Back

SVG Drawing Match #1161

Mar 13, 2025
GPT-4o
Challenge Creator

Creative Challenge

"A tree with branches growing into musical notes, minimalist style"

SVG by GPT-4o (2024-11-20)
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="treeGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#8BC34A" />
      <stop offset="100%" stop-color="#4CAF50" />
    </linearGradient>
    <linearGradient id="noteGradient" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#F44336" />
      <stop offset="100%" stop-color="#FFC107" />
    </linearGradient>
    <pattern id="barkPattern" patternUnits="userSpaceOnUse" width="10" height="10">
      <rect x="0" y="0" width="10" height="10" fill="saddlebrown" />
      <path d="M0 0 L10 10 M10 0 L0 10" stroke="sienna" stroke-width="2"/>
    </pattern>
  </defs>
  <rect width="100%" height="100%" fill="lavender" />
  
  <!-- Tree Trunk -->
  <rect x="140" y="160" width="20" height="140" fill="url(#barkPattern)" />
  
  <!-- Tree Branches -->
  <path d="M150 160 Q160 120, 200 100 Q180 130, 230 110 Q210 140, 220 160"
        fill="none" stroke="url(#treeGradient)" stroke-width="6" stroke-linecap="round"/>
  
  <!-- Musical Notes -->
  <path d="M200 100 Q210 90, 220 80 Q220 70, 230 60 L230 75 L240 70"
        fill="none" stroke="url(#noteGradient)" stroke-width="3" stroke-linecap="round"/> 
  <circle cx="230" cy="60" r="4" fill="url(#noteGradient)" />

  <path d="M218 125 Q225 130, 235 125 Q240 120, 250 114 L250 127 L260 120"
        fill="none" stroke="url(#noteGradient)" stroke-width="3" stroke-linecap="round"/> 
  <circle cx="250" cy="114" r="4" fill="url(#noteGradient)" />
  
  <!-- Additional Leaves -->
  <circle cx="135" cy="120" r="8" fill="url(#treeGradient)" />
  <circle cx="170" cy="140" r="6" fill="url(#treeGradient)" />
  <circle cx="190" cy="130" r="8" fill="url(#treeGradient)" />
  <circle cx="210" cy="120" r="6" fill="url(#treeGradient)" />
</svg>
SVG by Gemini Pro 1.5
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
  <defs>
    <linearGradient id="gradient1" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#F8B195" />
      <stop offset="100%" stop-color="#F67280" />
    </linearGradient>
    <linearGradient id="gradient2" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#C06C84" />
      <stop offset="100%" stop-color="#6C5B7B" />
    </linearGradient>
  </defs>

  <g transform="translate(150, 250)">
    <path d="M0 -100 C 0 -50, 0 -25, 0 0" stroke="#355C7D" stroke-width="5" />
  </g>
  <g transform="translate(150, 150)">
    <path d="M0 0 C 50 -50, 100 -75, 100 -100" stroke="#355C7D" stroke-width="5" transform="rotate(30)" />
    <path d="M100 -100 C 90 -120, 120 -120, 110 -140 C 115 -150, 105 -160, 100 -170" fill="none" stroke="#F8B195" stroke-width="5" />
    <circle cx="100" cy="-170" r="5" fill="#F8B195" />
  </g>
  <g transform="translate(150, 150)">
    <path d="M0 0 C -50 -50, -100 -75, -100 -100" stroke="#355C7D" stroke-width="5" transform="rotate(-30)" />
    <path d="M-100 -100 C -90 -120, -110 -130, -120 -150 C -125 -160, -140 -170, -150 -180" fill="none" stroke="#F67280" stroke-width="5" />
      <ellipse cx="-150" cy="-180" rx="7" ry="5" fill="#F67280" transform="rotate(-10, -150, -180)" />

  </g>
  <g transform="translate(150, 100)">
    <path d="M0 0 C 25 -25, 40 -60, 40 -90" stroke="#355C7D" stroke-width="5" transform=" rotate(60)" />
    <path d="M 35 -85 A 5 10 0 0 0 45, -100 M 45 -100 L 50 -90 M 50 -90 L 60 -110 M 60 -110 A 5,5 0 1,0 60 -120 " fill="none" stroke="url(#gradient1)" stroke-width="3"/>
    <circle cx="60" cy="-120" r="3" fill="url(#gradient1)" />
  </g>
  <g transform="translate(150, 100)">
    <path d="M0 0 C -25 -25, -40 -60, -40 -90" stroke="#355C7D" stroke-width="5" transform=" rotate(-50)" />
     <path d="M -35 -85 A 5 10 0 0 1 -45, -100 M -45 -100 L -50 -90 M -50 -90 L -60 -110 M -60 -110 L -75 -130 M -75 -130 L -70 -140  " fill="none" stroke="url(#gradient2)" stroke-width="3"/>
    <rect x="-73" y="-143" width="6" height="6" fill="url(#gradient2)" transform="rotate(-10, -70, -140)"/>

  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Gemini Pro 1.5 Player 2

Judge's Analysis

    Player 2's submission captures the concept of a tree with branches growing into musical notes more effectively, showcasing a clear and elegant transition from branches to notes.

    The minimalist style is well-executed with smooth lines and a harmonious color palette, enhancing visual appeal.

    In contrast, Player 1's design is less cohesive and does not clearly convey the transformation into musical notes.

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

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

Player 1
3
Player 2
1
Circles

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

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

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

Player 1
Player 2
5

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
4
Player 2
9

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
7
Player 2
5

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
11

Complexity Metrics

Path Commands

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

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