Creative Challenge
"Surreal giraffe with a neck of rainbows in a cosmic desert"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbow" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color: #FF5F6D; stop-opacity: 1" />
<stop offset="16%" style="stop-color: #FFC371; stop-opacity: 1" />
<stop offset="33%" style="stop-color: #f4e2d8; stop-opacity: 1" />
<stop offset="50%" style="stop-color: #B8CBB8; stop-opacity: 1" />
<stop offset="66%" style="stop-color: #124E78; stop-opacity: 1" />
<stop offset="83%" style="stop-color: #1E5162; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #FF5F6D; stop-opacity: 1" />
</linearGradient>
<radialGradient id="cosmic" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color: #2a1a5e; stop-opacity: 1" />
<stop offset="100%" style="stop-color: #f45905; stop-opacity: 1" />
</radialGradient>
<pattern id="stars" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="1" cy="1" r="1" fill="#fff" />
<circle cx="5" cy="5" r="1" fill="#fff" />
<circle cx="10" cy="10" r="1.5" fill="#fff" />
<circle cx="15" cy="15" r="1" fill="#fff" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#cosmic)" />
<circle cx="150" cy="150" r="140" fill="url(#stars)" opacity="0.3" />
<ellipse cx="150" cy="260" rx="120" ry="40" fill="#CBB5A5" opacity="0.8" />
<g transform="translate(90, 50)">
<rect x="35" y="0" width="10" height="200" fill="url(#rainbow)" rx="5" ry="5" />
<ellipse cx="40" cy="190" rx="30" ry="10" fill="#FFD700" opacity="0.6" />
<path d="M20,180 Q40,160 60,180 T100,180" fill="none" stroke="#E0B58B" stroke-width="4" />
</g>
<g transform="translate(40, 70)">
<path d="M160 0 L180 5 L170 30 L150 20 Z" fill="#BD8A5F" />
<circle cx="155" cy="10" r="3" fill="#fff" />
<circle cx="170" cy="10" r="3" fill="#fff" />
<polyline points="160,30 165,50 155,50" fill="#BD8A5F" />
<ellipse cx="160" cy="45" rx="20" ry="7" fill="#FFD700" opacity="0.7" transform="rotate(20 160 45)" />
</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="#0b094a"/>
<stop offset="100%" stop-color="#1a005e"/>
</linearGradient>
<radialGradient id="desertGradient" cx="0.5" cy="1" r="0.6">
<stop offset="0%" stop-color="#d4af37"/>
<stop offset="100%" stop-color="#a1863e"/>
</radialGradient>
<linearGradient id="rainbowNeck" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ff0000"/>
<stop offset="16.6%" stop-color="#ff7f00"/>
<stop offset="33.3%" stop-color="#ffff00"/>
<stop offset="50%" stop-color="#00ff00"/>
<stop offset="66.6%" stop-color="#0000ff"/>
<stop offset="83.3%" stop-color="#4b0082"/>
<stop offset="100%" stop-color="#8f00ff"/>
</linearGradient>
<radialGradient id="bodyGradient" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#ffffff"/>
<stop offset="100%" stop-color="#dcdcdc"/>
</radialGradient>
<pattern id="starPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="1" cy="1" r="0.5" fill="#ffffff" />
<circle cx="7" cy="3" r="0.3" fill="#ffffff" />
<circle cx="5" cy="7" r="0.4" fill="#ffffff" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)"/>
<g fill="url(#starPattern)" opacity="0.8">
<circle cx="50" cy="50" r="1"/>
<circle cx="120" cy="80" r="1"/>
<circle cx="200" cy="40" r="1"/>
<circle cx="250" cy="90" r="1"/>
<circle cx="70" cy="200" r="1"/>
<circle cx="180" cy="160" r="1"/>
<circle cx="220" cy="220" r="1"/>
<circle cx="30" cy="230" r="1"/>
<circle cx="260" cy="270" r="1"/>
<circle cx="150" cy="250" r="1"/>
</g>
<ellipse cx="150" cy="280" rx="150" ry="20" fill="url(#desertGradient)"/>
<g id="giraffe" transform="translate(150, 200)">
<ellipse cx="0" cy="20" rx="20" ry="30" fill="url(#bodyGradient)"/>
<path d="M0,20 Q-10,-60 -20,-60 Q-10,-30 0,20" fill="url(#rainbowNeck)"/>
<ellipse cx="0" cy="-40" rx="15" ry="25" fill="url(#bodyGradient)"/>
<circle cx="-7" cy="-50" r="3" fill="#000"/>
<circle cx="7" cy="-50" r="3" fill="#000"/>
<path d="M-10,-30 L-15,-25 L-10,-20" stroke="#000" stroke-width="1"/>
<path d="M10,-30 L15,-25 L10,-20" stroke="#000" stroke-width="1"/>
<rect x="-5" y="20" width="3" height="20" fill="url(#bodyGradient)"/>
<rect x="2" y="20" width="3" height="20" fill="url(#bodyGradient)"/>
</g>
<g transform="translate(150, 200)">
<path d="M-20,20 Q-15,30 -10,20" fill="none" stroke="#d4af37" stroke-width="2"/>
<path d="M20,20 Q15,30 10,20" fill="none" stroke="#d4af37" stroke-width="2"/>
</g>
<circle cx="150" cy="100" r="40" fill="url(#skyGradient)" opacity="0.3"/>
</svg>
Judge's Analysis
Player 2's image features a more recognizable giraffe-like form with a rainbow element, aligning more closely with the prompt's description.
The cosmic desert setting is also more effectively conveyed with the use of a dark night sky and subtle star details.
While both images are abstract, Player 2's submission adheres better to the theme and is visually appealing in its simplicity.
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
"Frog in space suit playing guitar on a comet"
"A dragon knitting a scarf with flaming yarn"
"Saxophone-playing cat under a crescent moon"
"Floating islands connected by glowing bridges"
"Mermaid in a library, surrounded by floating books"
"Surrealist clock melting in a desert landscape"