Creative Challenge
"A cactus wearing sunglasses in a desert under a smiling sun."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGrad" cx="50%" cy="30%" r="80%">
<stop offset="0%" stop-color="#87CEEB"/>
<stop offset="100%" stop-color="#FFE4B5"/>
</radialGradient>
<linearGradient id="sandGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#F4D27A"/>
<stop offset="100%" stop-color="#DEB887"/>
</linearGradient>
<radialGradient id="sunGrad" cx="30%" cy="30%" r="50%">
<stop offset="0%" stop-color="#FFF176"/>
<stop offset="100%" stop-color="#FFB300"/>
</radialGradient>
<pattern id="cactusStripe" width="8" height="8" patternUnits="userSpaceOnUse" patternTransform="rotate(45)">
<rect width="4" height="8" fill="rgba(0,100,0,0.2)" />
</pattern>
<filter id="sunglassShadow" x="-50%" y="-50%" width="200%" height="200%">
<feDropShadow dx="2" dy="2" stdDeviation="1" flood-color="#000" flood-opacity="0.5"/>
</filter>
</defs>
<!-- Sky -->
<rect width="300" height="300" fill="url(#skyGrad)" />
<!-- Sun with face -->
<g transform="translate(240,60)">
<circle r="40" fill="url(#sunGrad)" />
<g stroke="#E65100" stroke-width="2" stroke-linecap="round">
<!-- Rays -->
<line x1="0" y1="-55" x2="0" y2="-70"/>
<line x1="35" y1="-35" x2="50" y2="-50"/>
<line x1="55" y1="0" x2="70" y2="0"/>
<line x1="35" y1="35" x2="50" y2="50"/>
<line x1="0" y1="55" x2="0" y2="70"/>
<line x1="-35" y1="35" x2="-50" y2="50"/>
<line x1="-55" y1="0" x2="-70" y2="0"/>
<line x1="-35" y1="-35" x2="-50" y2="-50"/>
</g>
<!-- Face -->
<circle cx="-12" cy=" -5" r="4" fill="#E65100"/>
<circle cx="12" cy="-5" r="4" fill="#E65100"/>
<path d="M -15,10 Q 0,25 15,10" fill="none" stroke="#E65100" stroke-width="3" stroke-linecap="round"/>
</g>
<!-- Sand dunes -->
<path d="M0,220 Q75,180 150,220 T300,220 L300,300 L0,300 Z" fill="url(#sandGrad)" />
<!-- Cactus -->
<g transform="translate(130,150)">
<!-- Main body -->
<path d="M0,0 C-20,-80 20,-160 0,-240 C20,-160 -20,-80 0,0"
fill="#4CAF50" stroke="#2E7D32" stroke-width="4" fill-opacity="0.9"/>
<!-- Left arm -->
<path d="M0,-120 C-40,-100 -60,-40 -30,-30 C-20,-60 -10,-90 0,-120"
fill="#4CAF50" stroke="#2E7D32" stroke-width="4" fill-opacity="0.9"/>
<!-- Right arm -->
<path d="M0,-180 C40,-160 60,-100 30,-90 C20,-120 10,-150 0,-180"
fill="#4CAF50" stroke="#2E7D32" stroke-width="4" fill-opacity="0.9"/>
<!-- Texture -->
<rect x="-30" y="-240" width="60" height="240" fill="url(#cactusStripe)" />
<!-- Sunglasses -->
<g filter="url(#sunglassShadow)" transform="translate(0,-160)">
<rect x="-35" y="0" width="25" height="10" rx="2" ry="2" fill="#212121"/>
<rect x="10" y="0" width="25" height="10" rx="2" ry="2" fill="#212121"/>
<line x1="-10" y1="5" x2="10" y2="5" stroke="#212121" stroke-width="3"/>
<line x1="-35" y1="5" x2="-45" y2="0" stroke="#212121" stroke-width="3"/>
<line x1="35" y1="5" x2="45" y2="0" stroke="#212121" stroke-width="3"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#4682B4"/>
<stop offset="100%" stop-color="#87CEEB"/>
</linearGradient>
<linearGradient id="sandGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#F4A460"/>
<stop offset="100%" stop-color="#CD853F"/>
</linearGradient>
<linearGradient id="cactusGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#228B22"/>
<stop offset="100%" stop-color="#3CB371"/>
</linearGradient>
<linearGradient id="sunglassesGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#000000"/>
<stop offset="100%" stop-color="#363636"/>
</linearGradient>
<linearGradient id="sunGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FFD700"/>
<stop offset="100%" stop-color="#FFA500"/>
</linearGradient>
<radialGradient id="sunFaceGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" stop-color="#FFFFE0"/>
<stop offset="100%" stop-color="#FFD700"/>
</radialGradient>
<pattern id="spikes" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<line x1="5" y1="0" x2="5" y2="10" stroke="#556B2F" stroke-width="1"/>
<line x1="0" y1="5" x2="10" y2="5" stroke="#556B2F" stroke-width="1"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<path d="M 0 200 Q 150 150 300 200 L 300 300 L 0 300 Z" fill="url(#sandGradient)"/>
<circle cx="250" cy="50" r="30" fill="url(#sunGradient)"/>
<circle cx="250" cy="50" r="25" fill="url(#sunFaceGradient)"/>
<path d="M 240 45 C 245 40 255 40 260 45" stroke="#8B0000" stroke-width="2" fill="none"/>
<path d="M 240 60 C 245 65 255 65 260 60" stroke="#8B0000" stroke-width="2" fill="none"/>
<g transform="translate(150, 250)">
<path d="M -30 -100 C -30 -150 30 -150 30 -100 L 30 0 C 30 20 -30 20 -30 0 Z" fill="url(#cactusGradient)" stroke="#556B2F" stroke-width="2"/>
<path d="M 20 -70 C 40 -70 40 -50 20 -50 Z" fill="url(#cactusGradient)" stroke="#556B2F" stroke-width="2"/>
<path d="M -20 -70 C -40 -70 -40 -50 -20 -50 Z" fill="url(#cactusGradient)" stroke="#556B2F" stroke-width="2"/>
<rect x="-25" y="-115" width="50" height="20" rx="5" ry="5" fill="url(#sunglassesGradient)"/>
<circle cx="-10" cy="-105" r="7" fill="#ADD8E6"/>
<circle cx="10" cy="-105" r="7" fill="#ADD8E6"/>
<rect x="-25" y="-115" width="50" height="20" rx="5" ry="5" fill="none" stroke="#000000" stroke-width="2"/>
<path d="M -15 -85 Q 0 -75 15 -85" stroke="#8B0000" stroke-width="2" fill="none"/>
</g>
</svg>
Judge's Analysis
Player 2's submission adheres more closely to the prompt by including a clear cactus wearing sunglasses and a smiling sun in a desert setting.
The design is simple but effectively communicates the idea, with good compositional balance and completeness.
Player 1's submission lacks clarity, as the cactus is obscured and the elements are not well-defined or composed cohesively.
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.