Creative Challenge
"A giraffe roller-skating on a rainbow under a starry night sky."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#00001a; stop-opacity:1" />
<stop offset="40%" style="stop-color:#190033; stop-opacity:1" />
<stop offset="100%" style="stop-color:#33004c; stop-opacity:1" />
</linearGradient>
<radialGradient id="moonGlow" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="30%" style="stop-color:rgba(255,255,220,0.7); stop-opacity:1" />
<stop offset="60%" style="stop-color:rgba(255,255,220,0.3); stop-opacity:1" />
<stop offset="100%" style="stop-color:rgba(255,255,220,0); stop-opacity:1" />
</radialGradient>
<symbol id="starSymbol" viewBox="0 0 10 10">
<polygon points="5,0 6.1,3.5 9.8,3.5 6.8,5.7 7.9,9.1 5,7 2.1,9.1 3.2,5.7 0.2,3.5 3.9,3.5" fill="#FFFFE0"/>
</symbol>
<filter id="shadowBlur">
<feGaussianBlur stdDeviation="1.5"/>
</filter>
</defs>
<!-- Sky Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<!-- Stars -->
<use href="#starSymbol" x="20" y="25" width="10" height="10" opacity="0.9"/>
<use href="#starSymbol" x="150" y="15" width="7" height="7" opacity="0.8"/>
<use href="#starSymbol" x="280" y="50" width="9" height="9" opacity="0.9"/>
<use href="#starSymbol" x="70" y="70" width="5" height="5" opacity="0.7"/>
<use href="#starSymbol" x="200" y="90" width="6" height="6" opacity="0.85"/>
<circle cx="40" cy="15" r="1.2" fill="#FFFFF0" opacity="0.8"><animate attributeName="opacity" values="0.5;1;0.5" dur="2.3s" repeatCount="indefinite" begin="0.1s"/></circle>
<circle cx="90" cy="30" r="0.8" fill="#FFFFF0" opacity="0.7"><animate attributeName="opacity" values="0.4;0.9;0.4" dur="2.8s" repeatCount="indefinite" begin="0.3s"/></circle>
<circle cx="120" cy="45" r="1.5" fill="#FFFFE0" opacity="0.9"><animate attributeName="opacity" values="0.6;1;0.6" dur="1.8s" repeatCount="indefinite" begin="0.5s"/></circle>
<circle cx="180" cy="20" r="1" fill="#FFFFF0" opacity="0.6"><animate attributeName="opacity" values="0.3;0.8;0.3" dur="3.1s" repeatCount="indefinite" begin="0.2s"/></circle>
<circle cx="220" cy="60" r="1.3" fill="#FFFFE0" opacity="0.85"><animate attributeName="opacity" values="0.5;1;0.5" dur="2.5s" repeatCount="indefinite" begin="0.4s"/></circle>
<circle cx="260" cy="10" r="0.9" fill="#FFFFF0" opacity="0.75"><animate attributeName="opacity" values="0.4;0.9;0.4" dur="2.9s" repeatCount="indefinite" begin="0.6s"/></circle>
<circle cx="55" cy="90" r="1.1" fill="#FFFFE0" opacity="0.8"><animate attributeName="opacity" values="0.5;1;0.5" dur="2.1s" repeatCount="indefinite" begin="0.1s"/></circle>
<circle cx="135" cy="80" r="0.7" fill="#FFFFF0" opacity="0.65"><animate attributeName="opacity" values="0.3;0.8;0.3" dur="2.7s" repeatCount="indefinite" begin="0.3s"/></circle>
<circle cx="205" cy="100" r="1.4" fill="#FFFFF0" opacity="0.9"><animate attributeName="opacity" values="0.6;1;0.6" dur="2.2s" repeatCount="indefinite" begin="0.5s"/></circle>
<circle cx="275" cy="85" r="1" fill="#FFFFE0" opacity="0.7"><animate attributeName="opacity" values="0.4;0.9;0.4" dur="2.4s" repeatCount="indefinite" begin="0.2s"/></circle>
<circle cx="10" cy="120" r="0.8" fill="#FFFFF0" opacity="0.7"><animate attributeName="opacity" values="0.4;0.9;0.4" dur="3.0s" repeatCount="indefinite" begin="0.7s"/></circle>
<circle cx="290" cy="130" r="1.1" fill="#FFFFE0" opacity="0.8"><animate attributeName="opacity" values="0.5;1;0.5" dur="2.0s" repeatCount="indefinite" begin="0.8s"/></circle>
<!-- Moon -->
<g transform="translate(240 35)">
<circle cx="0" cy="0" r="30" fill="url(#moonGlow)" />
<path d="M-15,-20 Q15,0 -15,20 Q5,0 -15,-20 Z" fill="#FFFDD0" >
<animate attributeName="opacity" values="0.8;1;0.8" dur="4s" repeatCount="indefinite" />
</path>
</g>
<!-- Rainbow -->
<g id="rainbow">
<path d="M-30,300 Q150,160 330,240 L330,255 Q150,175 -30,315 Z" fill="#A259FF" opacity="0.9"/> <!-- Violet -->
<path d="M-30,295 Q150,155 330,235 L330,250 Q150,170 -30,310 Z" fill="#6A0DAD" opacity="0.9"/> <!-- Indigo -->
<path d="M-30,290 Q150,150 330,230 L330,245 Q150,165 -30,305 Z" fill="#007BFF" opacity="0.9"/> <!-- Blue -->
<path d="M-30,285 Q150,145 330,225 L330,240 Q150,160 -30,300 Z" fill="#28A745" opacity="0.9"/> <!-- Green -->
<path d="M-30,280 Q150,140 330,220 L330,235 Q150,155 -30,295 Z" fill="#FFC107" opacity="0.9"/> <!-- Yellow -->
<path d="M-30,275 Q150,135 330,215 L330,230 Q150,150 -30,290 Z" fill="#FD7E14" opacity="0.9"/> <!-- Orange -->
<path d="M-30,270 Q150,130 330,210 L330,225 Q150,145 -30,285 Z" fill="#DC3545" opacity="0.9"/> <!-- Red (Top surface for skating) -->
</g>
<!-- Giraffe Shadow on Rainbow -->
<ellipse cx="145" cy="200" rx="45" ry="10" fill="rgba(0,0,0,0.15)" filter="url(#shadowBlur)" transform="rotate(-10 145 200)" />
<!-- Giraffe -->
<g id="giraffe" transform="translate(110 67) scale(0.7)">
<!-- Body -->
<ellipse cx="50" cy="100" rx="40" ry="25" fill="#FFD700" stroke="#B8860B" stroke-width="1.5" transform="rotate(-10 50 100)"/>
<!-- Neck -->
<path d="M70,85 C80,45 95,15 100,0 L110,5 C100,25 88,60 80,90 Z" fill="#FFD700" stroke="#B8860B" stroke-width="1.5"/>
<!-- Mane -->
<path d="M100.5,1 L101.5,-3 L102.5,1 M98,7 L99,-0 L100,7 M95.5,13 L96.5,8 L97.5,13 M93,19 L94,14 L95,19 M90.5,27 L91.5,22 L92.5,27 M88,35 L89,30 L90,35 M85.5,45 L86.5,40 L87.5,45 M83,55 L84,50 L85,55 M80.5,65 L81.5,60 L82.5,65 M78,75 L79,70 L80,75" stroke="#B8860B" stroke-width="1.5" fill="none" stroke-linecap="round"/>
<!-- Head -->
<g transform="translate(105 -5) rotate(15)">
<ellipse cx="0" cy="0" rx="15" ry="10" fill="#FFD700" stroke="#B8860B" stroke-width="1.5"/>
<!-- Muzzle -->
<ellipse cx="13" cy="2" rx="7" ry="4.5" fill="#FFE4B5" stroke="#B8860B" stroke-width="1"/>
<path d="M11,2 Q13,4 15,2" stroke="#8B4513" stroke-width="0.7" fill="none" stroke-linecap="round" /> <!-- Smile -->
<!-- Eye -->
<circle cx="-5" cy="-3" r="2.5" fill="black"/>
<circle cx="-4.5" cy="-3.5" r="0.8" fill="white"/>
<!-- Ear -->
<path d="M-15,-3 Q-25,-13 -20, -8 Z" fill="#FFD700" stroke="#B8860B" stroke-width="1" transform="rotate(-15 -15 -3)"/>
</g>
<!-- Ossicones -->
<g>
<rect x="94" y="-26" width="4" height="8" fill="#B8860B" transform="rotate(-5 96 -22)" />
<circle cx="96" cy="-22" r="4" fill="#B8860B" />
<rect x="107" y="-25" width="4" height="8" fill="#B8860B" transform="rotate(5 109 -21)" />
<circle cx="109" cy="-21" r="4" fill="#B8860B" />
</g>
<!-- Legs & Skates (rotated slightly to match rainbow slope) -->
<g class="legs-skates" transform="rotate(-5 50 125)"> <!-- Slight overall rotation for legs -->
<!-- Back Left Leg -->
<g id="back-left-leg">
<path d="M60,115 C50,135 45,155" stroke="#FFD700" stroke-width="10" fill="none" stroke-linecap="round"/>
<g transform="translate(45 155) rotate(-10)">
<rect x="-10" y="-7" width="20" height="14" fill="#4A4A4A" rx="3" stroke="#333" stroke-width="0.5"/>
<circle cx="-6" cy="10" r="5" fill="#282828" stroke="#606060" stroke-width="1"/> <circle cx="-6" cy="10" r="1.5" fill="#777"/>
<circle cx="6" cy="10" r="5" fill="#282828" stroke="#606060" stroke-width="1"/> <circle cx="6" cy="10" r="1.5" fill="#777"/>
</g>
</g>
<!-- Front Left Leg -->
<g id="front-left-leg">
<path d="M35,110 C25,125 30,145" stroke="#FFD700" stroke-width="10" fill="none" stroke-linecap="round"/>
<g transform="translate(30 145) rotate(-12)">
<rect x="-10" y="-7" width="20" height="14" fill="#4A4A4A" rx="3" stroke="#333" stroke-width="0.5"/>
<circle cx="-6" cy="10" r="5" fill="#282828" stroke="#606060" stroke-width="1"/> <circle cx="-6" cy="10" r="1.5" fill="#777"/>
<circle cx="6" cy="10" r="5" fill="#282828" stroke="#606060" stroke-width="1"/> <circle cx="6" cy="10" r="1.5" fill="#777"/>
</g>
</g>
<!-- Back Right Leg (slightly more forward) -->
<g id="back-right-leg">
<path d="M70,115 C80,130 75,150" stroke="#FFD700" stroke-width="10" fill="none" stroke-linecap="round"/>
<g transform="translate(75 150) rotate(-8)">
<rect x="-10" y="-7" width="20" height="14" fill="#4A4A4A" rx="3" stroke="#333" stroke-width="0.5"/>
<circle cx="-6" cy="10" r="5" fill="#282828" stroke="#606060" stroke-width="1"/> <circle cx="-6" cy="10" r="1.5" fill="#777"/>
<circle cx="6" cy="10" r="5" fill="#282828" stroke="#606060" stroke-width="1"/> <circle cx="6" cy="10" r="1.5" fill="#777"/>
</g>
</g>
<!-- Front Right Leg (leading) -->
<g id="front-right-leg">
<path d="M45,110 C60,120 70,140" stroke="#FFD700" stroke-width="10" fill="none" stroke-linecap="round"/>
<g transform="translate(70 140) rotate(-10)">
<rect x="-10" y="-7" width="20" height="14" fill="#4A4A4A" rx="3" stroke="#333" stroke-width="0.5"/>
<circle cx="-6" cy="10" r="5" fill="#282828" stroke="#606060" stroke-width="1"/> <circle cx="-6" cy="10" r="1.5" fill="#777"/>
<circle cx="6" cy="10" r="5" fill="#282828" stroke="#606060" stroke-width="1"/> <circle cx="6" cy="10" r="1.5" fill="#777"/>
</g>
</g>
</g>
<!-- Tail -->
<path d="M15,105 Q0,115 -10,120" stroke="#FFD700" stroke-width="5" fill="none" stroke-linecap="round"/>
<ellipse cx="-12" cy="120" rx="6" ry="4" fill="#B8860B"/>
<!-- Spots -->
<ellipse cx="50" cy="95" rx="5" ry="4" fill="#B8860B" transform="rotate(10 50 95)"/>
<ellipse cx="30" cy="100" rx="6" ry="4.5" fill="#B8860B" transform="rotate(-20 30 100)"/>
<ellipse cx="70" cy="105" rx="4" ry="5" fill="#B8860B" transform="rotate(30 70 105)"/>
<ellipse cx="50" cy="110" rx="5" ry="3.5" fill="#B8860B"/>
<ellipse cx="80" cy="70" rx="4" ry="3" fill="#B8860B" transform="rotate(-30 80 70)"/>
<ellipse cx="88" cy="45" rx="3.5" ry="4" fill="#B8860B" />
<ellipse cx="98" cy="20" rx="3" ry="2.5" fill="#B8860B" transform="rotate(10 98 20)"/>
<ellipse cx="105" cy="5" rx="2.5" ry="2" fill="#B8860B" transform="rotate(15 105 5)"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background night sky -->
<defs>
<radialGradient id="skyGradient" cx="50%" cy="30%" r="70%">
<stop offset="0%" stop-color="#1a237e" />
<stop offset="70%" stop-color="#0d0221" />
<stop offset="100%" stop-color="#000000" />
</radialGradient>
<!-- Star pattern -->
<pattern id="starPattern" width="100" height="100" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="0.8" fill="white" opacity="0.8" />
<circle cx="25" cy="30" r="0.6" fill="white" opacity="0.7" />
<circle cx="40" cy="15" r="1" fill="white" opacity="0.9" />
<circle cx="70" cy="45" r="0.7" fill="white" opacity="0.8" />
<circle cx="85" cy="20" r="0.9" fill="white" opacity="0.9" />
<circle cx="60" cy="70" r="0.8" fill="white" opacity="0.7" />
<circle cx="20" cy="80" r="1.2" fill="white" opacity="0.9" />
<circle cx="90" cy="85" r="0.7" fill="white" opacity="0.8" />
</pattern>
<!-- Rainbow gradient -->
<linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#FF0000" />
<stop offset="16.67%" stop-color="#FF7F00" />
<stop offset="33.33%" stop-color="#FFFF00" />
<stop offset="50%" stop-color="#00FF00" />
<stop offset="66.67%" stop-color="#0000FF" />
<stop offset="83.33%" stop-color="#4B0082" />
<stop offset="100%" stop-color="#8B00FF" />
</linearGradient>
<!-- Giraffe pattern -->
<pattern id="giraffePattern" width="20" height="20" patternUnits="userSpaceOnUse">
<path d="M0,0 L10,0 L10,10 L0,10 Z" fill="#f7d06b" />
<path d="M10,10 L20,10 L20,20 L10,20 Z" fill="#f7d06b" />
<path d="M0,0 L8,0 L8,8 L0,8 Z" fill="#e8a23d" />
<path d="M10,10 L18,10 L18,18 L10,18 Z" fill="#e8a23d" />
</pattern>
<!-- Sparkle filter -->
<filter id="sparkle" x="-50%" y="-50%" width="200%" height="200%">
<feTurbulence type="fractalNoise" baseFrequency="0.1" numOctaves="2" result="noise" />
<feDisplacementMap in="SourceGraphic" in2="noise" scale="3" />
</filter>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGradient)" />
<rect width="300" height="300" fill="url(#starPattern)" />
<!-- Moon -->
<circle cx="250" cy="50" r="20" fill="#fffce8" />
<circle cx="240" cy="45" r="5" fill="#e1dfc8" opacity="0.7" />
<circle cx="260" cy="55" r="4" fill="#e1dfc8" opacity="0.7" />
<!-- Shooting star -->
<path d="M30,30 L60,50" stroke="white" stroke-width="1.5" opacity="0.8">
<animate attributeName="opacity" values="0;0.8;0" dur="3s" repeatCount="indefinite" />
</path>
<!-- Rainbow track -->
<path d="M-20,220 Q150,120 320,220" stroke="url(#rainbowGradient)" stroke-width="20" fill="none" stroke-linecap="round" />
<!-- Giraffe body -->
<g transform="translate(150, 160) scale(0.9) rotate(5)">
<!-- Legs -->
<rect x="-20" y="25" width="8" height="40" fill="#e8a23d" rx="4" />
<rect x="12" y="25" width="8" height="40" fill="#e8a23d" rx="4" />
<!-- Roller skates -->
<rect x="-25" y="65" width="18" height="8" fill="#ff4081" rx="2" />
<circle cx="-20" cy="76" r="5" fill="#424242" />
<circle cx="-12" cy="76" r="5" fill="#424242" />
<circle cx="-20" cy="76" r="2" fill="#f5f5f5" />
<circle cx="-12" cy="76" r="2" fill="#f5f5f5" />
<rect x="7" y="65" width="18" height="8" fill="#ff4081" rx="2" />
<circle cx="12" cy="76" r="5" fill="#424242" />
<circle cx="20" cy="76" r="5" fill="#424242" />
<circle cx="12" cy="76" r="2" fill="#f5f5f5" />
<circle cx="20" cy="76" r="2" fill="#f5f5f5" />
<!-- Body -->
<ellipse cx="0" cy="15" rx="25" ry="30" fill="url(#giraffePattern)" />
<!-- Neck -->
<path d="M0,-15 C-15,-40 -10,-70 0,-90" stroke="#e8a23d" stroke-width="12" fill="none" />
<path d="M0,-15 C-15,-40 -10,-70 0,-90" stroke="url(#giraffePattern)" stroke-width="10" fill="none" />
<!-- Head -->
<ellipse cx="0" cy="-95" rx="10" ry="15" fill="#f7d06b" />
<ellipse cx="5" cy="-100" rx="2" ry="3" fill="#331a00" />
<path d="M-5,-95 C-7,-93 -7,-91 -5,-89" stroke="#331a00" stroke-width="1" fill="none" />
<!-- Horns -->
<rect x="-7" y="-110" width="4" height="8" fill="#331a00" rx="2" />
<rect x="3" y="-110" width="4" height="8" fill="#331a00" rx="2" />
<!-- Tail -->
<path d="M20,15 C30,0 35,10 30,20" stroke="#e8a23d" stroke-width="4" fill="none" />
<ellipse cx="30" cy="20" rx="3" ry="5" fill="#331a00" />
<!-- Motion lines -->
<path d="M-40,40 L-30,40" stroke="#ffffff" stroke-width="2" opacity="0.6">
<animate attributeName="opacity" values="0.6;0;0.6" dur="1s" repeatCount="indefinite" />
</path>
<path d="M-45,50 L-35,50" stroke="#ffffff" stroke-width="2" opacity="0.6">
<animate attributeName="opacity" values="0.6;0;0.6" dur="1s" repeatCount="indefinite" begin="0.2s" />
</path>
<path d="M-42,60 L-32,60" stroke="#ffffff" stroke-width="2" opacity="0.6">
<animate attributeName="opacity" values="0.6;0;0.6" dur="1s" repeatCount="indefinite" begin="0.4s" />
</path>
</g>
<!-- Stars with twinkle effect -->
<g>
<circle cx="50" cy="40" r="1.5" fill="white">
<animate attributeName="opacity" values="1;0.2;1" dur="3s" repeatCount="indefinite" />
</circle>
<circle cx="120" cy="30" r="2" fill="white">
<animate attributeName="opacity" values="1;0.3;1" dur="2.5s" repeatCount="indefinite" />
</circle>
<circle cx="200" cy="80" r="1.8" fill="white">
<animate attributeName="opacity" values="1;0.4;1" dur="4s" repeatCount="indefinite" />
</circle>
<circle cx="70" cy="90" r="1.2" fill="white">
<animate attributeName="opacity" values="1;0.5;1" dur="3.5s" repeatCount="indefinite" />
</circle>
</g>
<!-- Rainbow sparkles -->
<g filter="url(#sparkle)">
<circle cx="80" cy="190" r="2" fill="#ff0000" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.2;0.8" dur="2s" repeatCount="indefinite" />
</circle>
<circle cx="130" cy="175" r="2" fill="#ffff00" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.3;0.8" dur="1.5s" repeatCount="indefinite" />
</circle>
<circle cx="180" cy="190" r="2" fill="#00ff00" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.4;0.8" dur="2.2s" repeatCount="indefinite" />
</circle>
<circle cx="230" cy="200" r="2" fill="#8B00FF" opacity="0.8">
<animate attributeName="opacity" values="0.8;0.3;0.8" dur="1.8s" repeatCount="indefinite" />
</circle>
</g>
</svg>
Judge's Analysis
Player 2's submission demonstrates higher creativity with a stylized giraffe featuring a checkered pattern, adding uniqueness to the design.
The technical quality and detailing, such as the shooting star and smoother gradient of the rainbow, enhance the visual appeal.
Player 1's submission is charming but simpler in execution and lacks the same level of detail and creativity.
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
"Octopus juggling pumpkins under a disco ball."
"A whale-shaped hot air balloon floating over a city skyline at sunset."
"A floating island with a single twisted tree and glowing mushrooms sparking in the twilight."
"A snail racing a cheetah on a rainbow road."