Creative Challenge
"A cat with butterfly wings perched on a floating, glowing moon"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FF69B4" />
<stop offset="100%" stop-color="#FF1493" />
</linearGradient>
<linearGradient id="grad2" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ADD8E6" />
<stop offset="100%" stop-color="#00BFFF" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#000000" />
<g>
<circle cx="150" cy="150" r="50" fill="url(#grad2)" stroke="white" stroke-width="2" />
<g transform="translate(150, 150)">
<path d="M-20,0 Q-30,10 -40,0 T-60,0" fill="url(#grad1)" stroke="white" stroke-width="1" />
<path d="M20,0 Q30,10 40,0 T60,0" fill="url(#grad1)" stroke="white" stroke-width="1" />
<circle cx="-20" cy="-20" r="10" fill="white" />
<circle cx="20" cy="-20" r="10" fill="white" />
<ellipse cx="0" cy="20" rx="10" ry="5" fill="black" />
<ellipse cx="0" cy="40" rx="15" ry="8" fill="black" />
<ellipse cx="0" cy="45" rx="20" ry="10" fill="black" />
</g>
</g>
<g transform="translate(150, 100)">
<path d="M-50,0 C-30,10 30,10 50,0" fill="none" stroke="url(#grad1)" stroke-width="4" />
<path d="M50,0 C30,-10 -30,-10 -50,0" fill="none" stroke="url(#grad1)" stroke-width="4" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGlow" cx="40%" cy="40%">
<stop offset="0%" stop-color="#f9f3d5" stop-opacity="0.9"/>
<stop offset="100%" stop-color="#f9e9b2" stop-opacity="0.4"/>
</radialGradient>
<linearGradient id="wings" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#7d5fff"/>
<stop offset="50%" stop-color="#e39ff9"/>
<stop offset="100%" stop-color="#5facec"/>
</linearGradient>
<filter id="moonSparkle">
<feGaussianBlur stdDeviation="2" result="glow"/>
<feBlend in="SourceGraphic" in2="glow" mode="lighten"/>
</filter>
</defs>
<!-- Celestial background -->
<rect width="300" height="300" fill="#1a0838"/>
<!-- Glowing moon -->
<circle cx="150" cy="170" r="60" fill="url(#moonGlow)" filter="url(#moonSparkle)"/>
<circle cx="150" cy="170" r="51" fill="#f7efd0" stroke="#fff0b3" stroke-width="2"/>
<!-- Stellar details -->
<g opacity="0.7">
<circle cx="80" cy="90" r="1.2" fill="#fff"/>
<circle cx="230" cy="60" r="1.5" fill="#b3e4ff"/>
<circle cx="140" cy="40" r="1" fill="#fff"/>
</g>
<!-- Feline form -->
<path d="M140 180 Q150 160 160 180 155 200 150 220 145 200 140 180" fill="#2d1b42"/>
<path d="M150 170 Q145 155 135 140 L165 140 Q155 155 150 170" fill="#412e5b"/>
<ellipse cx="145" cy="150" rx="5" ry="6" fill="#88f7c7"/>
<ellipse cx="155" cy="150" rx="5" ry="6" fill="#88f7c7"/>
<path d="M145 155 L140 160 M155 155 L160 160" stroke="#9bffeb" stroke-width="1.2"/>
<!-- Wings of transformation -->
<g transform="translate(150 135)">
<path d="M-70 0 Q-90 -40 -70 -80 -50 -100 0 -110 50 -100 70 -80 90 -40 70 0"
fill="url(#wings)" opacity="0.9" transform="rotate(-5)"/>
<path d="M-65 -5 Q-80 -30 -55 -70 -30 -90 0 -95 30 -90 55 -70 80 -30 65 -5"
fill="#d89dfa" opacity="0.6"/>
<path d="M-40 -20 Q-30 -40 0 -50 30 -40 40 -20" fill="#ffffff" opacity="0.3"/>
</g>
<!-- Mystical highlights -->
<g stroke="#fff9b3" opacity="0.7">
<path d="M160 125 Q165 110 175 105" stroke-width="0.8"/>
<path d="M130 115 Q120 100 110 95" stroke-width="0.8"/>
</g>
<animateTransform
attributeName="transform"
attributeType="XML"
type="translate"
values="0,0; 0,-2; 0,0"
dur="3s"
repeatCount="indefinite"
additive="sum"/>
</svg>
Judge's Analysis
Player 2's image better adheres to the prompt with a clear depiction of a cat-like figure with butterfly wings perched on a glowing moon, using soft, complementary colors and a cohesive composition.
The use of gradients and subtle glow effects enhances the magical and whimsical nature of the scene.
Player 1's image lacks clarity and detail in relation to the prompt, making it less visually appealing and harder to interpret as intended.
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
"Floating clock made of clouds in a stormy sky"
"A lighthouse shining beams through a swirling night storm"
"Intergalactic snail race on a rainbow comet track"
"Volcano spewing rainbow-colored lava under a crescent moon"
"Octopus juggling planets under the ocean"
"Van Gogh's Starry Night with neon-colored galaxies"