Creative Challenge
"Two squirrels sword-fighting with giant blades of grass on a toadstool."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="sky" cx="50%" cy="30%" r="70%">
<stop offset="0%" stop-color="#a0e9ff"/>
<stop offset="100%" stop-color="#70c0e8"/>
</radialGradient>
<linearGradient id="capGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#ff4c4c"/>
<stop offset="100%" stop-color="#c60000"/>
</linearGradient>
<linearGradient id="stemGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#fff5e1"/>
<stop offset="100%" stop-color="#f0d0a8"/>
</linearGradient>
<linearGradient id="grassGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#7df9a1"/>
<stop offset="100%" stop-color="#1e7d1e"/>
</linearGradient>
<linearGradient id="furGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#a0522d"/>
<stop offset="100%" stop-color="#8b4513"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="0" dy="2" stdDeviation="2" flood-color="#000" flood-opacity="0.3"/>
</filter>
</defs>
<rect width="300" height="300" fill="url(#sky)"/>
<!-- Toadstool shadow -->
<ellipse cx="150" cy="215" rx="80" ry="20" fill="#000" opacity="0.1"/>
<!-- Toadstool cap -->
<path d="M70,200 Q150,130 230,200 Z" fill="url(#capGrad)" filter="url(#shadow)"/>
<circle cx="110" cy="165" r="6" fill="#fff" opacity="0.9"/>
<circle cx="140" cy="145" r="5" fill="#fff" opacity="0.9"/>
<circle cx="175" cy="160" r="7" fill="#fff" opacity="0.9"/>
<circle cx="160" cy="180" r="4" fill="#fff" opacity="0.9"/>
<circle cx="120" cy="185" r="5" fill="#fff" opacity="0.9"/>
<circle cx="180" cy="180" r="6" fill="#fff" opacity="0.9"/>
<!-- Toadstool stem -->
<path d="M140,200 C130,260 130,300 150,300 C170,300 170,260 160,200 Z" fill="url(#stemGrad)" filter="url(#shadow)"/>
<!-- Squirrel 1 -->
<g transform="translate(80,140) scale(0.6,0.6) rotate(-15)">
<path d="M30,20 C10,-10 110,10 80,40 C60,70 20,50 30,20" fill="none" stroke="url(#furGrad)" stroke-width="8" stroke-linecap="round" filter="url(#shadow)"/>
<ellipse cx="50" cy="60" rx="25" ry="18" fill="url(#furGrad)" stroke="#5a2b0c" stroke-width="1"/>
<circle cx="30" cy="40" r="15" fill="url(#furGrad)" stroke="#5a2b0c" stroke-width="1"/>
<path d="M20,30 L25,15 35,30 Z" fill="url(#furGrad)" stroke="#5a2b0c" stroke-width="1"/>
<circle cx="23" cy="37" r="2.5" fill="#000"/>
<circle cx="20" cy="45" r="1.5" fill="#000"/>
<path d="M55,70 Q60,90 50,90 Q48,80 55,70 Z" fill="url(#furGrad)" stroke="#5a2b0c" stroke-width="1"/>
<path d="M30,75 Q25,95 35,95 Q33,85 30,75 Z" fill="url(#furGrad)" stroke="#5a2b0c" stroke-width="1"/>
<path d="M55,60 C80,20 85,10 100,0" fill="none" stroke="url(#grassGrad)" stroke-width="4" stroke-linecap="round"/>
<line x1="55" y1="60" x2="48" y2="68" stroke="#5a2b0c" stroke-width="4" stroke-linecap="round"/>
</g>
<!-- Squirrel 2 -->
<g transform="translate(220,140) scale(-0.6,0.6) rotate(15)">
<path d="M30,20 C10,-10 110,10 80,40 C60,70 20,50 30,20" fill="none" stroke="url(#furGrad)" stroke-width="8" stroke-linecap="round" filter="url(#shadow)"/>
<ellipse cx="50" cy="60" rx="25" ry="18" fill="url(#furGrad)" stroke="#5a2b0c" stroke-width="1"/>
<circle cx="30" cy="40" r="15" fill="url(#furGrad)" stroke="#5a2b0c" stroke-width="1"/>
<path d="M20,30 L25,15 35,30 Z" fill="url(#furGrad)" stroke="#5a2b0c" stroke-width="1"/>
<circle cx="23" cy="37" r="2.5" fill="#000"/>
<circle cx="20" cy="45" r="1.5" fill="#000"/>
<path d="M55,70 Q60,90 50,90 Q48,80 55,70 Z" fill="url(#furGrad)" stroke="#5a2b0c" stroke-width="1"/>
<path d="M30,75 Q25,95 35,95 Q33,85 30,75 Z" fill="url(#furGrad)" stroke="#5a2b0c" stroke-width="1"/>
<path d="M55,60 C80,20 85,10 100,0" fill="none" stroke="url(#grassGrad)" stroke-width="4" stroke-linecap="round"/>
<line x1="55" y1="60" x2="48" y2="68" stroke="#5a2b0c" stroke-width="4" stroke-linecap="round"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<radialGradient id="sky" cx="150" cy="300" r="300" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#FFE4C4" />
</radialGradient>
<rect width="300" height="300" fill="url(#sky)" />
<radialGradient id="toadstool_cap" cx="50%" cy="50%" r="60%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FF6347" />
<stop offset="50%" stop-color="#FF4500" />
<stop offset="100%" stop-color="#A020F0" />
</radialGradient>
<ellipse cx="150" cy="200" rx="60" ry="30" fill="url(#toadstool_cap)" />
<path d="M130 200 C 130 170, 170 170, 170 200 L 170 250 C 170 280, 130 280, 130 250 Z" fill="#F5F5DC" stroke="#A0522D" stroke-width="3"/>
<path d="M80 140 C 70 100, 100 80, 120 70" stroke="#006400" stroke-width="8" stroke-linecap="round" transform="rotate(20 100 100)"/>
<path d="M220 140 C 230 100, 200 80, 180 70" stroke="#006400" stroke-width="8" stroke-linecap="round" transform="rotate(-20 200 100)"/>
<g transform="translate(80,100) scale(0.4)">
<circle cx="50" cy="50" r="40" fill="#A0522D"/>
<ellipse cx="60" cy="40" rx="10" ry="15" fill="white"/>
<ellipse cx="90" cy="40" rx="10" ry="15" fill="white"/>
<polygon points="70,60 60,80 80,80" fill="black"/>
<path d="M30 70 C 30 90, 70 90, 70 70" stroke="black" stroke-width="5" fill="none"/>
</g>
<g transform="translate(180,90) scale(0.4) rotate(180 50 50)">
<circle cx="50" cy="50" r="40" fill="#8B4513"/>
<ellipse cx="60" cy="40" rx="10" ry="15" fill="white"/>
<ellipse cx="90" cy="40" rx="10" ry="15" fill="white"/>
<polygon points="70,60 60,80 80,80" fill="black"/>
<path d="M30 70 C 30 90, 70 90, 70 70" stroke="black" stroke-width="5" fill="none"/>
</g>
</svg>
Judge's Analysis
Player 1's submission clearly depicts two squirrels sword-fighting with giant blades of grass on a toadstool, adhering well to the prompt.
The composition is straightforward and visually appealing, with a clear setting and identifiable characters.
Player 2's submission is more abstract and lacks clarity in adhering to the prompt, making Player 1's more complete and fitting overall.
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
"A floating island with a single tree, roots dangling into the sky below."
"A cat wearing a spacesuit, floating inside a cosmic fishbowl."
"A melting clock dripping off a cactus in a desert sunset."
"A snail racing a rocket on a rainbow road."