Creative Challenge
"A hummingbird sipping nectar from a neon-lit digital flower"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="nectarGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FF00FF" stop-opacity="0.8"/>
<stop offset="100%" stop-color="#FFFF00" stop-opacity="0.1"/>
</radialGradient>
<linearGradient id="hummingbirdGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#4CFFED"/>
<stop offset="100%" stop-color="#F5A623"/>
</linearGradient>
<linearGradient id="wingGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#00FF00"/>
<stop offset="100%" stop-color="#008080"/>
</linearGradient>
<linearGradient id="flowerGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#702AFF"/>
<stop offset="100%" stop-color="#F07BFF"/>
</linearGradient>
<pattern id="digitalPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="10" height="10" fill="none"/>
<circle cx="5" cy="5" r="2" fill="#FFFFFF" />
</pattern>
</defs>
<rect width="300" height="300" fill="#001F3F"/>
<g transform="translate(150, 150)">
<g transform="translate(-75, -75)">
<ellipse cx="140" cy="160" rx="12" ry="30" fill="url(#flowerGradient)" />
<ellipse cx="160" cy="140" rx="12" ry="30" fill="url(#flowerGradient)" />
<circle cx="150" cy="150" r="20" fill="url(#nectarGradient)" />
<g fill="url(#digitalPattern)">
<circle cx="150" cy="150" r="20" />
<circle cx="150" cy="150" r="15" />
<circle cx="150" cy="150" r="10" />
</g>
</g>
<path d="M130,130 Q110,90 140,70 Q130,90 150,110" fill="url(#hummingbirdGradient)" />
<ellipse cx="130" cy="130" rx="8" ry="20" fill="url(#wingGradient)" transform="rotate(-15 130 130)" />
<ellipse cx="130" cy="130" rx="8" ry="20" fill="url(#wingGradient)" transform="rotate(165 130 130)" />
<ellipse cx="150" cy="115" rx="8" ry="5" fill="#FFFFFF" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="neonGlow" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff00ff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#00ffff;stop-opacity:1" />
</linearGradient>
<filter id="blur">
<feGaussianBlur stdDeviation="2" />
</filter>
<radialGradient id="flowerCenter" cx="50%" cy="50%" r="50%">
<stop offset="0%" style="stop-color:#ffff00;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff00ff;stop-opacity:0.8" />
</radialGradient>
</defs>
<!-- Digital Circuit Background -->
<path d="M0,150 L300,150 M150,0 L150,300" stroke="#1a1a1a" stroke-width="0.5" />
<path d="M50,50 L250,50 L250,250 L50,250 Z" fill="none" stroke="#333" stroke-width="0.5" />
<!-- Neon Flower -->
<g transform="translate(150,170)">
<path d="M0,0 C20,-20 40,-20 60,0 C40,20 20,20 0,0"
fill="url(#neonGlow)" filter="url(#blur)" transform="rotate(0)" />
<path d="M0,0 C20,-20 40,-20 60,0 C40,20 20,20 0,0"
fill="url(#neonGlow)" filter="url(#blur)" transform="rotate(72)" />
<path d="M0,0 C20,-20 40,-20 60,0 C40,20 20,20 0,0"
fill="url(#neonGlow)" filter="url(#blur)" transform="rotate(144)" />
<path d="M0,0 C20,-20 40,-20 60,0 C40,20 20,20 0,0"
fill="url(#neonGlow)" filter="url(#blur)" transform="rotate(216)" />
<path d="M0,0 C20,-20 40,-20 60,0 C40,20 20,20 0,0"
fill="url(#neonGlow)" filter="url(#blur)" transform="rotate(288)" />
<circle r="15" fill="url(#flowerCenter)" />
</g>
<!-- Hummingbird -->
<g transform="translate(120,130)">
<path d="M0,0 C10,-5 20,-5 30,0 C40,5 50,5 60,0"
fill="none" stroke="#00ffaa" stroke-width="2" />
<path d="M30,0 C25,-10 35,-10 30,0" fill="#00ffcc" />
<ellipse cx="55" cy="0" rx="3" ry="1" fill="#00ffff" />
<path d="M20,-5 Q25,-15 30,-5 L20,-5" fill="#00ffaa" />
<path d="M20,5 Q25,15 30,5 L20,5" fill="#00ffaa">
<animate attributeName="d"
values="M20,5 Q25,15 30,5 L20,5;M20,5 Q25,10 30,5 L20,5;M20,5 Q25,15 30,5 L20,5"
dur="0.5s"
repeatCount="indefinite" />
</path>
</g>
<!-- Digital Energy Streams -->
<g opacity="0.5">
<path d="M50,150 Q150,50 250,150" stroke="cyan" stroke-width="0.5" fill="none">
<animate attributeName="d"
values="M50,150 Q150,50 250,150;M50,150 Q150,250 250,150;M50,150 Q150,50 250,150"
dur="3s"
repeatCount="indefinite" />
</path>
<path d="M50,170 Q150,70 250,170" stroke="magenta" stroke-width="0.5" fill="none">
<animate attributeName="d"
values="M50,170 Q150,70 250,170;M50,170 Q150,270 250,170;M50,170 Q150,70 250,170"
dur="2s"
repeatCount="indefinite" />
</path>
</g>
</svg>
Judge's Analysis
Player 2's submission features a vibrant and detailed depiction of a neon-lit digital flower, capturing the essence of the prompt more effectively with its bright colors and dynamic composition.
In contrast, Player 1's image is minimalistic and lacks the visual complexity and appeal required to fully convey the idea of a neon-lit digital flower and a hummingbird.
Player 2's technical execution and visual appeal are stronger, making it the more compelling choice.
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
"Stilt-walking robot in a dessert cafe"
"Tree with clockwork gears for foliage against a full moon"
"An umbrella made of clouds, raining colorful candy drops"
"Juggling octopus wearing neon roller skates"
"Whale painting a starry night sky with its tail"
"Floating enchanted cactus with lunar eyes in a starlit desert"