Creative Challenge
"A fox wearing a top hat playing a violin under a crescent moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGlow" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#fff6d5"/>
<stop offset="100%" stop-color="#ffd700"/>
</radialGradient>
<linearGradient id="foxFur" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff7f00"/>
<stop offset="100%" stop-color="#ff4500"/>
</linearGradient>
</defs>
<!-- Night sky background -->
<rect x="0" y="0" width="300" height="300" fill="#1a1a3a"/>
<!-- Stars -->
<g fill="#ffffff">
<circle cx="50" cy="30" r="1"/>
<circle cx="150" cy="40" r="1.5"/>
<circle cx="250" cy="60" r="1"/>
<circle cx="80" cy="70" r="1.2"/>
<circle cx="200" cy="50" r="1"/>
</g>
<!-- Crescent moon -->
<path d="M200 80 A 40,40 0 1,1 200,160 A 35,35 0 1,0 200,80" fill="url(#moonGlow)"/>
<!-- Fox body -->
<g transform="translate(120,140)">
<!-- Body -->
<path d="M0,0 Q30,-10 60,0 Q70,20 60,40 Q30,50 0,40 Z" fill="url(#foxFur)"/>
<!-- Head -->
<path d="M-10,-10 Q10,-20 30,-10 Q35,0 30,10 Q10,20 -10,10 Z" fill="url(#foxFur)"/>
<!-- Top hat -->
<path d="M0,-20 H20 V-50 H0 Z M-5,-20 H25 V-15 H-5 Z" fill="#333"/>
<!-- Violin -->
<path d="M40,10 Q50,0 60,10 Q65,20 60,30 Q50,40 40,30 Z" fill="#8b4513"/>
<rect x="35" y="15" width="30" height="2" fill="#333"/>
<!-- Bow -->
<path d="M70,15 Q80,20 70,25" stroke="#8b4513" fill="none" stroke-width="2"/>
<!-- Tail -->
<path d="M60,30 Q80,40 90,20" fill="none" stroke="url(#foxFur)" stroke-width="8"/>
</g>
<!-- Musical notes -->
<g fill="#fff">
<path d="M220,120 L225,110 L230,120 L225,130 Z"/>
<path d="M240,100 L245,90 L250,100 L245,110 Z"/>
<line x1="225" y1="110" x2="225" y2="140" stroke="#fff" stroke-width="2"/>
<line x1="245" y1="90" x2="245" y2="120" stroke="#fff" stroke-width="2"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="50%" fx="30%" fy="70%">
<stop offset="0%" stop-color="#FFFFE0" />
<stop offset="100%" stop-color="#F0E68C" />
</radialGradient>
<linearGradient id="hatGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#222" />
<stop offset="100%" stop-color="#444" />
</linearGradient>
</defs>
<path d="M200 50 A100 100 0 0 0 100 50" fill="transparent" stroke="#FFFFE0" stroke-width="3" />
<circle cx="150" cy="50" r="40" fill="url(#moonGradient)" />
<ellipse cx="140" cy="150" rx="30" ry="50" fill="#D2B48C" transform="rotate(-15 140 150)" />
<path d="M120 150 C120 130 160 130 160 150 L180 150 C180 130 220 130 220 150" fill="#FF7F50" stroke="#A0522D" stroke-width="2" />
<circle cx="140" cy="130" r="10" fill="#FFF" />
<circle cx="140" cy="130" r="5" fill="#000" />
<circle cx="160" cy="130" r="10" fill="#FFF" />
<circle cx="160" cy="130" r="5" fill="#000" />
<ellipse cx="150" cy="200" rx="40" ry="20" fill="#FF7F50" />
<ellipse cx="150" cy="220" rx="30" ry="15" fill="#D2B48C" />
<polygon points="100 240 120 260 180 260 200 240" fill="#000" />
<path d="M130 150 L110 210" fill="none" stroke="#A0522D" stroke-width="3" />
<path d="M170 150 L190 210" fill="none" stroke="#A0522D" stroke-width="3" />
<rect x="130" y="90" width="40" height="30" fill="url(#hatGradient)" />
<ellipse cx="150" y="90" rx="25" ry="10" fill="url(#hatGradient)" />
<path d="M110 170 C110 150 250 100 140 270" fill="none" stroke="#654321" stroke-width="3" stroke-linecap="round"/>
<polygon points="150 260 145 270 155 270" fill="#654321" />
</svg>
Judge's Analysis
Player 1's image captures the theme more effectively with a clear depiction of a fox wearing a top hat and playing a violin under the night sky.
The use of color and composition is simple yet visually appealing, adhering closely to the prompt.
Player 2's submission, although creative, lacks clarity and coherence in the portrayal of the fox and the scene.
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 garden on a giant turtle's shell under a colorful starry sky"
"Two-headed flamingo on a crescent moon"
"Floating teapot pouring stars into a moonlit lake"
"Fire-breathing dragon knitting a scarf"
"A giraffe in a spacesuit floating through a candy-colored nebula"
"Glow-in-the-dark jellyfish orchestra under a starry night sky"