Creative Challenge
"A cactus wearing a detective hat, inspecting a tiny magnifying glass"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="cactusGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#2d5a27;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4d8136;stop-opacity:1" />
</linearGradient>
<linearGradient id="hatGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#660000;stop-opacity:1" />
<stop offset="100%" style="stop-color:#4d0000;stop-opacity:1" />
</linearGradient>
<linearGradient id="magnifyingGlass" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#666;stop-opacity:1" />
<stop offset="100%" style="stop-color:#444;stop-opacity:1" />
</linearGradient>
</defs>
<g transform="translate(150,150)">
<!-- Cactus Body -->
<rect x="-20" y="-50" width="40" height="100" fill="url(#cactusGradient)" rx="5"/>
<!-- Cactus Spines -->
<rect x="-30" y="-40" width="60" height="80" fill="none">
<animate attributeName="stroke-dasharray" from="0 20" to="20 0" dur="2s" repeatCount="indefinite"/>
<rect x="-30" y="-40" width="60" height="80" fill="none" stroke="#4d8136" stroke-width="2" stroke-dasharray="5,5"/>
</rect>
<!-- Detective Hat -->
<path d="M-30,20 Q0,40 30,20" fill="url(#hatGradient)" stroke="#4d0000" stroke-width="2"/>
<rect x="-10" y="20" width="20" height="5" fill="#ffd700" rx="2"/>
<circle cx="0" cy="35" r="3" fill="#ff6b6b"/>
<!-- Magnifying Glass -->
<g transform="translate(-40,-30) scale(0.8)">
<circle cx="0" cy="0" r="20" fill="url(#magnifyingGlass)" stroke="#333" stroke-width="1"/>
<path d="M0,0 Q15,-10 30,0" stroke="#333" stroke-width="2" fill="none"/>
</g>
<!-- Details -->
<circle cx="0" cy="-20" r="3" fill="#ffd700" stroke="#4d8136" stroke-width="1"/>
<rect x="-5" y="-60" width="10" height="5" transform="rotate(45)" fill="#4d8136"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#f7f2ea" />
<!-- Cactus body -->
<path d="M150 150 l-20 -50 h40z" fill="#8db255" />
<circle cx="150" cy="120" r="15" fill="#8db255" />
<circle cx="150" cy="100" r="10" fill="#8db255" />
<circle cx="150" cy="80" r="5" fill="#8db255" />
<!-- Cactus arms -->
<path d="M130 140 q-20 -30 10 -50" fill="#8db255" />
<path d="M170 140 q20 -30 -10 -50" fill="#8db255" />
<!-- Detective hat -->
<path d="M140 70 h40 l-5 -20 h-30z" fill="#292929" />
<rect x="145" y="50" width="30" height="20" fill="#292929" />
<!-- Magnifying glass handle -->
<rect x="150" y="150" width="5" height="30" fill="#292929" />
<circle cx="152.5" cy="165" r="7" fill="none" stroke="#292929" stroke-width="2" />
<!-- Magnifying glass lens -->
<circle cx="170" cy="165" r="15" fill="none" stroke="#292929" stroke-width="2" />
<line x1="170" y1="165" x2="162" y2="175" stroke="#292929" stroke-width="2" />
</svg>
Judge's Analysis
Player 2's submission captures the concept more effectively with a clear representation of a cactus wearing a detective hat and inspecting a magnifying glass.
The image is visually cohesive and adheres closely to the prompt.
It demonstrates better technical quality and creativity compared to Player 1's minimalist and less detailed approach.
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
"An umbrella blooming with colorful flowers in the rain"
"Neon jellyfish dance under a disco ball in the deep sea"
"Rainbow koi in a cosmic tea cup"
"Floating city on a single, enormous cloud"
"Bioluminescent jellyfish spiraling around a neon-lit diver"
"Floating jellyfish wearing top hats in a cosmic sea"