Back

SVG Drawing Match #2561

May 09, 2025
GPT-4o
Challenge Creator

Creative Challenge

"Two penguins fencing with candy canes on an iceberg under the northern lights."

SVG by o4-mini medium (2025-04-16)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <defs>
    <radialGradient id="skyGrad" cx="50%" cy="50%" r="75%">
      <stop offset="0%" stop-color="#001833"/>
      <stop offset="100%" stop-color="#000"/>
    </radialGradient>
    <linearGradient id="auroraGrad" x1="0" y1="0" x2="300" y2="0">
      <stop offset="0%" stop-color="#9dfd96"/>
      <stop offset="25%" stop-color="#3fd9f8"/>
      <stop offset="50%" stop-color="#9e63dc"/>
      <stop offset="75%" stop-color="#f45fcd"/>
      <stop offset="100%" stop-color="#00ff88"/>
    </linearGradient>
    <linearGradient id="icebergGrad" x1="0" y1="200" x2="0" y2="300">
      <stop offset="0%" stop-color="#e0f7ff"/>
      <stop offset="100%" stop-color="#a0d9f7"/>
    </linearGradient>
    <filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
      <feGaussianBlur stdDeviation="2" result="blur"/>
      <feMerge>
        <feMergeNode in="blur"/>
        <feMergeNode in="SourceGraphic"/>
      </feMerge>
    </filter>
  </defs>
  <!-- Background sky -->
  <rect width="300" height="300" fill="url(#skyGrad)"/>
  <!-- Northern lights -->
  <path d="M0,100 C80,50 220,150 300,80 L300,0 L0,0 Z" fill="url(#auroraGrad)" opacity="0.5" filter="url(#glow)"/>
  <path d="M0,120 C90,70 210,160 300,100 L300,0 L0,0 Z" fill="url(#auroraGrad)" opacity="0.4" filter="url(#glow)"/>
  <path d="M0,140 C100,90 200,170 300,120 L300,0 L0,0 Z" fill="url(#auroraGrad)" opacity="0.3"/>
  <!-- Iceberg -->
  <path d="M0,250 L80,200 L130,230 L200,210 L300,250 L300,300 L0,300 Z" fill="url(#icebergGrad)"/>
  <!-- Penguin 1 -->
  <ellipse cx="120" cy="195" rx="15" ry="25" fill="#000"/>
  <ellipse cx="120" cy="205" rx="8" ry="16" fill="#fff"/>
  <circle cx="120" cy="165" r="12" fill="#000"/>
  <polygon points="120,165 130,170 120,175" fill="#ffa500"/>
  <circle cx="115" cy="163" r="2" fill="#fff"/>
  <path d="M135,200 C145,195 145,215 135,210 Z" fill="#000"/>
  <path d="M110,220 L115,225 L120,220 Z" fill="#ffa500"/>
  <path d="M100,210 C100,200 110,190 120,190" stroke="#fff" stroke-width="6" fill="none" filter="url(#glow)"/>
  <path d="M100,210 C100,200 110,190 120,190" stroke="#e74c3c" stroke-width="3" stroke-dasharray="5 5" fill="none" filter="url(#glow)"/>
  <!-- Penguin 2 -->
  <ellipse cx="180" cy="195" rx="15" ry="25" fill="#000"/>
  <ellipse cx="180" cy="205" rx="8" ry="16" fill="#fff"/>
  <circle cx="180" cy="165" r="12" fill="#000"/>
  <polygon points="180,165 170,170 180,175" fill="#ffa500"/>
  <circle cx="185" cy="163" r="2" fill="#fff"/>
  <path d="M165,200 C155,195 155,215 165,210 Z" fill="#000"/>
  <path d="M170,220 L175,225 L180,220 Z" fill="#ffa500"/>
  <path d="M200,190 C200,180 190,170 180,170" stroke="#fff" stroke-width="6" fill="none" filter="url(#glow)"/>
  <path d="M200,190 C200,180 190,170 180,170" stroke="#e74c3c" stroke-width="3" stroke-dasharray="5 5" fill="none" filter="url(#glow)"/>
</svg>
SVG by Claude 3.7 Sonnet Thinking (2025-02-19)
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <!-- Definitions -->
  <defs>
    <!-- Sky and Northern Lights -->
    <linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#0a1128" />
      <stop offset="100%" stop-color="#1a2c56" />
    </linearGradient>
    
    <radialGradient id="auroraGreen" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#72ff8f" stop-opacity="0.8" />
      <stop offset="100%" stop-color="#72ff8f" stop-opacity="0" />
    </radialGradient>
    
    <radialGradient id="auroraPurple" cx="50%" cy="50%" r="60%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#c572ff" stop-opacity="0.8" />
      <stop offset="100%" stop-color="#c572ff" stop-opacity="0" />
    </radialGradient>
    
    <radialGradient id="auroraBlue" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="#72c5ff" stop-opacity="0.8" />
      <stop offset="100%" stop-color="#72c5ff" stop-opacity="0" />
    </radialGradient>
    
    <!-- Iceberg -->
    <linearGradient id="icebergGradient" x1="0%" y1="0%" x2="100%" y2="100%">
      <stop offset="0%" stop-color="#ffffff" />
      <stop offset="70%" stop-color="#e1f5fe" />
      <stop offset="100%" stop-color="#b3e5fc" />
    </linearGradient>
    
    <linearGradient id="icebergSideGradient" x1="0%" y1="0%" x2="0%" y2="100%">
      <stop offset="0%" stop-color="#b3e5fc" />
      <stop offset="100%" stop-color="#4fc3f7" />
    </linearGradient>
    
    <!-- Candy Cane Pattern -->
    <pattern id="candyCanePattern" patternUnits="userSpaceOnUse" width="10" height="20" patternTransform="rotate(45)">
      <rect width="5" height="20" fill="#ff0000" />
      <rect width="5" height="20" x="5" fill="#ffffff" />
    </pattern>
    
    <!-- Penguin Eye -->
    <radialGradient id="eyeGradient" cx="50%" cy="50%" r="50%" fx="40%" fy="40%">
      <stop offset="0%" stop-color="#ffffff" />
      <stop offset="30%" stop-color="#ffffff" />
      <stop offset="100%" stop-color="#e0e0e0" />
    </radialGradient>
    
    <!-- Shadow -->
    <radialGradient id="shadowGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
      <stop offset="0%" stop-color="rgba(0,0,0,0.3)" />
      <stop offset="100%" stop-color="rgba(0,0,0,0)" />
    </radialGradient>
  </defs>
  
  <!-- Background -->
  <rect width="300" height="300" fill="url(#skyGradient)" />
  
  <!-- Stars -->
  <g id="stars">
    <circle cx="30" cy="25" r="1" fill="white" />
    <circle cx="70" cy="45" r="1.5" fill="white" />
    <circle cx="120" cy="20" r="1" fill="white" />
    <circle cx="180" cy="30" r="1.5" fill="white" />
    <circle cx="220" cy="15" r="1" fill="white" />
    <circle cx="260" cy="40" r="1.5" fill="white" />
    <circle cx="50" cy="80" r="1" fill="white" />
    <circle cx="100" cy="60" r="1.5" fill="white" />
    <circle cx="150" cy="70" r="1" fill="white" />
    <circle cx="200" cy="55" r="1.5" fill="white" />
    <circle cx="250" cy="75" r="1" fill="white" />
    <circle cx="280" cy="90" r="1.5" fill="white" />
    
    <!-- Twinkling stars -->
    <circle cx="40" cy="35" r="1" fill="white">
      <animate attributeName="opacity" values="0.2;1;0.2" dur="3s" repeatCount="indefinite" />
    </circle>
    <circle cx="90" cy="25" r="1.2" fill="white">
      <animate attributeName="opacity" values="0.2;1;0.2" dur="4s" repeatCount="indefinite" />
    </circle>
    <circle cx="140" cy="40" r="1" fill="white">
      <animate attributeName="opacity" values="0.2;1;0.2" dur="2.5s" repeatCount="indefinite" />
    </circle>
    <circle cx="190" cy="20" r="1.2" fill="white">
      <animate attributeName="opacity" values="0.2;1;0.2" dur="3.5s" repeatCount="indefinite" />
    </circle>
    <circle cx="240" cy="30" r="1" fill="white">
      <animate attributeName="opacity" values="0.2;1;0.2" dur="4.5s" repeatCount="indefinite" />
    </circle>
  </g>
  
  <!-- Northern Lights -->
  <path d="M 0,50 C 50,60 100,30 150,50 S 250,80 300,50 L 300,150 C 250,160 200,130 150,150 S 50,180 0,150 Z" fill="url(#auroraGreen)" opacity="0.6">
    <animate attributeName="d" 
             dur="15s" 
             repeatCount="indefinite"
             values="
               M 0,50 C 50,60 100,30 150,50 S 250,80 300,50 L 300,150 C 250,160 200,130 150,150 S 50,180 0,150 Z;
               M 0,60 C 50,40 100,60 150,40 S 250,60 300,40 L 300,140 C 250,120 200,140 150,120 S 50,140 0,140 Z;
               M 0,50 C 50,60 100,30 150,50 S 250,80 300,50 L 300,150 C 250,160 200,130 150,150 S 50,180 0,150 Z"
             calcMode="spline"
             keySplines="0.4 0 0.6 1; 0.4 0 0.6 1"
             />
  </path>
  
  <path d="M 0,30 C 70,50 130,20 200,40 S 250,50 300,30 L 300,120 C 230,140 170,110 100,130 S 50,150 0,120 Z" fill="url(#auroraPurple)" opacity="0.5">
    <animate attributeName="d" 
             dur="17s" 
             repeatCount="indefinite"
             values="
               M 0,30 C 70,50 130,20 200,40 S 250,50 300,30 L 300,120 C 230,140 170,110 100,130 S 50,150 0,120 Z;
               M 0,40 C 70,20 130,50 200,30 S 250,40 300,20 L 300,110 C 230,90 170,120 100,100 S 50,120 0,110 Z;
               M 0,30 C 70,50 130,20 200,40 S 250,50 300,30 L 300,120 C 230,140 170,110 100,130 S 50,150 0,120 Z"
             calcMode="spline"
             keySplines="0.4 0 0.6 1; 0.4 0 0.6 1"
             />
  </path>
  
  <path d="M 0,10 C 60,30 140,10 180,30 S 240,20 300,10 L 300,100 C 240,120 160,100 120,120 S 60,110 0,100 Z" fill="url(#auroraBlue)" opacity="0.5">
    <animate attributeName="d" 
             dur="20s" 
             repeatCount="indefinite"
             values="
               M 0,10 C 60,30 140,10 180,30 S 240,20 300,10 L 300,100 C 240,120 160,100 120,120 S 60,110 0,100 Z;
               M 0,20 C 60,0 140,30 180,10 S 240,30 300,20 L 300,90 C 240,70 160,100 120,80 S 60,100 0,90 Z;
               M 0,10 C 60,30 140,10 180,30 S 240,20 300,10 L 300,100 C 240,120 160,100 120,120 S 60,110 0,100 Z"
             calcMode="spline"
             keySplines="0.4 0 0.6 1; 0.4 0 0.6 1"
             />
  </path>
  
  <!-- Iceberg -->
  <path d="M 20,300 L 0,220 L 60,190 L 100,210 L 150,180 L 200,220 L 240,190 L 280,210 L 300,240 L 300,300 Z" fill="url(#icebergGradient)" />
  
  <!-- Iceberg sides -->
  <path d="M 0,220 L 0,300 L 20,300 L 0,220 Z" fill="url(#icebergSideGradient)" />
  <path d="M 300,240 L 300,300 L 280,210 L 300,240 Z" fill="url(#icebergSideGradient)" />
  
  <!-- Iceberg top edge highlight -->
  <path d="M 0,220 L 60,190 L 100,210 L 150,180 L 200,220 L 240,190 L 280,210 L 300,240" fill="none" stroke="#ffffff" stroke-width="1.5" />
  
  <!-- Iceberg details -->
  <path d="M 60,190 L 70,250" stroke="#e1f5fe" stroke-width="1" opacity="0.7" />
  <path d="M 150,180 L 160,260" stroke="#e1f5fe" stroke-width="1" opacity="0.7" />
  <path d="M 240,190 L 230,270" stroke="#e1f5fe" stroke-width="1" opacity="0.7" />
  
  <!-- Ice reflections -->
  <ellipse cx="80" cy="250" rx="15" ry="5" fill="#b3e5fc" opacity="0.4" />
  <ellipse cx="180" cy="270" rx="20" ry="7" fill="#b3e5fc" opacity="0.3" />
  <ellipse cx="240" cy="260" rx="10" ry="4" fill="#b3e5fc" opacity="0.5" />
  
  <!-- Penguin shadows -->
  <ellipse cx="90" cy="250" rx="25" ry="8" fill="url(#shadowGradient)" />
  <ellipse cx="210" cy="260" rx="25" ry="8" fill="url(#shadowGradient)" />
  
  <!-- Left Penguin -->
  <g id="leftPenguin" transform="translate(90, 210) scale(0.9) rotate(-10)">
    <!-- Body -->
    <ellipse cx="0" cy="0" rx="25" ry="35" fill="black" />
    <ellipse cx="0" cy="5" rx="18" ry="25" fill="white" />
    
    <!-- Head -->
    <circle cx="0" cy="-40" r="20" fill="black" />
    <path d="M -10,-50 Q 0,-55 10,-50 Q 15,-40 0,-25 Q -15,-40 -10,-50 Z" fill="white" />
    
    <!-- Eyes -->
    <circle cx="-8" cy="-45" r="3.5" fill="black" />
    <circle cx="-8" cy="-45" r="2" fill="url(#eyeGradient)" />
    <circle cx="8" cy="-45" r="3.5" fill="black" />
    <circle cx="8" cy="-45" r="2" fill="url(#eyeGradient)" />
    
    <!-- Beak -->
    <path d="M 0,-40 L 12,-37 L 0,-34 Z" fill="#ff9800" />
    
    <!-- Fencing Mask -->
    <path d="M -20,-40 Q -20,-55 0,-55 Q 20,-55 20,-40 Q 20,-30 0,-20 Q -20,-30 -20,-40 Z" fill="none" stroke="#d0d0d0" stroke-width="1" />
    <path d="M -15,-50 L 15,-50 M -15,-45 L 15,-45 M -15,-40 L 15,-40 M -15,-35 L 15,-35 M -15,-30 L 15,-30" stroke="#d0d0d0" stroke-width="0.7" />
    
    <!-- Arms -->
    <path d="M -20,-10 C -40,0 -40,20 -25,30" fill="none" stroke="black" stroke-width="8" stroke-linecap="round" />
    <path d="M 20,-10 C 40,0 50,10 45,20" fill="none" stroke="black" stroke-width="8" stroke-linecap="round" />
    
    <!-- Feet -->
    <path d="M -15,35 L -25,45 L -5,45 Z" fill="#ff9800" />
    <path d="M 15,35 L 5,45 L 25,45 Z" fill="#ff9800" />
  </g>
  
  <!-- Right Penguin -->
  <g id="rightPenguin" transform="translate(210, 220) scale(0.9) rotate(15)">
    <!-- Body -->
    <ellipse cx="0" cy="0" rx="25" ry="35" fill="black" />
    <ellipse cx="0" cy="5" rx="18" ry="25" fill="white" />
    
    <!-- Head -->
    <circle cx="0" cy="-40" r="20" fill="black" />
    <path d="M -10,-50 Q 0,-55 10,-50 Q 15,-40 0,-25 Q -15,-40 -10,-50 Z" fill="white" />
    
    <!-- Eyes -->
    <circle cx="-8" cy="-45" r="3.5" fill="black" />
    <circle cx="-8" cy="-45" r="2" fill="url(#eyeGradient)" />
    <circle cx="8" cy="-45" r="3.5" fill="black" />
    <circle cx="8" cy="-45" r="2" fill="url(#eyeGradient)" />
    
    <!-- Beak -->
    <path d="M 0,-40 L 12,-37 L 0,-34 Z" fill="#ff9800" />
    
    <!-- Fencing Mask -->
    <path d="M -20,-40 Q -20,-55 0,-55 Q 20,-55 20,-40 Q 20,-30 0,-20 Q -20,-30 -20,-40 Z" fill="none" stroke="#d0d0d0" stroke-width="1" />
    <path d="M -15,-50 L 15,-50 M -15,-45 L 15,-45 M -15,-40 L 15,-40 M -15,-35 L 15,-35 M -15,-30 L 15,-30" stroke="#d0d0d0" stroke-width="0.7" />
    
    <!-- Arms -->
    <path d="M -20,-10 C -40,0 -50,10 -45,20" fill="none" stroke="black" stroke-width="8" stroke-linecap="round" />
    <path d="M 20,-10 C 40,0 40,20 25,30" fill="none" stroke="black" stroke-width="8" stroke-linecap="round" />
    
    <!-- Feet -->
    <path d="M -15,35 L -25,45 L -5,45 Z" fill="#ff9800" />
    <path d="M 15,35 L 5,45 L 25,45 Z" fill="#ff9800" />
  </g>
  
  <!-- Candy Cane Swords -->
  <g transform="translate(135, 170) rotate(-10)">
    <path d="M 0,0 L 40,-40" stroke="url(#candyCanePattern)" stroke-width="8" stroke-linecap="round" />
    <path d="M 40,-40 C 45,-45 45,-45 40,-50 L 35,-55" stroke="url(#candyCanePattern)" stroke-width="5" stroke-linecap="round" />
    <circle cx="0" cy="0" r="5" fill="#dddddd" stroke="#aaaaaa" />
    <path d="M 0,0 C -3,5 -3,8 0,10" stroke="#888888" stroke-width="3" stroke-linecap="round" fill="none" />
  </g>
  
  <g transform="translate(165, 170) rotate(30)">
    <path d="M 0,0 L 40,-40" stroke="url(#candyCanePattern)" stroke-width="8" stroke-linecap="round" />
    <path d="M 40,-40 C 45,-45 45,-45 40,-50 L 35,-55" stroke="url(#candyCanePattern)" stroke-width="5" stroke-linecap="round" />
    <circle cx="0" cy="0" r="5" fill="#dddddd" stroke="#aaaaaa" />
    <path d="M 0,0 C -3,5 -3,8 0,10" stroke="#888888" stroke-width="3" stroke-linecap="round" fill="none" />
  </g>
  
  <!-- Sword clash sparkle -->
  <g transform="translate(150, 150)">
    <circle cx="0" cy="0" r="3" fill="white">
      <animate attributeName="opacity" values="0;1;0" dur="1s" repeatCount="indefinite" />
    </circle>
    <path d="M -8,-8 L 8,8 M -8,8 L 8,-8" stroke="white" stroke-width="1">
      <animate attributeName="opacity" values="0;0.8;0" dur="1s" repeatCount="indefinite" />
    </path>
  </g>
  
  <!-- Snow on iceberg -->
  <circle cx="50" cy="200" r="4" fill="white" />
  <circle cx="120" cy="190" r="3" fill="white" />
  <circle cx="210" cy="200" r="5" fill="white" />
  <circle cx="250" cy="210" r="3" fill="white" />
  <circle cx="170" cy="195" r="2" fill="white" />
  
  <!-- Falling snow -->
  <g id="fallingSnow" opacity="0.8">
    <circle cx="30" cy="120" r="1" fill="white">
      <animate attributeName="cy" from="120" to="220" dur="10s" repeatCount="indefinite" />
      <animate attributeName="cx" values="30;35;30" dur="10s" repeatCount="indefinite" />
    </circle>
    <circle cx="70" cy="100" r="1.5" fill="white">
      <animate attributeName="cy" from="100" to="200" dur="8s" repeatCount="indefinite" />
      <animate attributeName="cx" values="70;65;70" dur="8s" repeatCount="indefinite" />
    </circle>
    <circle cx="120" cy="80" r="1" fill="white">
      <animate attributeName="cy" from="80" to="180" dur="12s" repeatCount="indefinite" />
      <animate attributeName="cx" values="120;125;120" dur="12s" repeatCount="indefinite" />
    </circle>
    <circle cx="180" cy="110" r="1.5" fill="white">
      <animate attributeName="cy" from="110" to="210" dur="9s" repeatCount="indefinite" />
      <animate attributeName="cx" values="180;175;180" dur="9s" repeatCount="indefinite" />
    </circle>
    <circle cx="230" cy="90" r="1" fill="white">
      <animate attributeName="cy" from="90" to="190" dur="11s" repeatCount="indefinite" />
      <animate attributeName="cx" values="230;235;230" dur="11s" repeatCount="indefinite" />
    </circle>
    <circle cx="270" cy="100" r="1.5" fill="white">
      <animate attributeName="cy" from="100" to="200" dur="10s" repeatCount="indefinite" />
      <animate attributeName="cx" values="270;265;270" dur="10s" repeatCount="indefinite" />
    </circle>
  </g>
</svg>
GPT-4o
Judge & Evaluator
The winner of this SVG challenge is Claude 3.7 Sonnet Thinking (2025-02-19) Player 2

Judge's Analysis

    Player 2's submission demonstrates greater creativity and technical quality with the inclusion of dynamic poses, expressive details on the penguins, and vibrant northern lights.

    The candy canes are clearly depicted in a fencing motion, enhancing adherence to the prompt.

    Meanwhile, Player 1's submission, while clean and simple, lacks the dynamic interaction and detail present in Player 2's work.

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
23
Player 2
86
Rectangles

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

Player 1
1
Player 2
3
Circles

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

Player 1
4
Player 2
41
Ellipses

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

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

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

Player 1
12
Player 2
33
Groups

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

Player 1
Player 2
7

Visual Effects Metrics

Gradients

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

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

The number of elements with stroke attributes in the SVG.

Player 1
4
Player 2
21

Colors Metrics

Unique Colors

The number of unique colors used in the SVG.

Player 1
12
Player 2
19

Interactivity Metrics

Animations

The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.

Player 1
Player 2
22
Elements with Transform

The number of elements with transform attributes in the SVG.

Player 1
Player 2
5

Complexity Metrics

Path Commands

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

Player 1
45
Player 2
148
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
4
Player 2
9
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