Creative Challenge
"Giraffe in a UFO knitting a rainbow scarf"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="ufoGrad" cx="150" cy="150" r="150" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#e0e5ec" />
<stop offset="100%" stop-color="#a6b5c9" />
</radialGradient>
<linearGradient id="scarfGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#ff0057" />
<stop offset="20%" stop-color="#ffa500" />
<stop offset="40%" stop-color="#ffdf00" />
<stop offset="60%" stop-color="#008000" />
<stop offset="80%" stop-color="#0000ff" />
<stop offset="100%" stop-color="#4b0082" />
</linearGradient>
<linearGradient id="giraffeBodyGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#d8a200" />
<stop offset="100%" stop-color="#f4d35e" />
</linearGradient>
</defs>
<circle cx="150" cy="150" r="60" fill="url(#ufoGrad)" />
<ellipse cx="150" cy="190" rx="80" ry="30" fill="rgba(0, 0, 0, 0.2)" />
<g transform="translate(140 120)">
<path d="M0,0 C-3,-15 3,-15 0,-30 C5,-37 5,-47 0,-55 C-5,-47 -5,-37 0,-30 C-3,-15 3,-15 0,0" fill="url(#giraffeBodyGrad)" />
<circle cx="-6" cy="-50" r="3" fill="#f5ceb8" />
<circle cx="-2" cy="-54" r="3" fill="#f5ceb8" />
<circle cx="2" cy="-54" r="3" fill="#f5ceb8" />
<circle cx="6" cy="-50" r="3" fill="#f5ceb8" />
<circle cx="0" cy="0" r="8" fill="#d8a200" />
</g>
<path d="M150 150 Q155 200 140 250 Q160 240 170 260 Q180 230 175 150" fill="url(#scarfGrad)" stroke="black" stroke-width="1" />
<line x1="140" y1="150" x2="145" y2="130" stroke="#8b4513" stroke-width="2" />
<line x1="155" y1="150" x2="160" y2="130" stroke="#8b4513" stroke-width="2" />
<circle cx="150" cy="120" r="3" fill="#f5ceb8" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Gradients -->
<defs>
<linearGradient id="ufoGradient" x1="0" x2="0" y1="0" y2="1">
<stop offset="0%" stop-color="#b3d9ff"/>
<stop offset="100%" stop-color="#3399ff"/>
</linearGradient>
<linearGradient id="rainbowGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#ff0000" />
<stop offset="20%" stop-color="#ff7f00" />
<stop offset="40%" stop-color="#ffff00" />
<stop offset="60%" stop-color="#00ff00" />
<stop offset="80%" stop-color="#0000ff" />
<stop offset="100%" stop-color="#8b00ff" />
</linearGradient>
<radialGradient id="giraffeSpot" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#cc9900"/>
<stop offset="100%" stop-color="#996633"/>
</radialGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="3.5" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="#111111" />
<!-- UFO -->
<g id="ufo" filter="url(#glow)">
<ellipse cx="150" cy="70" rx="50" ry="20" fill="url(#ufoGradient)" />
<ellipse cx="150" cy="70" rx="30" ry="10" fill="#eeeeee" opacity="0.7"/>
<!-- UFO Dome -->
<path d="M130,60 Q150,30 170,60 L170,70 Q150,50 130,70 Z" fill="url(#ufoGradient)" opacity="0.8"/>
<!-- UFO beam -->
<path d="M140,90 L120,150 Q150,160 180,150 L160,90 Z" fill="url(#ufoGradient)" opacity="0.3"/>
</g>
<!-- Giraffe body leaving UFO -->
<g id="giraffe">
<!-- Neck -->
<rect x="145" y="70" width="10" height="70" fill="#f4c27d" />
<!-- Body -->
<ellipse cx="150" cy="150" rx="18" ry="25" fill="#f4c27d" />
<!-- Spots -->
<circle cx="150" cy="140" r="3" fill="url(#giraffeSpot)" />
<circle cx="157" cy="155" r="2" fill="url(#giraffeSpot)" />
<circle cx="142" cy="155" r="2.5" fill="url(#giraffeSpot)" />
<!-- Legs -->
<rect x="142" y="170" width="4" height="15" fill="#f4c27d" />
<rect x="154" y="170" width="4" height="15" fill="#f4c27d" />
<!-- Head -->
<g id="head">
<circle cx="150" cy="60" r="10" fill="#f4c27d" />
<!-- Ears -->
<path d="M144,50 Q142,45 146,45" fill="#f4c27d" />
<path d="M156,50 Q158,45 154,45" fill="#f4c27d" />
<!-- Ossicones -->
<rect x="147" y="38" width="3" height="10" fill="#f4c27d" />
<rect x="150" y="38" width="3" height="10" fill="#f4c27d" />
<!-- Eyes -->
<circle cx="147" cy="58" r="1.5" fill="#000" />
<circle cx="153" cy="58" r="1.5" fill="#000" />
<!-- Smile -->
<path d="M145,63 Q150,67 155,63" stroke="#000" stroke-width="0.5" fill="none"/>
</g>
</g>
<!-- Rainbow Scarf being knitted -->
<g id="scarf">
<!-- Rainbow string: a long curved path -->
<path d="M160,100 C190,120 190,160 160,180" stroke="url(#rainbowGradient)" stroke-width="5" fill="none" />
<!-- Knitting needles -->
<line x1="170" y1="95" x2="180" y2="130" stroke="#cccccc" stroke-width="2" />
<line x1="170" y1="95" x2="165" y2="130" stroke="#cccccc" stroke-width="2" />
<!-- Yarn balls as decorative elements -->
<circle cx="185" cy="125" r="4" fill="#ff66a3"/>
<circle cx="155" cy="135" r="3" fill="#66ff66"/>
</g>
<!-- Artistic touches: stars -->
<g id="stars">
<circle cx="20" cy="30" r="1" fill="#fff"/>
<circle cx="50" cy="10" r="1.2" fill="#fff"/>
<circle cx="270" cy="40" r="1" fill="#fff"/>
<circle cx="250" cy="80" r="0.8" fill="#fff"/>
<circle cx="220" cy="20" r="1" fill="#fff"/>
<circle cx="80" cy="60" r="1" fill="#fff"/>
<circle cx="100" cy="20" r="0.9" fill="#fff"/>
<circle cx="200" cy="10" r="1.1" fill="#fff"/>
</g>
</svg>
Judge's Analysis
Player 2's image more effectively captures the whimsical concept of a giraffe in a UFO knitting a rainbow scarf.
The scene is well-composed, with a clear depiction of the UFO and the giraffe actively engaging in knitting.
The use of color and space creates a visually appealing and imaginative representation, adhering closely to 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.
Similar Challenges
"Sky-high jellyfish floating above a busy cityscape"
"A clock face made of melting candles"
"A giraffe with a fishbowl head, swimming in a jellybean sea"
"Giraffe on roller skates juggling flaming pizzas under a disco ball"
"Three-eyed cat juggling planets in a void"
"Flying teapot pouring stars onto a sleeping city"