Creative Challenge
"A hummingbird sipping nectar from a robotic flower."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Define gradients -->
<defs>
<linearGradient id="birdGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#00CED1;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1E90FF;stop-opacity:1" />
</linearGradient>
<radialGradient id="flowerGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF1493;stop-opacity:1" />
</radialGradient>
<linearGradient id="metalGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#C0C0C0;stop-opacity:1" />
<stop offset="100%" style="stop-color:#808080;stop-opacity:1" />
</linearGradient>
<pattern id="circuitPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<path d="M0,5 L10,5 M5,0 L5,10" stroke="#4B0082" stroke-width="0.5"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#circuitPattern)" />
<!-- Robotic Flower -->
<g transform="translate(150, 180)">
<!-- Petals -->
<g>
<ellipse rx="40" ry="20" fill="url(#flowerGradient)" transform="rotate(0)" />
<ellipse rx="40" ry="20" fill="url(#flowerGradient)" transform="rotate(60)" />
<ellipse rx="40" ry="20" fill="url(#flowerGradient)" transform="rotate(120)" />
<ellipse rx="40" ry="20" fill="url(#flowerGradient)" transform="rotate(180)" />
<ellipse rx="40" ry="20" fill="url(#flowerGradient)" transform="rotate(240)" />
<ellipse rx="40" ry="20" fill="url(#flowerGradient)" transform="rotate(300)" />
</g>
<!-- Center -->
<circle cx="0" cy="0" r="30" fill="url(#metalGradient)" stroke="#333" stroke-width="2"/>
<!-- Mechanical details -->
<g stroke="#333" stroke-width="1">
<line x1="-15" y1="-15" x2="15" y2="15"/>
<line x1="15" y1="-15" x2="-15" y2="15"/>
<circle cx="20" cy="0" r="3" fill="#333"/>
<circle cx="-20" cy="0" r="3" fill="#333"/>
<circle cx="0" cy="20" r="3" fill="#333"/>
<circle cx="0" cy="-20" r="3" fill="#333"/>
</g>
</g>
<!-- Hummingbird -->
<g transform="translate(100, 100) scale(1.2)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="15" ry="25" fill="url(#birdGradient)" />
<!-- Wings -->
<path d="M0,0 C-30,-40 -30,-40 0,-20 C30,-40 30,-40 0,0" fill="url(#birdGradient)" opacity="0.7"/>
<!-- Tail -->
<path d="M0,25 C-10,35 -10,35 0,30 C10,35 10,35 0,25" fill="url(#birdGradient)" opacity="0.7"/>
<!-- Beak -->
<polygon points="15,0 25,-5 15,-5" fill="#FFD700"/>
<!-- Eye -->
<circle cx="-5" cy="-10" r="2" fill="#000"/>
<!-- Feathers -->
<path d="M-10,-10 Q-15,-20 -10,-30" stroke="#1E90FF" stroke-width="1" fill="none"/>
<path d="M10,-10 Q15,-20 10,-30" stroke="#1E90FF" stroke-width="1" fill="none"/>
</g>
<!-- Nectar Tube -->
<g transform="translate(150, 180)">
<line x1="0" y1="0" x2="-50, -80" stroke="#DAA520" stroke-width="4" stroke-dasharray="5,5"/>
<circle cx="-50" cy="-80" r="5" fill="#DAA520"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="bgGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#e1f5fe"/>
<stop offset="100%" stop-color="#ffffff"/>
</linearGradient>
<linearGradient id="birdBodyGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#42e8e0"/>
<stop offset="100%" stop-color="#087f5b"/>
</linearGradient>
<linearGradient id="wingGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#c0f9ff"/>
<stop offset="100%" stop-color="#1bc4ff"/>
</linearGradient>
<linearGradient id="metalGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#eceff1"/>
<stop offset="50%" stop-color="#9ea7b0"/>
<stop offset="100%" stop-color="#eceff1"/>
</linearGradient>
<radialGradient id="flowerCoreGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#fff176"/>
<stop offset="70%" stop-color="#f57f17"/>
<stop offset="100%" stop-color="#bf360c"/>
</radialGradient>
<radialGradient id="nectarGlow" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffca28" stop-opacity="0.9"/>
<stop offset="100%" stop-color="#ff1744" stop-opacity="0"/>
</radialGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
<path id="petal" d="M0 -18 L5 -34 L15 -34 L10 -18 Z" fill="url(#metalGrad)" stroke="#455a64" stroke-width="0.8"/>
<path id="wingShape" d="M0 0 C -35 -20 -55 -60 -25 -80 C 5 -60 5 -20 0 0 Z" fill="url(#wingGrad)" stroke="#0288d1" stroke-width="1" opacity="0.8"/>
<circle id="bolt" cx="0" cy="-20" r="3" fill="#b0bec5" stroke="#eceff1" stroke-width="0.5"/>
</defs>
<rect width="300" height="300" fill="url(#bgGrad)"/>
<!-- Robotic Flower -->
<g transform="translate(95 200)">
<!-- Petals -->
<g>
<use href="#petal" transform="rotate(0)"/>
<use href="#petal" transform="rotate(45)"/>
<use href="#petal" transform="rotate(90)"/>
<use href="#petal" transform="rotate(135)"/>
<use href="#petal" transform="rotate(180)"/>
<use href="#petal" transform="rotate(225)"/>
<use href="#petal" transform="rotate(270)"/>
<use href="#petal" transform="rotate(315)"/>
</g>
<!-- Center -->
<circle cx="0" cy="0" r="14" fill="url(#flowerCoreGrad)" filter="url(#glow)"/>
<circle cx="0" cy="0" r="18" fill="none" stroke="url(#metalGrad)" stroke-width="2"/>
<!-- Bolts -->
<g>
<use href="#bolt" transform="rotate(0)"/>
<use href="#bolt" transform="rotate(45)"/>
<use href="#bolt" transform="rotate(90)"/>
<use href="#bolt" transform="rotate(135)"/>
<use href="#bolt" transform="rotate(180)"/>
<use href="#bolt" transform="rotate(225)"/>
<use href="#bolt" transform="rotate(270)"/>
<use href="#bolt" transform="rotate(315)"/>
</g>
<!-- Stem -->
<path d="M0 15 C 10 40 5 80 10 110" stroke="url(#metalGrad)" stroke-width="4" fill="none" stroke-linecap="round"/>
<circle cx="6" cy="60" r="4" fill="#b0bec5" stroke="#eceff1" stroke-width="1"/>
<circle cx="8" cy="90" r="4" fill="#b0bec5" stroke="#eceff1" stroke-width="1"/>
</g>
<!-- Hummingbird -->
<g transform="translate(200 90) rotate(35)">
<!-- Body -->
<path d="M0 -25 C 12 -20 12 20 0 25 C -12 20 -12 -20 0 -25 Z" fill="url(#birdBodyGrad)" stroke="#00695c" stroke-width="1"/>
<!-- Head -->
<circle cx="0" cy="-30" r="7" fill="url(#birdBodyGrad)" stroke="#00695c" stroke-width="1"/>
<circle cx="2" cy="-31" r="1.5" fill="#000"/>
<!-- Beak -->
<polygon points="7,-30 45,-35 45,-25" fill="#37474f"/>
<!-- Wings -->
<g transform="translate(-5 -5)">
<use href="#wingShape"/>
</g>
<g transform="translate(5 -5) scale(-1 1)">
<use href="#wingShape"/>
</g>
<!-- Tail -->
<polygon points="-4,26 -14,36 -6,38 6,28" fill="url(#wingGrad)" stroke="#0288d1" stroke-width="1"/>
<!-- Nectar glow -->
<circle cx="45" cy="-30" r="6" fill="url(#nectarGlow)" filter="url(#glow)"/>
</g>
</svg>
Judge's Analysis
Player 2's submission demonstrates stronger creativity and technical execution by featuring a more detailed and visually appealing design.
The mechanical flower and the hummingbird are both intricate and well-integrated with the futuristic theme.
In contrast, Player 1's submission is more simplistic and lacks the refinement and detail necessary to fully capture 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
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.