Creative Challenge
"A cactus wearing futuristic sunglasses under a disco ball in the desert."
<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300" viewBox="0 0 300 300">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="0%" r="100%" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#2e0264"/>
<stop offset="70%" stop-color="#864879"/>
<stop offset="100%" stop-color="#d786ac"/>
</radialGradient>
<radialGradient id="sandGradient" cx="50%" cy="50%" r="100%">
<stop offset="0%" stop-color="#f8e9a1"/>
<stop offset="60%" stop-color="#f2c94c"/>
<stop offset="100%" stop-color="#e89d1c"/>
</radialGradient>
<linearGradient id="cactusGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#0a6b0d"/>
<stop offset="50%" stop-color="#39a12f"/>
<stop offset="100%" stop-color="#65d160"/>
</linearGradient>
<radialGradient id="lensGradient" cx="50%" cy="50%" r="50%" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#aaffff"/>
<stop offset="50%" stop-color="#5566ff"/>
<stop offset="100%" stop-color="#223388"/>
</radialGradient>
<pattern id="mirrorPattern" x="0" y="0" width="8" height="8" patternUnits="userSpaceOnUse">
<rect width="8" height="8" fill="#666"/>
<rect width="4" height="4" fill="#ccc"/>
<rect x="4" y="4" width="4" height="4" fill="#ccc"/>
</pattern>
<linearGradient id="beamGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.4"/>
<stop offset="100%" stop-color="#ffffff" stop-opacity="0"/>
</linearGradient>
<radialGradient id="discoShine" cx="30%" cy="30%" r="50%" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#ffffff" stop-opacity="0.6"/>
<stop offset="30%" stop-color="#ffffff" stop-opacity="0.3"/>
<stop offset="100%" stop-color="#000000" stop-opacity="0"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<path d="M0,220 Q75,200 150,220 T300,200 L300,300 L0,300 Z" fill="url(#sandGradient)"/>
<circle cx="30" cy="30" r="1.5" fill="#fff" opacity="0.8"/>
<circle cx="80" cy="20" r="1" fill="#fff" opacity="0.7"/>
<circle cx="200" cy="40" r="2" fill="#fff" opacity="0.9"/>
<circle cx="250" cy="25" r="1.2" fill="#fff" opacity="0.7"/>
<circle cx="180" cy="10" r="1.5" fill="#fff" opacity="0.8"/>
<g>
<circle cx="150" cy="50" r="30" fill="url(#mirrorPattern)" stroke="#eee" stroke-width="2"/>
<circle cx="150" cy="50" r="30" fill="url(#discoShine)"/>
</g>
<g>
<g transform="rotate(-30 150 50)">
<rect x="147" y="80" width="6" height="220" fill="url(#beamGradient)"/>
</g>
<g transform="rotate(-15 150 50)">
<rect x="147" y="80" width="6" height="220" fill="url(#beamGradient)"/>
</g>
<g>
<rect x="147" y="80" width="6" height="220" fill="url(#beamGradient)"/>
</g>
<g transform="rotate(15 150 50)">
<rect x="147" y="80" width="6" height="220" fill="url(#beamGradient)"/>
</g>
<g transform="rotate(30 150 50)">
<rect x="147" y="80" width="6" height="220" fill="url(#beamGradient)"/>
</g>
</g>
<g>
<rect x="140" y="180" width="20" height="80" rx="10" fill="url(#cactusGradient)"/>
<rect x="115" y="200" width="20" height="50" rx="10" fill="url(#cactusGradient)" transform="rotate(-20 125 225)"/>
<rect x="165" y="200" width="20" height="60" rx="10" fill="url(#cactusGradient)" transform="rotate(20 175 225)"/>
<g stroke="#fff" stroke-width="1">
<line x1="150" y1="190" x2="155" y2="190"/>
<line x1="145" y1="205" x2="150" y2="205"/>
<line x1="155" y1="220" x2="160" y2="220"/>
<line x1="150" y1="235" x2="155" y2="235"/>
<line x1="145" y1="250" x2="150" y2="250"/>
</g>
<g transform="rotate(-20 125 225)" stroke="#fff" stroke-width="1">
<line x1="125" y1="210" x2="130" y2="210"/>
<line x1="120" y1="225" x2="125" y2="225"/>
<line x1="130" y1="240" x2="135" y2="240"/>
</g>
<g transform="rotate(20 175 225)" stroke="#fff" stroke-width="1">
<line x1="175" y1="215" x2="180" y2="215"/>
<line x1="170" y1="235" x2="175" y2="235"/>
<line x1="180" y1="255" x2="185" y2="255"/>
</g>
</g>
<g>
<ellipse cx="140" cy="195" rx="12" ry="8" fill="url(#lensGradient)" stroke="#0ff" stroke-width="3"/>
<ellipse cx="160" cy="195" rx="12" ry="8" fill="url(#lensGradient)" stroke="#0ff" stroke-width="3"/>
<line x1="152" y1="195" x2="148" y2="195" stroke="#0ff" stroke-width="4"/>
<line x1="128" y1="195" x2="118" y2="190" stroke="#0ff" stroke-width="2"/>
<line x1="172" y1="195" x2="182" y2="190" stroke="#0ff" stroke-width="2"/>
</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="desertGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#ffebcd;stop-opacity:1" />
<stop offset="100%" style="stop-color:#f08080;stop-opacity:1" />
</linearGradient>
<linearGradient id="cactusGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#008000;stop-opacity:1" />
<stop offset="100%" style="stop-color:#32cd32;stop-opacity:1" />
</linearGradient>
<radialGradient id="discoGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#ffffff;stop-opacity:1" />
<stop offset="100%" style="stop-color:#c0c0c0;stop-opacity:0.8" />
</radialGradient>
<pattern id="discoPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect width="5" height="5" fill="#8a2be2"/>
<rect x="5" y="5" width="5" height="5" fill="#00ffff"/>
</pattern>
<linearGradient id="sunglassesGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#4b0082;stop-opacity:1" />
<stop offset="50%" style="stop-color:#800080;stop-opacity:1" />
<stop offset="100%" style="stop-color:#ff00ff;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Desert Background -->
<rect width="300" height="300" fill="url(#desertGradient)"/>
<!-- Cactus -->
<path d="M 150 280 Q 130 250 130 220 Q 120 180 150 150 Q 180 180 170 220 Q 170 250 150 280 Z M 130 220 Q 100 200 100 180 Q 100 160 130 150 M 170 220 Q 200 200 200 180 Q 200 160 170 150" fill="url(#cactusGradient)"/>
<!-- Spikes (simplified) -->
<circle cx="150" cy="260" r="2" fill="#8b4513"/>
<circle cx="155" cy="245" r="2" fill="#8b4513"/>
<circle cx="145" cy="245" r="2" fill="#8b4513"/>
<circle cx="130" cy="190" r="2" fill="#8b4513"/>
<circle cx="170" cy="190" r="2" fill="#8b4513"/>
<!-- Futuristic Sunglasses -->
<path d="M 120 140 Q 135 130 150 140 Q 165 130 180 140 L 180 150 Q 165 160 150 150 Q 135 160 120 150 Z" fill="url(#sunglassesGradient)"/>
<ellipse cx="140" cy="145" rx="8" ry="5" fill="rgba(255, 255, 255, 0.5)"/>
<ellipse cx="160" cy="145" rx="8" ry="5" fill="rgba(255, 255, 255, 0.5)"/>
<!-- Disco Ball -->
<circle cx="150" cy="80" r="30" fill="url(#discoGradient)" stroke="#a9a9a9" stroke-width="2"/>
<circle cx="150" cy="80" r="30" fill="url(#discoPattern)"/>
<!-- Disco Ball Reflections -->
<circle cx="130" cy="70" r="3" fill="#ffffff"/>
<circle cx="170" cy="75" r="2" fill="#ffffff"/>
<circle cx="140" cy="90" r="4" fill="#ffffff"/>
</svg>
Judge's Analysis
Player 1's submission better adheres to the prompt with a clear depiction of a cactus wearing futuristic sunglasses under a disco ball in a desert setting, enhanced by the desert dunes and lighting effects.
The compositional strength and execution are more cohesive compared to Player 2's simpler and less dynamic design, which lacks environmental context and refinement in the disco ball's rendering.
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.