Creative Challenge
"Floating cat reading a newspaper on a rainbow-striped hammock"
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#E0F7FF" />
</linearGradient>
<linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FF0000" />
<stop offset="16.6%" stop-color="#FF9900" />
<stop offset="33.3%" stop-color="#FFFF00" />
<stop offset="50%" stop-color="#00FF00" />
<stop offset="66.6%" stop-color="#0099FF" />
<stop offset="83.3%" stop-color="#6633FF" />
<stop offset="100%" stop-color="#FF00FF" />
</linearGradient>
<radialGradient id="sunGlow" cx="70%" cy="30%" r="50%">
<stop offset="0%" stop-color="#FFFF88" />
<stop offset="75%" stop-color="#FFDD00" />
<stop offset="100%" stop-color="#FF9900" />
</radialGradient>
<pattern id="newspaperPattern" patternUnits="userSpaceOnUse" width="50" height="50">
<rect width="50" height="50" fill="#EEEEEE"/>
<line x1="0" y1="10" x2="50" y2="10" stroke="#CCCCCC" stroke-width="0.5"/>
<line x1="0" y1="20" x2="50" y2="20" stroke="#CCCCCC" stroke-width="0.5"/>
<line x1="0" y1="30" x2="50" y2="30" stroke="#CCCCCC" stroke-width="0.5"/>
<line x1="0" y1="40" x2="50" y2="40" stroke="#CCCCCC" stroke-width="0.5"/>
<line x1="10" y1="0" x2="10" y2="50" stroke="#DDDDDD" stroke-width="0.5"/>
<line x1="25" y1="0" x2="25" y2="50" stroke="#DDDDDD" stroke-width="0.5"/>
<line x1="40" y1="0" x2="40" y2="50" stroke="#DDDDDD" stroke-width="0.5"/>
</pattern>
<filter id="softShadow" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="3" />
<feOffset dx="2" dy="4" result="offsetBlur" />
<feComponentTransfer>
<feFuncA type="linear" slope="0.3" />
</feComponentTransfer>
<feMerge>
<feMergeNode />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
<filter id="cloudFilter" x="-20%" y="-20%" width="140%" height="140%">
<feGaussianBlur in="SourceAlpha" stdDeviation="5" result="blur" />
<feComponentTransfer in="blur" result="softblur">
<feFuncA type="linear" slope="1.5" intercept="0" />
</feComponentTransfer>
<feMerge>
<feMergeNode in="softblur" />
<feMergeNode in="SourceGraphic" />
</feMerge>
</filter>
</defs>
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#skyGradient)" />
<!-- Sun -->
<circle cx="260" cy="40" r="25" fill="url(#sunGlow)" />
<g transform="translate(260, 40)">
<line x1="-35" y1="0" x2="-28" y2="0" stroke="#FFCC00" stroke-width="2" />
<line x1="28" y1="0" x2="35" y2="0" stroke="#FFCC00" stroke-width="2" />
<line x1="0" y1="-35" x2="0" y2="-28" stroke="#FFCC00" stroke-width="2" />
<line x1="0" y1="28" x2="0" y2="35" stroke="#FFCC00" stroke-width="2" />
<line x1="-25" y1="-25" x2="-20" y2="-20" stroke="#FFCC00" stroke-width="2" />
<line x1="20" y1="20" x2="25" y2="25" stroke="#FFCC00" stroke-width="2" />
<line x1="-25" y1="25" x2="-20" y2="20" stroke="#FFCC00" stroke-width="2" />
<line x1="20" y1="-20" x2="25" y2="-25" stroke="#FFCC00" stroke-width="2" />
</g>
<!-- Clouds -->
<g filter="url(#cloudFilter)">
<ellipse cx="60" cy="60" rx="30" ry="20" fill="white" />
<ellipse cx="85" cy="55" rx="25" ry="18" fill="white" />
<ellipse cx="40" cy="55" rx="20" ry="15" fill="white" />
<ellipse cx="220" cy="80" rx="35" ry="22" fill="white" />
<ellipse cx="250" cy="75" rx="28" ry="20" fill="white" />
<ellipse cx="190" cy="75" rx="25" ry="17" fill="white" />
</g>
<!-- Rainbow Hammock -->
<path d="M40,150 C120,210 180,210 260,150" fill="none" stroke="url(#rainbowGradient)" stroke-width="15" stroke-linecap="round" filter="url(#softShadow)" />
<path d="M40,150 C120,195 180,195 260,150" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-opacity="0.5" stroke-linecap="round" />
<!-- Hammock strings -->
<line x1="40" y1="150" x2="40" y2="110" stroke="#888888" stroke-width="2" />
<line x1="260" y1="150" x2="260" y2="110" stroke="#888888" stroke-width="2" />
<!-- Newspaper -->
<g transform="translate(150, 135) rotate(5) scale(0.7)">
<rect x="-35" y="-40" width="70" height="80" fill="url(#newspaperPattern)" filter="url(#softShadow)" />
<rect x="-30" y="-35" width="60" height="10" fill="#444444" />
<rect x="-25" y="-20" width="50" height="3" fill="#777777" />
<rect x="-25" y="-15" width="40" height="3" fill="#777777" />
<rect x="-25" y="-10" width="45" height="3" fill="#777777" />
<rect x="-25" y="-5" width="30" height="3" fill="#777777" />
<rect x="-25" y="5" width="50" height="3" fill="#777777" />
<rect x="-25" y="10" width="40" height="3" fill="#777777" />
<rect x="-25" y="15" width="45" height="3" fill="#777777" />
<rect x="-25" y="20" width="42" height="3" fill="#777777" />
<rect x="-25" y="25" width="38" height="3" fill="#777777" />
<rect x="-25" y="30" width="48" height="3" fill="#777777" />
</g>
<!-- Cat -->
<g transform="translate(150, 140)" filter="url(#softShadow)">
<!-- Cat body -->
<ellipse cx="0" cy="0" rx="35" ry="20" fill="#F4D03F" />
<!-- Cat head -->
<circle cx="30" cy="-10" r="20" fill="#F4D03F" />
<!-- Cat ears -->
<path d="M20,-25 L15,-15 L25,-15 Z" fill="#F4D03F" />
<path d="M40,-25 L35,-15 L45,-15 Z" fill="#F4D03F" />
<path d="M22,-23 L19,-17 L25,-17 Z" fill="#FFC0CB" />
<path d="M38,-23 L35,-17 L41,-17 Z" fill="#FFC0CB" />
<!-- Cat eyes -->
<ellipse cx="25" cy="-10" rx="3" ry="5" fill="white" />
<ellipse cx="35" cy="-10" rx="3" ry="5" fill="white" />
<ellipse cx="25" cy="-10" rx="1" ry="2.5" fill="#333333" />
<ellipse cx="35" cy="-10" rx="1" ry="2.5" fill="#333333" />
<ellipse cx="24.5" cy="-12" rx="0.8" ry="0.8" fill="white" />
<ellipse cx="34.5" cy="-12" rx="0.8" ry="0.8" fill="white" />
<!-- Cat nose and mouth -->
<path d="M30,-5 L28,-3 L32,-3 Z" fill="#FFC0CB" />
<path d="M30,-3 C30,-1 32,0 34,0" fill="none" stroke="#333333" stroke-width="0.7" />
<path d="M30,-3 C30,-1 28,0 26,0" fill="none" stroke="#333333" stroke-width="0.7" />
<!-- Cat whiskers -->
<line x1="26" y1="-4" x2="15" y2="-6" stroke="#FFFFFF" stroke-width="0.7" />
<line x1="26" y1="-3" x2="15" y2="-3" stroke="#FFFFFF" stroke-width="0.7" />
<line x1="26" y1="-2" x2="15" y2="0" stroke="#FFFFFF" stroke-width="0.7" />
<line x1="34" y1="-4" x2="45" y2="-6" stroke="#FFFFFF" stroke-width="0.7" />
<line x1="34" y1="-3" x2="45" y2="-3" stroke="#FFFFFF" stroke-width="0.7" />
<line x1="34" y1="-2" x2="45" y2="0" stroke="#FFFFFF" stroke-width="0.7" />
<!-- Cat tail -->
<path d="M-30,-5 C-40,-25 -50,5 -35,15" fill="none" stroke="#F4D03F" stroke-width="8" stroke-linecap="round" />
<!-- Cat paws -->
<circle cx="15" cy="10" r="5" fill="#F4D03F" />
<circle cx="-15" cy="10" r="5" fill="#F4D03F" />
<ellipse cx="30" cy="10" rx="6" ry="4" fill="#F4D03F" />
</g>
<!-- Small birds -->
<g transform="translate(80, 100)">
<path d="M0,0 C2,-2 5,-2 7,0 C9,-2 12,-2 14,0 L7,5 Z" fill="#6495ED" />
</g>
<g transform="translate(200, 90)">
<path d="M0,0 C2,-2 5,-2 7,0 C9,-2 12,-2 14,0 L7,5 Z" fill="#FF6347" />
</g>
<!-- Little flying papers -->
<g transform="translate(180, 160) rotate(20)">
<rect x="-5" y="-5" width="10" height="10" fill="white" />
</g>
<g transform="translate(190, 170) rotate(-15)">
<rect x="-4" y="-4" width="8" height="8" fill="white" />
</g>
<!-- Signature stars -->
<g transform="translate(50, 40)">
<path d="M0,0 L1,3 L4,3 L2,5 L3,8 L0,6 L-3,8 L-2,5 L-4,3 L-1,3 Z" fill="#FFFF88" />
</g>
<g transform="translate(270, 200)">
<path d="M0,0 L1,3 L4,3 L2,5 L3,8 L0,6 L-3,8 L-2,5 L-4,3 L-1,3 Z" fill="#FFFF88" />
</g>
</svg>
<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: #FF0000; stop-opacity: 1;" />
<stop offset="17%" style="stop-color: #FF7F00; stop-opacity: 1;" />
<stop offset="34%" style="stop-color: #FFFF00; stop-opacity: 1;" />
<stop offset="51%" style="stop-color: #00FF00; stop-opacity: 1;" />
<stop offset="68%" style="stop-color: #0000FF; stop-opacity: 1;" />
<stop offset="85%" style="stop-color: #4B0082; stop-opacity: 1;" />
<stop offset="100%" style="stop-color: #8B00FF; stop-opacity: 1;" />
</linearGradient>
<pattern id="newspaper" patternUnits="userSpaceOnUse" width="4" height="4">
<path d="M0,0 L4,4 M4,0 L0,4" style="stroke: gray; stroke-width: 0.5" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="lightblue" />
<ellipse cx="150" cy="150" rx="140" ry="90" fill="url(#rainbow)" />
<path d="M40,150 C70,130 230,130 260,150 C230,170 70,170 40,150 Z" fill="url(#rainbow)" fill-opacity="0.7" />
<g transform="translate(140, 100) rotate(5)">
<ellipse cx="0" cy="0" rx="55" ry="35" fill="none" stroke="black" stroke-width="0.5" />
<circle cx="0" cy="0" r="20" fill="gray" />
<ellipse cx="-5" cy="-6" rx="3" ry="6" fill="white" />
<ellipse cx="5" cy="-6" rx="3" ry="6" fill="white" />
<path d="M-10,10 C-5,15 5,15 10,10" stroke="black" stroke-width="0.5" stroke-linecap="round" fill="none" />
</g>
<rect x="130" y="90" width="45" height="60" fill="url(#newspaper)" transform="rotate(-5 150 120)" />
<line x1="50" y1="150" x2="140" y2="90" stroke="black" stroke-width="0.5" />
<line x1="250" y1="150" x2="170" y2="90" stroke="black" stroke-width="0.5" />
<path d="M140,100 Q130,95 120,100 L140,100" fill="gray" />
<path d="M160,100 Q170,95 180,100 L160,100" fill="gray" />
</svg>
Judge's Analysis
Player 1's submission clearly depicts a cat floating on a rainbow-striped hammock, adhering closely to the prompt.
The inclusion of elements like clouds and the sun enhances the scene's creativity and visual appeal.
In contrast, Player 2's submission is more abstract, making it difficult to identify the cat or the hammock clearly, leading to less adherence 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
"Cactus wearing sunglasses and a sombrero in a desert sunset"
"A tree with roots as legs dancing in a grassy meadow"
"Astronaut disco dancing with a robot on the moon"
"An ice cream cone floating in space with rings like Saturn"
"An octopus playing a grand piano in a moonlit ocean concert"
"Surreal fruit sailing a sea of chocolate milk under a checkerboard sky"