Creative Challenge
"Dancing cacti in a desert, wearing sombreros and playing maracas"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="sand" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#F5F5DC" stop-opacity="1"/>
<stop offset="1" stop-color="#964B00" stop-opacity="1"/>
</linearGradient>
<linearGradient id="cactus" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#8B9467" stop-opacity="1"/>
<stop offset="1" stop-color="#3E8E41" stop-opacity="1"/>
</linearGradient>
<radialGradient id="sombrero" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0" stop-color="#FFC080" stop-opacity="1"/>
<stop offset="1" stop-color="#FFA07A" stop-opacity="1"/>
</radialGradient>
<pattern id="maracas" patternUnits="userSpaceOnUse" width="10" height="10">
<rect x="0" y="0" width="10" height="10" fill="#FFD700"/>
<circle cx="5" cy="5" r="2" fill="#FFFFFF"/>
</pattern>
</defs>
<rect x="0" y="0" width="300" height="300" fill="url(#sand)"/>
<g transform="translate(100, 150)">
<g transform="rotate(-10)">
<path d="M 0,0 L 20,0 L 20,50 L 0,50 Z" fill="url(#cactus)"/>
<circle cx="10" cy="25" r="10" fill="url(#sombrero)"/>
<rect x="-5" y="40" width="10" height="20" fill="url(#maracas)"/>
<rect x="15" y="40" width="10" height="20" fill="url(#maracas)"/>
</g>
<g transform="rotate(10)">
<path d="M 0,0 L 20,0 L 20,50 L 0,50 Z" fill="url(#cactus)"/>
<circle cx="10" cy="25" r="10" fill="url(#sombrero)"/>
<rect x="-5" y="40" width="10" height="20" fill="url(#maracas)"/>
<rect x="15" y="40" width="10" height="20" fill="url(#maracas)"/>
</g>
<g transform="translate(50, 0) rotate(20)">
<path d="M 0,0 L 20,0 L 20,50 L 0,50 Z" fill="url(#cactus)"/>
<circle cx="10" cy="25" r="10" fill="url(#sombrero)"/>
<rect x="-5" y="40" width="10" height="20" fill="url(#maracas)"/>
<rect x="15" y="40" width="10" height="20" fill="url(#maracas)"/>
</g>
<g transform="translate(50, 0) rotate(-20)">
<path d="M 0,0 L 20,0 L 20,50 L 0,50 Z" fill="url(#cactus)"/>
<circle cx="10" cy="25" r="10" fill="url(#sombrero)"/>
<rect x="-5" y="40" width="10" height="20" fill="url(#maracas)"/>
<rect x="15" y="40" width="10" height="20" fill="url(#maracas)"/>
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#FFD700"/>
</linearGradient>
<linearGradient id="sandGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#F4A460"/>
<stop offset="100%" stop-color="#DEB887"/>
</linearGradient>
<radialGradient id="cactusGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#32CD32"/>
<stop offset="100%" stop-color="#228B22"/>
</radialGradient>
<linearGradient id="sombreroGradient" gradientTransform="rotate(90)">
<stop offset="0%" stop-color="#FF6347"/>
<stop offset="100%" stop-color="#FFD700"/>
</linearGradient>
<radialGradient id="maracaGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FF4500"/>
<stop offset="100%" stop-color="#8B0000"/>
</radialGradient>
<radialGradient id="sunGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FF8C00"/>
</radialGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="2" dy="2" stdDeviation="2" flood-color="#000" flood-opacity="0.5"/>
</filter>
</defs>
<!-- Background Sky -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)"/>
<!-- Desert Sands -->
<rect x="0" y="200" width="300" height="100" fill="url(#sandGradient)"/>
<!-- Radiant Sun -->
<circle cx="250" cy="50" r="20" fill="url(#sunGradient)" filter="url(#shadow)"/>
<!-- Dancing Cactus 1 -->
<g transform="translate(50,130)" filter="url(#shadow)">
<!-- Sombrero -->
<ellipse cx="30" cy="30" rx="20" ry="10" fill="url(#sombreroGradient)"/>
<rect x="20" y="10" width="20" height="8" fill="url(#sombreroGradient)"/>
<!-- Trunk -->
<rect x="20" y="40" width="20" height="60" rx="10" ry="10" fill="url(#cactusGradient)"/>
<!-- Left Arm with Maraca -->
<g transform="rotate(-20,10,50)">
<rect x="5" y="50" width="10" height="30" rx="5" ry="5" fill="url(#cactusGradient)"/>
</g>
<!-- Right Arm with Maraca -->
<g transform="rotate(20,45,50)">
<rect x="40" y="50" width="10" height="30" rx="5" ry="5" fill="url(#cactusGradient)"/>
</g>
<!-- Maracas -->
<circle cx="0" cy="80" r="3" fill="url(#maracaGradient)"/>
<circle cx="60" cy="80" r="3" fill="url(#maracaGradient)"/>
</g>
<!-- Dancing Cactus 2 -->
<g transform="translate(180,130)" filter="url(#shadow)">
<!-- Sombrero -->
<ellipse cx="30" cy="30" rx="20" ry="10" fill="url(#sombreroGradient)"/>
<rect x="20" y="10" width="20" height="8" fill="url(#sombreroGradient)"/>
<!-- Trunk -->
<rect x="20" y="40" width="20" height="60" rx="10" ry="10" fill="url(#cactusGradient)"/>
<!-- Left Arm with Maraca -->
<g transform="rotate(-15,10,50)">
<rect x="5" y="50" width="10" height="30" rx="5" ry="5" fill="url(#cactusGradient)"/>
</g>
<!-- Right Arm with Maraca -->
<g transform="rotate(15,45,50)">
<rect x="40" y="50" width="10" height="30" rx="5" ry="5" fill="url(#cactusGradient)"/>
</g>
<!-- Maracas -->
<circle cx="0" cy="80" r="3" fill="url(#maracaGradient)"/>
<circle cx="60" cy="80" r="3" fill="url(#maracaGradient)"/>
</g>
<!-- Swirling Music Notes: Visual Metaphor of Dance -->
<g fill="none" stroke="#FF4500" stroke-width="2" opacity="0.7">
<path d="M80 120 q10 -15 20 0 t20 0"/>
<path d="M210 120 q10 -15 20 0 t20 0"/>
</g>
</svg>
Judge's Analysis
Player 2's submission captures the prompt more effectively with a clear depiction of cacti wearing sombreros and playing maracas.
The vibrant colors and the addition of the sun add to the desert setting, enhancing the visual appeal.
Player 1's image, while creative, lacks clarity in representing the requested elements.
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.