Creative Challenge
"A cactus wearing sunglasses under a tiny umbrella in the desert."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Desert sand gradient -->
<linearGradient id="sand" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#FFD27F"/>
<stop offset="60%" stop-color="#FFE6A0"/>
<stop offset="100%" stop-color="#F2C26B"/>
</linearGradient>
<!-- Cactus body gradient -->
<linearGradient id="cactusBody" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#41B36B"/>
<stop offset="100%" stop-color="#29764D"/>
</linearGradient>
<!-- Cactus arm gradient -->
<linearGradient id="cactusArm" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#58D07F"/>
<stop offset="100%" stop-color="#338052"/>
</linearGradient>
<!-- Shadow -->
<radialGradient id="shadow" cx="0.5" cy="0.7" r="0.5">
<stop offset="0%" stop-color="#000" stop-opacity="0.16"/>
<stop offset="100%" stop-color="#000" stop-opacity="0"/>
</radialGradient>
<!-- Sunglasses gradient -->
<linearGradient id="glass" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#333"/>
<stop offset="90%" stop-color="#47496c"/>
<stop offset="100%" stop-color="#f1f5fe" stop-opacity="0.26"/>
</linearGradient>
<!-- Umbrella gradient -->
<linearGradient id="umbrella" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#f15c74"/>
<stop offset="40%" stop-color="#fae74b"/>
<stop offset="75%" stop-color="#58cfff"/>
<stop offset="100%" stop-color="#68f28b"/>
</linearGradient>
<!-- Highlight for cactus body -->
<radialGradient id="cactusHighlight" cx="60%" cy="30%" r="0.5">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.19"/>
<stop offset="60%" stop-color="#ffffff" stop-opacity="0"/>
</radialGradient>
<!-- Small white dots for sand pattern -->
<pattern id="sandPattern" patternUnits="userSpaceOnUse" width="24" height="18">
<circle cx="4" cy="5" r="1" fill="#fff6d3" opacity="0.53"/>
<circle cx="15" cy="8" r="1.2" fill="#fde29e" opacity="0.4"/>
<circle cx="22" cy="14" r="1" fill="#fff8e1" opacity="0.35"/>
<circle cx="8" cy="15" r="0.6" fill="#fff6d3" opacity="0.3"/>
</pattern>
</defs>
<!-- Sky -->
<rect x="0" y="0" width="300" height="190" fill="#87cfff"/>
<!-- Sun -->
<circle cx="230" cy="48" r="30" fill="url(#umbrella)" opacity="0.62"/>
<circle cx="230" cy="48" r="20" fill="#FFE761" opacity="0.95"/>
<!-- Distant dunes -->
<ellipse cx="80" cy="170" rx="90" ry="25" fill="#ffe7a5" opacity="0.5"/>
<ellipse cx="230" cy="170" rx="90" ry="30" fill="#fae0a1" opacity="0.37"/>
<!-- Foreground sand -->
<rect x="0" y="170" width="300" height="130" fill="url(#sand)"/>
<rect x="0" y="170" width="300" height="130" fill="url(#sandPattern)" opacity="0.3"/>
<!-- Cactus shadow -->
<ellipse cx="150" cy="255" rx="35" ry="10" fill="url(#shadow)"/>
<!-- Cactus main body -->
<g id="cactus">
<!-- Main body -->
<ellipse cx="150" cy="180" rx="30" ry="65" fill="url(#cactusBody)"/>
<ellipse cx="152" cy="170" rx="24" ry="60" fill="url(#cactusHighlight)"/>
<!-- Left arm -->
<path d="M132 150
Q110 130 120 190
Q127 220 140 185"
fill="none" stroke="url(#cactusArm)" stroke-width="15" stroke-linecap="round"/>
<!-- Right arm -->
<path d="M168 170
Q192 140 176 220
Q172 240 160 190"
fill="none" stroke="url(#cactusArm)" stroke-width="15" stroke-linecap="round"/>
<!-- Cactus spines -->
<g stroke="#e7ffe7" stroke-width="1.1">
<line x1="150" y1="130" x2="150" y2="124"/>
<line x1="160" y1="137" x2="164" y2="133"/>
<line x1="140" y1="137" x2="136" y2="133"/>
<line x1="170" y1="160" x2="175" y2="158"/>
<line x1="130" y1="160" x2="125" y2="158"/>
<line x1="150" y1="210" x2="150" y2="217"/>
<line x1="170" y1="225" x2="176" y2="230"/>
<line x1="130" y1="225" x2="124" y2="230"/>
<line x1="182" y1="195" x2="187" y2="201"/>
<line x1="118" y1="190" x2="113" y2="185"/>
</g>
<!-- Spines on left arm -->
<g stroke="#e7ffe7" stroke-width="1">
<line x1="125" y1="170" x2="120" y2="168"/>
<line x1="122" y1="185" x2="117" y2="188"/>
<line x1="128" y1="200" x2="124" y2="203"/>
</g>
<!-- Spines on right arm -->
<g stroke="#e7ffe7" stroke-width="1">
<line x1="172" y1="185" x2="177" y2="180"/>
<line x1="170" y1="202" x2="177" y2="208"/>
<line x1="165" y1="217" x2="172" y2="223"/>
</g>
<!-- Cactus cheeks (friendly!) -->
<ellipse cx="140" cy="190" rx="4" ry="2" fill="#ffcad4" opacity="0.73"/>
<ellipse cx="160" cy="192" rx="4" ry="2" fill="#ffe4e9" opacity="0.6"/>
<!-- Cactus mouth (smile) -->
<path d="M142 200 Q150 208 158 200" stroke="#283016" stroke-width="2" fill="none" stroke-linecap="round"/>
<!-- Sunglasses -->
<g>
<!-- Glasses frame -->
<ellipse cx="140" cy="180" rx="11" ry="8" fill="url(#glass)" stroke="#302e36" stroke-width="2.5"/>
<ellipse cx="160" cy="182" rx="11" ry="8" fill="url(#glass)" stroke="#302e36" stroke-width="2.5"/>
<!-- Bridge -->
<rect x="149" y="179" width="2" height="4" rx="1" fill="#444" stroke="#302e36" stroke-width="1"/>
<!-- Shine -->
<ellipse cx="144" cy="179" rx="2.4" ry="1" fill="#fff" fill-opacity="0.27"/>
<ellipse cx="164" cy="181" rx="2.5" ry="1.2" fill="#fff" fill-opacity="0.18"/>
<!-- Arms of glasses -->
<path d="M129 178 Q125 177 123 183" stroke="#333" stroke-width="2" fill="none"/>
<path d="M171 181 Q174 183 175 188" stroke="#333" stroke-width="2" fill="none"/>
</g>
</g>
<!-- Tiny umbrella over the cactus -->
<g id="umbrella" transform="translate(150 110)">
<!-- Stem -->
<rect x="-2" y="7" width="4" height="28" rx="2" fill="#c8b370"/>
<rect x="-1" y="8" width="2" height="25" rx="1" fill="#e5dcbe"/>
<!-- Umbrella canopy base shape -->
<path d="M-24 18
Q0 -17, 24 18
Q0 12, -24 18"
fill="url(#umbrella)" stroke="#e07eca" stroke-width="2"/>
<!-- Canopy decorative lines -->
<path d="M0 0 V18" stroke="#f2e6fa" stroke-width="2"/>
<path d="M-12 9 Q0 5, 12 9" stroke="#4be7a7" stroke-width="1.5" fill="none"/>
<path d="M-18 14 Q0 10, 18 14" stroke="#39befd" stroke-width="1.2" fill="none"/>
<circle cx="0" cy="0" r="3" fill="#fffacd" stroke="#ea539e" stroke-width="1"/>
</g>
<!-- Extra desert details: prickly pear patch and rocks -->
<g>
<!-- Prickly pear -->
<ellipse cx="65" cy="240" rx="11" ry="7" fill="#43b38a" opacity="0.64"/>
<ellipse cx="72" cy="233" rx="5" ry="4" fill="#5be39a" opacity="0.7"/>
<circle cx="66" cy="236" r="1.2" fill="#fff" opacity="0.38"/>
<!-- Rocks -->
<ellipse cx="110" cy="260" rx="10" ry="5" fill="#fad896" opacity="0.7"/>
<ellipse cx="240" cy="265" rx="13" ry="6" fill="#d9b285" opacity="0.7"/>
<ellipse cx="230" cy="250" rx="5" ry="2" fill="#eee0b2" opacity="0.7"/>
</g>
<!-- Heat haze above sand -->
<g opacity="0.13">
<ellipse cx="85" cy="166" rx="23" ry="2" fill="#fff"/>
<ellipse cx="210" cy="164" rx="30" ry="3.5" fill="#fff"/>
<ellipse cx="155" cy="170" rx="27" ry="2" fill="#fff"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<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="#D2B48C" />
</linearGradient>
<linearGradient id="cactusGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#228B22" />
<stop offset="100%" stop-color="#006400" />
</linearGradient>
<pattern id="umbrellaPattern" x="0" y="0" width="0.1" height="0.1">
<circle cx="5" cy="5" r="3" fill="#FF4500" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect y="200" width="300" height="100" fill="url(#sandGradient)" />
<ellipse cx="150" cy="200" rx="100" ry="50" fill="#D2B48C" />
<rect x="130" y="100" width="40" height="100" fill="url(#cactusGradient)" />
<circle cx="150" y="100" r="20" fill="url(#cactusGradient)" />
<rect x="140" y="80" width="20" height="20" fill="#000" />
<rect x="140" y="60" width="20" height="20" fill="#000" />
<rect x="130" y="70" width="40" height="10" fill="#808080" />
<circle cx="150" y="50" r="30" fill="url(#umbrellaPattern)" />
<line x1="150" y1="50" x2="150" y2="80" stroke="#8B4513" stroke-width="3" />
<circle cx="150" y="50" r="5" fill="#8B4513" />
<circle cx="120" y="50" r="5" fill="#8B4513" />
<circle cx="180" y="50" r="5" fill="#8B4513" />
<circle cx="150" y="20" r="5" fill="#8B4513" />
<circle cx="150" y="80" r="5" fill="#8B4513" />
</svg>
Judge's Analysis
Player 1's submission adheres closely to the prompt with a cactus wearing sunglasses and sitting under a tiny umbrella in a clear desert setting.
The design is creative, visually appealing, and technically well-executed with a cheerful and polished look.
Player 2's submission lacks detail and does not clearly resemble the intended idea, making it less effective in meeting the criteria.
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.