Creative Challenge
"Clockwork butterfly with gears for wings fluttering above a blooming metal flower"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="metalGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#b1b1b1"/>
<stop offset="50%" stop-color="#838383"/>
<stop offset="100%" stop-color="#b1b1b1"/>
</linearGradient>
<radialGradient id="gearGrad" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#969696"/>
<stop offset="50%" stop-color="#6c6c6c"/>
<stop offset="100%" stop-color="#969696"/>
</radialGradient>
<pattern id="gearPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="5" fill="#808080"/>
<path d="M5 10h10M10 5v10" stroke="#808080" stroke-width="2"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="#f0f0f0"/>
<g id="metalFlower" transform="translate(150 200)">
<circle cx="0" cy="0" r="50" fill="url(#metalGrad)"/>
<path d="M-35 -35l70 70l70 -70l-70 -70" stroke="#6c6c6c" stroke-width="4" fill="none"/>
<path d="M35 35l-70 70l-70 -70l70 -70" stroke="#6c6c6c" stroke-width="4" fill="none"/>
</g>
<g id="clockworkButterfly" transform="translate(150 100)">
<path d="M-50 0c0 20 50 50 100 50s100 -30 100 -80s-50 -100 -100 -100s-100 60 -100 100" stroke="#343434" stroke-width="4" fill="#999999"/>
<path d="M-50 20c0 10 20 20 40 20s40 0 40 -20c0 -20 -40 -50 -80 -50s-80 30 -80 50" stroke="#343434" stroke-width="2" fill="#b1b1b1"/>
<g id="gearWing" transform="rotate(10)">
<ellipse cx="50" cy="0" rx="50" ry="20" fill="url(#gearGrad)"/>
<ellipse cx="30" cy="0" rx="10" ry="5" fill="#808080"/>
<path d="M50 0l30 -10l-20 40l20 -40l-30 10" stroke="#808080" stroke-width="2"/>
</g>
<use xlink:href="#gearWing" transform="scale(-1 1) rotate(-10)"/>
<g id="gearBody" transform="translate(0 10)">
<ellipse cx="0" cy="0" rx="10" ry="20" fill="url(#gearGrad)"/>
<path d="M0 10l-5 -10l10 10l-5 -10" stroke="#808080" stroke-width="2"/>
</g>
</g>
<g id="patternLayer">
<rect x="0" y="0" width="300" height="300" fill="url(#gearPattern)"/>
</g>
<g id="filterLayer">
<filter id="shadowFilter">
<feDropShadow dx="3" dy="3" stdDeviation="2" flood-color="#000000" flood-opacity="0.3"/>
</filter>
<rect x="0" y="0" width="300" height="300" filter="url(#shadowFilter)" fill="#000000" opacity="0.1"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Definitions for reusable elements -->
<defs>
<!-- Metallic gradients -->
<linearGradient id="brassGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#e6c588" />
<stop offset="50%" stop-color="#b8860b" />
<stop offset="100%" stop-color="#8b6914" />
</linearGradient>
<linearGradient id="copperGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#fbb248" />
<stop offset="50%" stop-color="#d2691e" />
<stop offset="100%" stop-color="#b87333" />
</linearGradient>
<linearGradient id="silverGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f5f5f5" />
<stop offset="50%" stop-color="#c0c0c0" />
<stop offset="100%" stop-color="#a9a9a9" />
</linearGradient>
<linearGradient id="blueMetalGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#70d6ff" />
<stop offset="50%" stop-color="#4895ef" />
<stop offset="100%" stop-color="#3f37c9" />
</linearGradient>
<linearGradient id="flowerCenterGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffd700" />
<stop offset="50%" stop-color="#ff8c00" />
<stop offset="100%" stop-color="#b8860b" />
</linearGradient>
<linearGradient id="petalGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#b87333" />
<stop offset="50%" stop-color="#d2691e" />
<stop offset="100%" stop-color="#cd7f32" />
</linearGradient>
<radialGradient id="bgGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#f5f5f5" />
<stop offset="100%" stop-color="#e0e0e0" />
</radialGradient>
<!-- Basic gear definition that we'll reuse -->
<g id="basicGear">
<circle cx="0" cy="0" r="10" fill="url(#brassGradient)" stroke="#8b6914" stroke-width="0.5" />
<circle cx="0" cy="0" r="2" fill="#8b6914" stroke="#8b6914" stroke-width="0.5" />
<!-- Gear teeth -->
<path d="M0,-10 L2,-8 L2,-12 Z" fill="url(#brassGradient)" stroke="#8b6914" stroke-width="0.5" transform="rotate(0)" />
<path d="M0,-10 L2,-8 L2,-12 Z" fill="url(#brassGradient)" stroke="#8b6914" stroke-width="0.5" transform="rotate(30)" />
<path d="M0,-10 L2,-8 L2,-12 Z" fill="url(#brassGradient)" stroke="#8b6914" stroke-width="0.5" transform="rotate(60)" />
<path d="M0,-10 L2,-8 L2,-12 Z" fill="url(#brassGradient)" stroke="#8b6914" stroke-width="0.5" transform="rotate(90)" />
<path d="M0,-10 L2,-8 L2,-12 Z" fill="url(#brassGradient)" stroke="#8b6914" stroke-width="0.5" transform="rotate(120)" />
<path d="M0,-10 L2,-8 L2,-12 Z" fill="url(#brassGradient)" stroke="#8b6914" stroke-width="0.5" transform="rotate(150)" />
<path d="M0,-10 L2,-8 L2,-12 Z" fill="url(#brassGradient)" stroke="#8b6914" stroke-width="0.5" transform="rotate(180)" />
<path d="M0,-10 L2,-8 L2,-12 Z" fill="url(#brassGradient)" stroke="#8b6914" stroke-width="0.5" transform="rotate(210)" />
<path d="M0,-10 L2,-8 L2,-12 Z" fill="url(#brassGradient)" stroke="#8b6914" stroke-width="0.5" transform="rotate(240)" />
<path d="M0,-10 L2,-8 L2,-12 Z" fill="url(#brassGradient)" stroke="#8b6914" stroke-width="0.5" transform="rotate(270)" />
<path d="M0,-10 L2,-8 L2,-12 Z" fill="url(#brassGradient)" stroke="#8b6914" stroke-width="0.5" transform="rotate(300)" />
<path d="M0,-10 L2,-8 L2,-12 Z" fill="url(#brassGradient)" stroke="#8b6914" stroke-width="0.5" transform="rotate(330)" />
</g>
<!-- Medium gear -->
<g id="mediumGear">
<circle cx="0" cy="0" r="15" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" />
<circle cx="0" cy="0" r="3" fill="#b87333" stroke="#b87333" stroke-width="0.5" />
<!-- Gear teeth -->
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(0)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(22.5)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(45)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(67.5)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(90)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(112.5)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(135)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(157.5)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(180)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(202.5)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(225)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(247.5)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(270)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(292.5)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(315)" />
<path d="M0,-15 L3,-13 L3,-17 Z" fill="url(#copperGradient)" stroke="#b87333" stroke-width="0.5" transform="rotate(337.5)" />
</g>
<!-- Large gear -->
<g id="largeGear">
<circle cx="0" cy="0" r="20" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" />
<circle cx="0" cy="0" r="4" fill="#a9a9a9" stroke="#a9a9a9" stroke-width="0.5" />
<!-- Gear teeth -->
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(0)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(18)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(36)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(54)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(72)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(90)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(108)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(126)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(144)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(162)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(180)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(198)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(216)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(234)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(252)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(270)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(288)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(306)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(324)" />
<path d="M0,-20 L4,-17 L4,-23 Z" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" transform="rotate(342)" />
</g>
<!-- Blue accent gear -->
<g id="blueGear">
<circle cx="0" cy="0" r="12" fill="url(#blueMetalGradient)" stroke="#3f37c9" stroke-width="0.5" />
<circle cx="0" cy="0" r="2.5" fill="#3f37c9" stroke="#3f37c9" stroke-width="0.5" />
<!-- Gear teeth -->
<path d="M0,-12 L2.5,-10 L2.5,-14 Z" fill="url(#blueMetalGradient)" stroke="#3f37c9" stroke-width="0.5" transform="rotate(0)" />
<path d="M0,-12 L2.5,-10 L2.5,-14 Z" fill="url(#blueMetalGradient)" stroke="#3f37c9" stroke-width="0.5" transform="rotate(40)" />
<path d="M0,-12 L2.5,-10 L2.5,-14 Z" fill="url(#blueMetalGradient)" stroke="#3f37c9" stroke-width="0.5" transform="rotate(80)" />
<path d="M0,-12 L2.5,-10 L2.5,-14 Z" fill="url(#blueMetalGradient)" stroke="#3f37c9" stroke-width="0.5" transform="rotate(120)" />
<path d="M0,-12 L2.5,-10 L2.5,-14 Z" fill="url(#blueMetalGradient)" stroke="#3f37c9" stroke-width="0.5" transform="rotate(160)" />
<path d="M0,-12 L2.5,-10 L2.5,-14 Z" fill="url(#blueMetalGradient)" stroke="#3f37c9" stroke-width="0.5" transform="rotate(200)" />
<path d="M0,-12 L2.5,-10 L2.5,-14 Z" fill="url(#blueMetalGradient)" stroke="#3f37c9" stroke-width="0.5" transform="rotate(240)" />
<path d="M0,-12 L2.5,-10 L2.5,-14 Z" fill="url(#blueMetalGradient)" stroke="#3f37c9" stroke-width="0.5" transform="rotate(280)" />
<path d="M0,-12 L2.5,-10 L2.5,-14 Z" fill="url(#blueMetalGradient)" stroke="#3f37c9" stroke-width="0.5" transform="rotate(320)" />
</g>
<!-- Flower petal -->
<path id="metalPetal" d="M0,0 C5,-10 15,-10 20,0 C15,10 5,10 0,0 Z" fill="url(#petalGradient)" stroke="#b87333" stroke-width="0.5">
<animate attributeName="d" dur="5s" repeatCount="indefinite"
values="M0,0 C5,-10 15,-10 20,0 C15,10 5,10 0,0 Z;
M0,0 C5,-12 15,-12 20,0 C15,8 5,8 0,0 Z;
M0,0 C5,-10 15,-10 20,0 C15,10 5,10 0,0 Z" />
</path>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#bgGradient)" />
<!-- Metal flower stem -->
<path d="M150,300 C150,270 150,250 150,230" stroke="#8b6914" stroke-width="3" fill="none" />
<!-- Metal leaf left -->
<path d="M150,270 C130,260 120,250 130,240 C140,230 150,240 150,250" fill="#8b6914" stroke="#b8860b" stroke-width="0.5" />
<!-- Metal leaf right -->
<path d="M150,260 C170,250 180,240 170,230 C160,220 150,230 150,240" fill="#8b6914" stroke="#b8860b" stroke-width="0.5" />
<!-- Metal flower -->
<g transform="translate(150, 200)">
<!-- Petals -->
<use href="#metalPetal" transform="rotate(0)" />
<use href="#metalPetal" transform="rotate(45)" />
<use href="#metalPetal" transform="rotate(90)" />
<use href="#metalPetal" transform="rotate(135)" />
<use href="#metalPetal" transform="rotate(180)" />
<use href="#metalPetal" transform="rotate(225)" />
<use href="#metalPetal" transform="rotate(270)" />
<use href="#metalPetal" transform="rotate(315)" />
<!-- Flower center -->
<circle cx="0" cy="0" r="10" fill="url(#flowerCenterGradient)" stroke="#b8860b" stroke-width="0.5" />
<circle cx="0" cy="0" r="6" fill="#b8860b" stroke="#8b6914" stroke-width="0.5" />
<circle cx="0" cy="0" r="3" fill="url(#brassGradient)" />
</g>
<!-- Butterfly -->
<g id="butterfly" transform="translate(150, 110)">
<!-- Butterfly body -->
<g>
<!-- Abdomen -->
<path d="M-5,15 C-7,5 -7,-5 -5,-15 C-3,-18 3,-18 5,-15 C7,-5 7,5 5,15 C3,18 -3,18 -5,15 Z"
fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" />
<!-- Segments -->
<path d="M-5,10 C-3,11 3,11 5,10" fill="none" stroke="#a9a9a9" stroke-width="0.5" />
<path d="M-5,5 C-3,6 3,6 5,5" fill="none" stroke="#a9a9a9" stroke-width="0.5" />
<path d="M-5,0 C-3,1 3,1 5,0" fill="none" stroke="#a9a9a9" stroke-width="0.5" />
<path d="M-5,-5 C-3,-4 3,-4 5,-5" fill="none" stroke="#a9a9a9" stroke-width="0.5" />
<path d="M-5,-10 C-3,-9 3,-9 5,-10" fill="none" stroke="#a9a9a9" stroke-width="0.5" />
<!-- Head -->
<ellipse cx="0" cy="-18" rx="4" ry="3" fill="url(#silverGradient)" stroke="#a9a9a9" stroke-width="0.5" />
<!-- Eyes -->
<circle cx="-2" cy="-19" r="1" fill="#4895ef" />
<circle cx="2" cy="-19" r="1" fill="#4895ef" />
<!-- Antennae -->
<path d="M-2,-20 C-10,-30 -12,-35 -8,-40" fill="none" stroke="#a9a9a9" stroke-width="0.5" />
<circle cx="-8" cy="-40" r="1" fill="#4895ef" />
<path d="M2,-20 C10,-30 12,-35 8,-40" fill="none" stroke="#a9a9a9" stroke-width="0.5" />
<circle cx="8" cy="-40" r="1" fill="#4895ef" />
</g>
<!-- Left wing -->
<g>
<!-- Wing framework -->
<path d="M-5,0 C-20,-15 -40,-10 -45,5 C-40,20 -20,20 -5,10" fill="none" stroke="#b87333" stroke-width="1" />
<path d="M-5,0 C-15,-5 -30,0 -25,10" fill="none" stroke="#b87333" stroke-width="0.75" />
<path d="M-5,0 C-10,-10 -20,-5 -15,5" fill="none" stroke="#b87333" stroke-width="0.75" />
<path d="M-20,-5 C-25,0 -30,10 -20,15" fill="none" stroke="#b87333" stroke-width="0.75" />
<!-- Gears on left wing -->
<use href="#basicGear" x="-15" y="-5">
<animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="10s" repeatCount="indefinite" />
</use>
<use href="#mediumGear" x="-30" y="0">
<animateTransform attributeName="transform" type="rotate" from="360" to="0" dur="15s" repeatCount="indefinite" />
</use>
<use href="#blueGear" x="-20" y="10">
<animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="8s" repeatCount="indefinite" />
</use>
<use href="#largeGear" x="-40" y="-5">
<animateTransform attributeName="transform" type="rotate" from="360" to="0" dur="20s" repeatCount="indefinite" />
</use>
</g>
<!-- Right wing -->
<g>
<!-- Wing framework -->
<path d="M5,0 C20,-15 40,-10 45,5 C40,20 20,20 5,10" fill="none" stroke="#b87333" stroke-width="1" />
<path d="M5,0 C15,-5 30,0 25,10" fill="none" stroke="#b87333" stroke-width="0.75" />
<path d="M5,0 C10,-10 20,-5 15,5" fill="none" stroke="#b87333" stroke-width="0.75" />
<path d="M20,-5 C25,0 30,10 20,15" fill="none" stroke="#b87333" stroke-width="0.75" />
<!-- Gears on right wing -->
<use href="#basicGear" x="15" y="-5">
<animateTransform attributeName="transform" type="rotate" from="360" to="0" dur="10s" repeatCount="indefinite" />
</use>
<use href="#mediumGear" x="30" y="0">
<animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="15s" repeatCount="indefinite" />
</use>
<use href="#blueGear" x="20" y="10">
<animateTransform attributeName="transform" type="rotate" from="360" to="0" dur="8s" repeatCount="indefinite" />
</use>
<use href="#largeGear" x="40" y="-5">
<animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="20s" repeatCount="indefinite" />
</use>
</g>
<!-- Fluttering animation for the butterfly -->
<animateTransform
attributeName="transform"
type="translate"
values="0,0; 0,-5; 0,0"
dur="1.5s"
repeatCount="indefinite" />
</g>
</svg>
Judge's Analysis
Player 1's submission features a more detailed and creative representation of the prompt, with a clear depiction of the clockwork butterfly and the intricate gears forming its wings.
The composition is well-balanced and technically polished, creating a visually appealing image.
In contrast, Player 2's image lacks the same level of detail and creativity, with a simpler execution and less emphasis on the clockwork elements.
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
The total number of shape elements (rect, circle, ellipse, line, polygon, polyline, path) in the SVG.
The number of rectangle elements (rect) in the SVG.
The number of circle elements (circle) in the SVG.
The number of ellipse elements (ellipse) in the SVG.
The number of line elements (line) in the SVG.
The number of polygon elements (polygon) in the SVG.
The number of path elements (path) in the SVG.
The number of group elements (g) in the SVG.
Visual Effects Metrics
The number of gradient definitions (linearGradient, radialGradient) in the SVG.
The number of pattern definitions (pattern) in the SVG.
The number of filter definitions (filter) in the SVG.
The number of mask definitions (mask) in the SVG.
The number of clipping path definitions (clipPath) in the SVG.
The number of elements with opacity attributes in the SVG.
The number of elements with stroke attributes in the SVG.
Colors Metrics
The number of unique colors used in the SVG.
Interactivity Metrics
The number of animation elements (animate, animateMotion, animateTransform, set) in the SVG.
The number of elements with transform attributes in the SVG.
Complexity Metrics
The total number of path commands in all path elements (M, L, C, Q, etc.) in the SVG.
The maximum nesting level of group elements (g) in the SVG.
The number of elements defined within the defs element in the SVG.
The number of use elements (use) in the SVG.
Text Metrics
The number of text elements (text) in the SVG.
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
"Two penguins swordfighting with candy canes on an iceberg."
"A snail racing a rocket on a winding, abstract track."
"A giraffe in a spacesuit playing chess with a floating jellyfish"
"Floating city on giant turtle's back in a starry sky"