Creative Challenge
"A giraffe wearing a space helmet, floating among colorful planets and stars."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Gradients -->
<radialGradient id="bgGrad" cx="50%" cy="50%" r="80%">
<stop offset="0%" stop-color="#180754"/>
<stop offset="100%" stop-color="#07213d"/>
</radialGradient>
<radialGradient id="planetRed" cx="40%" cy="40%" r="80%">
<stop offset="0%" stop-color="#ffb3ba" />
<stop offset="65%" stop-color="#e94c4c"/>
<stop offset="100%" stop-color="#ad1946"/>
</radialGradient>
<radialGradient id="planetBlue" cx="70%" cy="30%" r="90%">
<stop offset="0%" stop-color="#b3eeff" />
<stop offset="70%" stop-color="#40b3e8"/>
<stop offset="100%" stop-color="#224179"/>
</radialGradient>
<radialGradient id="planetGreen" cx="70%" cy="60%" r="60%">
<stop offset="0%" stop-color="#eaffd0" />
<stop offset="65%" stop-color="#8ad475"/>
<stop offset="100%" stop-color="#20613d"/>
</radialGradient>
<linearGradient id="giraffeNeck" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#ffe163"/>
<stop offset="50%" stop-color="#fcb314"/>
<stop offset="100%" stop-color="#d67528"/>
</linearGradient>
<radialGradient id="helmetGlass" cx="50%" cy="50%" r="90%">
<stop offset="0%" stop-color="#aee9f9" stop-opacity="0.6"/>
<stop offset="70%" stop-color="#7ec6e3" stop-opacity="0.4"/>
<stop offset="100%" stop-color="#67b6e1" stop-opacity="0.23"/>
</radialGradient>
<!-- Patterns for stars -->
<pattern id="starfield" x="0" y="0" width="30" height="30" patternUnits="userSpaceOnUse">
<circle cx="5" cy="7" r="1.3" fill="#fff"/>
<circle cx="20" cy="16" r="0.9" fill="#fff"/>
<circle cx="12" cy="24" r="0.6" fill="#fff"/>
<circle cx="28" cy="4" r="0.5" fill="#d6f7ff"/>
</pattern>
<!-- Horn Gradient -->
<linearGradient id="hornGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#fffde4"/>
<stop offset="100%" stop-color="#e6c027"/>
</linearGradient>
</defs>
<!-- BACKGROUND with starfield -->
<rect x="0" y="0" width="300" height="300" fill="url(#bgGrad)"/>
<rect x="0" y="0" width="300" height="300" fill="url(#starfield)" opacity="0.45"/>
<!-- COLORFUL PLANETS -->
<!-- Big red planet left -->
<ellipse cx="55" cy="70" rx="33" ry="24" fill="url(#planetRed)" filter="url(#planetBlur)" />
<ellipse cx="55" cy="70" rx="26" ry="17" fill="none" stroke="#fff4f5" opacity="0.25" stroke-width="2"/>
<!-- Blue planet right top -->
<ellipse cx="245" cy="58" rx="19" ry="16" fill="url(#planetBlue)"/>
<ellipse cx="245" cy="58" rx="14" ry="11" fill="none" stroke="#d3f8ff" opacity="0.25" stroke-width="1.6"/>
<!-- Green planet near giraffe's body -->
<ellipse cx="230" cy="215" rx="20" ry="15" fill="url(#planetGreen)"/>
<ellipse cx="230" cy="215" rx="16" ry="11.5" fill="none" stroke="#eeffd9" opacity="0.18" stroke-width="1.3"/>
<!-- Small purple planet bottom left -->
<ellipse cx="50" cy="235" rx="11" ry="8" fill="#b57bed"/>
<ellipse cx="50" cy="235" rx="8.5" ry="6" fill="none" stroke="#e6dbfa" opacity="0.15" stroke-width="1"/>
<!-- RINGS for planets -->
<ellipse cx="230" cy="217" rx="27" ry="7" fill="none" stroke="#fff" stroke-width="1" opacity="0.19" transform="rotate(5 230 217)"/>
<ellipse cx="55" cy="72" rx="40" ry="10" fill="none" stroke="#ffecbc" stroke-width="1.4" opacity="0.21" transform="rotate(-13 55 72)"/>
<!-- MORE STARS (randomized, for depth)-->
<circle cx="85" cy="45" r="1.8" fill="#fff" opacity="0.8"/>
<circle cx="120" cy="20" r="1.2" fill="#fffbe7" opacity="0.65"/>
<circle cx="190" cy="33" r="1.5" fill="#fff" opacity="0.7"/>
<circle cx="270" cy="100" r="1.1" fill="#bff1ff" opacity="0.8"/>
<circle cx="202" cy="275" r="1.8" fill="#fff" opacity="0.75"/>
<circle cx="120" cy="265" r="0.7" fill="#fffbda" opacity="0.6"/>
<circle cx="190" cy="158" r="1.1" fill="#fff" opacity="0.55"/>
<circle cx="60" cy="130" r="0.8" fill="#ffe7f9" opacity="0.7"/>
<circle cx="260" cy="250" r="1" fill="#e6ffff" opacity="0.7"/>
<!-- GIRAFFE'S NECK (floating diagonally) -->
<g id="giraffe">
<!-- Upper body shadow for floating effect -->
<ellipse cx="149" cy="242" rx="43" ry="10" fill="#311d45" opacity="0.22"/>
<!-- Neck -->
<rect x="132" y="110" width="35" height="85" rx="22" fill="url(#giraffeNeck)" />
<!-- Spots on neck -->
<ellipse cx="143" cy="140" rx="7" ry="4.3" fill="#7d4811" opacity="0.82"/>
<ellipse cx="154" cy="122" rx="4.5" ry="3.2" fill="#ad6f20" opacity="0.8"/>
<ellipse cx="165" cy="150" rx="6" ry="3.4" fill="#a46e1a" opacity="0.93"/>
<ellipse cx="151" cy="170" rx="4.2" ry="2.7" fill="#ad6712" opacity="0.83"/>
<ellipse cx="163" cy="182" rx="7" ry="3.4" fill="#8e480d" opacity="0.9"/>
<!-- Body (cropped, floating, round) -->
<ellipse cx="150" cy="220" rx="43" ry="28" fill="url(#giraffeNeck)" />
<!-- Spots on body -->
<ellipse cx="134" cy="227" rx="7.2" ry="5.3" fill="#ad681a" opacity="0.82"/>
<ellipse cx="157" cy="237" rx="6.1" ry="4.4" fill="#7d4811" opacity="0.77"/>
<ellipse cx="162" cy="216" rx="9.1" ry="5.1" fill="#a26915" opacity="0.75"/>
<!-- Tail, floating -->
<path d="M188 245 Q195 260 183 263" stroke="#ecd996" stroke-width="3.5" fill="none"/>
<ellipse cx="180" cy="266" rx="4" ry="3" fill="#633c0c"/>
<!-- Four legs (bent in zero-G, floating) -->
<ellipse cx="170" cy="263" rx="4.5" ry="12.5" transform="rotate(30 170 263)" fill="#f8db6d"/>
<ellipse cx="123" cy="260" rx="5" ry="13.5" transform="rotate(-25 123 260)" fill="#f7da55"/>
<ellipse cx="140" cy="265" rx="4.3" ry="10" transform="rotate(10 140 265)" fill="#f7e37d"/>
<ellipse cx="158" cy="254" rx="4.3" ry="9.4" transform="rotate(5 158 254)" fill="#ffe286"/>
<!-- Hooves -->
<ellipse cx="168" cy="277" rx="4.4" ry="2.6" fill="#644000" opacity="0.85"/>
<ellipse cx="125" cy="273" rx="4.1" ry="2.1" fill="#775004" opacity="0.7"/>
<ellipse cx="138" cy="273" rx="3.1" ry="1.6" fill="#7e5d30" opacity="0.7"/>
<ellipse cx="154" cy="264" rx="3.2" ry="1.7" fill="#8c7844" opacity="0.5"/>
<!-- GIRAFFE HEAD -->
<g id="giraffe-head">
<!-- Head inside helmet -->
<g>
<!-- Shadow under chin -->
<ellipse cx="150" cy="101.5" rx="15" ry="7" fill="#2b172c" opacity="0.16"/>
<!-- Face shape -->
<ellipse cx="150" cy="92" rx="20" ry="26" fill="#ffe163"/>
<!-- Cheek shade -->
<ellipse cx="159" cy="107" rx="7" ry="3.4" fill="#ffd579" opacity="0.35"/>
<!-- Snout -->
<ellipse cx="150" cy="107" rx="10.7" ry="8.4" fill="#ffedc1"/>
<!-- Nostrils -->
<ellipse cx="143" cy="111" rx="1.2" ry="2.2" fill="#95551a" opacity="0.6"/>
<ellipse cx="156" cy="111" rx="1.15" ry="1.8" fill="#95551a" opacity="0.5"/>
<!-- Ears -->
<ellipse cx="133" cy="83.5" rx="5.3" ry="12" fill="#ffd470"/>
<ellipse cx="167.5" cy="79" rx="5.7" ry="11.3" fill="#ffdfbc"/>
<!-- Ear insides -->
<ellipse cx="132" cy="84.7" rx="2" ry="4.6" fill="#e67812" opacity="0.37"/>
<ellipse cx="168" cy="80.8" rx="2.2" ry="4.1" fill="#dda67b" opacity="0.29"/>
<!-- Giraffe's eyes (peaceful, dreamy) -->
<ellipse cx="144" cy="93" rx="1.7" ry="2.4" fill="#62361c"/>
<ellipse cx="157" cy="93" rx="1.4" ry="2.2" fill="#452c1a"/>
<!-- Eye shines -->
<ellipse cx="144.7" cy="92" rx="0.3" ry="0.5" fill="#fff" opacity="0.7"/>
<ellipse cx="157.2" cy="92.5" rx="0.2" ry="0.4" fill="#fff" opacity="0.7"/>
<!-- Forehead spots -->
<ellipse cx="150" cy="82" rx="3.8" ry="1.6" fill="#ac7c24" opacity="0.6"/>
<ellipse cx="142" cy="86.5" rx="2.3" ry="1.1" fill="#996f25" opacity="0.6"/>
<ellipse cx="158" cy="87.5" rx="2" ry="1" fill="#ad8f35" opacity="0.5"/>
<!-- HORNS (ossicones) -->
<!-- Left -->
<rect x="138.5" y="68" width="3.1" height="17.3" rx="2" fill="url(#hornGrad)"/>
<ellipse cx="140" cy="67" rx="2.7" ry="3.5" fill="#f9e47a"/>
<circle cx="140.5" cy="65" r="2.2" fill="#f1eb96"/>
<!-- Right -->
<rect x="157" y="68" width="3.1" height="14" rx="2" fill="url(#hornGrad)"/>
<ellipse cx="158.5" cy="67" rx="2.3" ry="3.2" fill="#fbe483"/>
<circle cx="159" cy="65" r="1.85" fill="#ede449"/>
</g>
<!-- SPACE HELMET GLOSS & RIM-->
<g>
<!-- Glass -->
<ellipse cx="150" cy="90" rx="32" ry="34" fill="url(#helmetGlass)" stroke="#c9e8ff" stroke-width="2.1"/>
<!-- Reflections/gloss streaks -->
<ellipse cx="164" cy="83" rx="11" ry="3.4" fill="#fff" opacity="0.17"/>
<ellipse cx="145" cy="111" rx="11" ry="2" fill="#fff" opacity="0.1"/>
<path d="M155,60 Q180,82 170,117" stroke="#fff" stroke-opacity="0.11" stroke-width="3.3" fill="none"/>
<ellipse cx="170" cy="94" rx="3.8" ry="10.8" transform="rotate(23 170 94)" fill="#f2fdff" opacity="0.09"/>
<!-- Rim base -->
<ellipse cx="150" cy="124" rx="25" ry="6.5" fill="#b7eafb" opacity="0.79" />
<!-- Helmet bolts -->
<circle cx="176" cy="120" r="1.1" fill="#64b8d7"/>
<circle cx="124" cy="119" r="1.1" fill="#72c2da"/>
<circle cx="163" cy="128" r="1.1" fill="#008cd8" opacity="0.52"/>
<circle cx="136" cy="128" r="1.1" fill="#40aad6" opacity="0.52"/>
</g>
</g>
<!-- Tether, looping playfully to left. -->
<path d="M138 122 Q120 118 113 148 Q105 193 38 174 Q15 165 30 143 Q48 120 80 131 Q122 144 115 169" fill="none" stroke="#ffd875" stroke-width="2.1" stroke-dasharray="8 5" opacity="0.70"/>
<ellipse cx="36" cy="175" rx="6" ry="6" fill="#fff5b3" opacity="0.6"/>
<ellipse cx="34.2" cy="173.8" rx="2.1" ry="3.2" fill="#ffd680" opacity="0.46"/>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="spaceGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#000428;stop-opacity:1" />
<stop offset="100%" style="stop-color:#004e92;stop-opacity:1" />
</radialGradient>
<linearGradient id="planetGradient1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff7e5f;stop-opacity:1" />
<stop offset="100%" style="stop-color:#feb47b;stop-opacity:1" />
</linearGradient>
<linearGradient id="planetGradient2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#a8e063;stop-opacity:1" />
<stop offset="100%" style="stop-color:#56ab2f;stop-opacity:1" />
</linearGradient>
<linearGradient id="planetGradient3" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#6a11cb;stop-opacity:1" />
<stop offset="100%" style="stop-color:#2575fc;stop-opacity:1" />
</linearGradient>
<pattern id="starPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="1" fill="white" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#spaceGradient)" />
<rect width="300" height="300" fill="url(#starPattern)" opacity="0.8" />
<circle cx="80" cy="60" r="30" fill="url(#planetGradient1)" />
<circle cx="220" cy="100" r="40" fill="url(#planetGradient2)" />
<circle cx="150" cy="200" r="25" fill="url(#planetGradient3)" />
<ellipse cx="150" cy="150" rx="50" ry="80" fill="#f4a460" />
<ellipse cx="150" cy="100" rx="30" ry="40" fill="#f4a460" />
<circle cx="150" cy="80" r="20" fill="#f4a460" />
<circle cx="150" cy="80" r="15" fill="#ffffff" />
<circle cx="150" cy="80" r="10" fill="#000000" />
<rect x="130" y="60" width="40" height="20" rx="10" fill="#d3d3d3" />
<rect x="135" y="65" width="30" height="10" rx="5" fill="#ffffff" />
<line x1="100" y1="150" x2="200" y2="150" stroke="#f4a460" stroke-width="10" />
<line x1="150" y1="100" x2="150" y2="200" stroke="#f4a460" stroke-width="10" />
<circle cx="150" cy="150" r="5" fill="#ffffff" />
<circle cx="150" cy="150" r="3" fill="#000000" />
<circle cx="160" cy="140" r="2" fill="#ffffff" />
<circle cx="140" cy="160" r="2" fill="#ffffff" />
<circle cx="170" cy="130" r="2" fill="#ffffff" />
<circle cx="130" cy="170" r="2" fill="#ffffff" />
</svg>
Judge's Analysis
Player 1's submission adheres more closely to the prompt, clearly depicting a giraffe wearing a space helmet and floating among colorful planets and stars.
It is creatively executed with attention to detail, such as the helmet design and starry background.
Player 2's image, while abstract and colorful, does not clearly represent the giraffe or the space theme as described in the prompt.
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.