Creative Challenge
"A giraffe enjoying an ice cream cone under a floating umbrella."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFE4B5;stop-opacity:1" />
</linearGradient>
<radialGradient id="sunGrad">
<stop offset="0%" style="stop-color:#FFF8DC;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFD700;stop-opacity:0.8" />
</radialGradient>
<pattern id="giraffePattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="20" height="20" fill="#F4A460"/>
<circle cx="10" cy="10" r="8" fill="#8B4513" opacity="0.7"/>
</pattern>
<linearGradient id="umbrellaGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="33%" style="stop-color:#FFB6C1;stop-opacity:1" />
<stop offset="66%" style="stop-color:#87CEFA;stop-opacity:1" />
<stop offset="100%" style="stop-color:#98FB98;stop-opacity:1" />
</linearGradient>
<linearGradient id="iceCreamGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#FFB6C1;stop-opacity:1" />
<stop offset="50%" style="stop-color:#FFFACD;stop-opacity:1" />
<stop offset="100%" style="stop-color:#E6E6FA;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Sun -->
<circle cx="250" cy="50" r="30" fill="url(#sunGrad)"/>
<!-- Floating clouds -->
<g opacity="0.6">
<ellipse cx="80" cy="40" rx="25" ry="15" fill="white"/>
<ellipse cx="100" cy="35" rx="30" ry="18" fill="white"/>
<ellipse cx="120" cy="40" rx="25" ry="15" fill="white"/>
</g>
<!-- Floating umbrella -->
<g transform="translate(150, 60)">
<!-- Umbrella strings -->
<line x1="-40" y1="0" x2="-30" y2="-20" stroke="#666" stroke-width="1" opacity="0.5"/>
<line x1="40" y1="0" x2="30" y2="-20" stroke="#666" stroke-width="1" opacity="0.5"/>
<line x1="0" y1="0" x2="0" y2="-25" stroke="#666" stroke-width="1" opacity="0.5"/>
<!-- Umbrella canopy -->
<path d="M -50,-25 Q -50,-50 -25,-50 Q 0,-60 25,-50 Q 50,-50 50,-25 Q 25,-30 0,-25 Q -25,-30 -50,-25" fill="url(#umbrellaGrad)" stroke="#333" stroke-width="2"/>
<!-- Umbrella handle -->
<line x1="0" y1="-25" x2="0" y2="0" stroke="#8B4513" stroke-width="3"/>
<path d="M 0,0 Q 5,5 5,10" fill="none" stroke="#8B4513" stroke-width="3" stroke-linecap="round"/>
</g>
<!-- Giraffe -->
<g transform="translate(150, 200)">
<!-- Body -->
<ellipse cx="0" cy="20" rx="40" ry="50" fill="url(#giraffePattern)" stroke="#8B4513" stroke-width="2"/>
<!-- Legs -->
<rect x="-25" y="50" width="12" height="40" fill="url(#giraffePattern)" stroke="#8B4513" stroke-width="1.5"/>
<rect x="-5" y="50" width="12" height="40" fill="url(#giraffePattern)" stroke="#8B4513" stroke-width="1.5"/>
<rect x="15" y="50" width="12" height="40" fill="url(#giraffePattern)" stroke="#8B4513" stroke-width="1.5"/>
<rect x="-15" y="50" width="12" height="40" fill="url(#giraffePattern)" stroke="#8B4513" stroke-width="1.5"/>
<!-- Hooves -->
<ellipse cx="-19" cy="90" rx="8" ry="5" fill="#2F4F4F"/>
<ellipse cx="1" cy="90" rx="8" ry="5" fill="#2F4F4F"/>
<ellipse cx="21" cy="90" rx="8" ry="5" fill="#2F4F4F"/>
<ellipse cx="-9" cy="90" rx="8" ry="5" fill="#2F4F4F"/>
<!-- Neck -->
<rect x="-10" y="-60" width="20" height="80" fill="url(#giraffePattern)" stroke="#8B4513" stroke-width="2" transform="rotate(-10)"/>
<!-- Head -->
<ellipse cx="-15" cy="-65" rx="20" ry="25" fill="url(#giraffePattern)" stroke="#8B4513" stroke-width="2" transform="rotate(-10)"/>
<!-- Ears -->
<ellipse cx="-30" cy="-80" rx="8" ry="12" fill="url(#giraffePattern)" stroke="#8B4513" stroke-width="1" transform="rotate(-25)"/>
<ellipse cx="-5" cy="-85" rx="8" ry="12" fill="url(#giraffePattern)" stroke="#8B4513" stroke-width="1" transform="rotate(5)"/>
<!-- Ossicones (horns) -->
<circle cx="-25" cy="-85" r="4" fill="#8B4513"/>
<circle cx="-10" cy="-88" r="4" fill="#8B4513"/>
<!-- Eye -->
<circle cx="-20" cy="-65" r="4" fill="white"/>
<circle cx="-19" cy="-64" r="2" fill="black"/>
<circle cx="-18" cy="-65" r="1" fill="white"/>
<!-- Nostril -->
<ellipse cx="-28" cy="-55" rx="2" ry="3" fill="#8B4513" opacity="0.7"/>
<!-- Mouth (smiling) -->
<path d="M -30,-50 Q -25,-48 -20,-50" fill="none" stroke="#8B4513" stroke-width="1.5" stroke-linecap="round"/>
<!-- Ice cream cone in mouth area -->
<g transform="translate(-35, -45) rotate(-30)">
<!-- Cone -->
<path d="M 0,0 L -8,20 L 8,20 Z" fill="#D2691E" stroke="#8B4513" stroke-width="1"/>
<pattern id="conePattern" x="0" y="0" width="4" height="4" patternUnits="userSpaceOnUse">
<line x1="0" y1="0" x2="4" y2="4" stroke="#A0522D" stroke-width="0.5"/>
<line x1="4" y1="0" x2="0" y2="4" stroke="#A0522D" stroke-width="0.5"/>
</pattern>
<path d="M 0,0 L -8,20 L 8,20 Z" fill="url(#conePattern)" opacity="0.5"/>
<!-- Ice cream scoops -->
<circle cx="0" cy="-5" r="10" fill="url(#iceCreamGrad)"/>
<circle cx="-5" cy="-12" r="8" fill="#98FB98"/>
<circle cx="5" cy="-13" r="7" fill="#FFB6C1"/>
<!-- Cherry on top -->
<circle cx="0" cy="-20" r="3" fill="#DC143C"/>
<line x1="0" y1="-20" x2="2" y2="-25" stroke="#228B22" stroke-width="1"/>
</g>
<!-- Tail -->
<path d="M 35,10 Q 50,20 45,35 Q 42,40 48,45" fill="none" stroke="#8B4513" stroke-width="8" stroke-linecap="round"/>
<circle cx="48" cy="45" r="6" fill="#2F4F4F"/>
</g>
<!-- Ground -->
<ellipse cx="150" cy="290" rx="120" ry="20" fill="#90EE90" opacity="0.5"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="bgGrad" cx="50%" cy="0%" r="100%">
<stop offset="0%" stop-color="#9ee7ff"/>
<stop offset="100%" stop-color="#36cfcf"/>
</radialGradient>
<pattern id="giraffeSkin" patternUnits="userSpaceOnUse" width="40" height="40">
<rect width="40" height="40" fill="#FAD85C"/>
<circle cx="10" cy="8" r="6" fill="#B27127"/>
<circle cx="30" cy="14" r="7" fill="#B27127"/>
<circle cx="20" cy="30" r="5" fill="#B27127"/>
<circle cx="5" cy="28" r="4" fill="#B27127"/>
<circle cx="35" cy="34" r="4" fill="#B27127"/>
</pattern>
<linearGradient id="coneGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#f5c07b"/>
<stop offset="100%" stop-color="#b47c30"/>
</linearGradient>
<radialGradient id="scoopGrad" cx="50%" cy="30%" r="70%">
<stop offset="0%" stop-color="#ffd6e8"/>
<stop offset="60%" stop-color="#ff86c5"/>
<stop offset="100%" stop-color="#e3187e"/>
</radialGradient>
<linearGradient id="umbrellaGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#ff4d4d"/>
<stop offset="14%" stop-color="#ff944d"/>
<stop offset="28%" stop-color="#ffec4d"/>
<stop offset="42%" stop-color="#4dff88"/>
<stop offset="57%" stop-color="#4da6ff"/>
<stop offset="71%" stop-color="#8c4dff"/>
<stop offset="85%" stop-color="#d14dff"/>
<stop offset="100%" stop-color="#ff4d9d"/>
</linearGradient>
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%">
<feDropShadow dx="2" dy="3" stdDeviation="3" flood-color="rgba(0,0,0,0.3)"/>
</filter>
</defs>
<rect width="300" height="300" fill="url(#bgGrad)"/>
<!-- Clouds -->
<g fill="#ffffff" opacity="0.8">
<ellipse cx="50" cy="40" rx="20" ry="8"/>
<ellipse cx="65" cy="35" rx="18" ry="10"/>
<ellipse cx="80" cy="40" rx="22" ry="9"/>
<ellipse cx="220" cy="60" rx="24" ry="10"/>
<ellipse cx="240" cy="55" rx="20" ry="12"/>
<ellipse cx="260" cy="60" rx="26" ry="11"/>
</g>
<!-- Floating Umbrella -->
<g transform="translate(190,50)">
<path d="M-60 0 Q-50 -30 -40 0 Q-20 -30 -10 0 Q10 -30 20 0 Q40 -30 50 0 Q55 -10 60 0 L-60 0 Z"
fill="url(#umbrellaGrad)" stroke="#333" stroke-width="2" filter="url(#shadow)"/>
<line x1="0" y1="-30" x2="0" y2="-40" stroke="#333" stroke-width="3" stroke-linecap="round"/>
<path d="M0 0 C4 30 4 60 0 75" fill="none" stroke="#4b3621" stroke-width="4" stroke-linecap="round"/>
</g>
<!-- Giraffe -->
<g filter="url(#shadow)">
<!-- Body -->
<ellipse cx="120" cy="240" rx="60" ry="35" fill="url(#giraffeSkin)" stroke="#b27127" stroke-width="2"/>
<!-- Legs -->
<rect x="90" y="245" width="10" height="45" rx="4" fill="url(#giraffeSkin)" stroke="#b27127" stroke-width="2"/>
<rect x="140" y="245" width="10" height="45" rx="4" fill="url(#giraffeSkin)" stroke="#b27127" stroke-width="2"/>
<!-- Neck -->
<path d="M135 240 Q145 170 142 110 L162 110 Q165 170 155 240 Z"
fill="url(#giraffeSkin)" stroke="#b27127" stroke-width="2"/>
<!-- Head -->
<g transform="translate(152,85)">
<ellipse cx="0" cy="0" rx="28" ry="22" fill="url(#giraffeSkin)" stroke="#b27127" stroke-width="2"/>
<!-- Ears -->
<ellipse cx="-22" cy="-5" rx="6" ry="12" fill="url(#giraffeSkin)" stroke="#b27127" stroke-width="2"/>
<ellipse cx="22" cy="-5" rx="6" ry="12" fill="url(#giraffeSkin)" stroke="#b27127" stroke-width="2"/>
<!-- Ossicones -->
<line x1="-10" y1="-20" x2="-10" y2="-35" stroke="#b27127" stroke-width="4" stroke-linecap="round"/>
<line x1="10" y1="-20" x2="10" y2="-35" stroke="#b27127" stroke-width="4" stroke-linecap="round"/>
<circle cx="-10" cy="-37" r="4" fill="#b27127"/>
<circle cx="10" cy="-37" r="4" fill="#b27127"/>
<!-- Eyes -->
<circle cx="-8" cy="-3" r="3" fill="#000"/>
<circle cx="8" cy="-3" r="3" fill="#000"/>
<!-- Smile -->
<path d="M-12 10 Q0 18 12 10" fill="none" stroke="#b27127" stroke-width="2" stroke-linecap="round"/>
<!-- Ice Cream -->
<g transform="translate(25,15) rotate(-15)">
<polygon points="0,0 20,0 10,45" fill="url(#coneGrad)" stroke="#b47c30" stroke-width="1"/>
<circle cx="10" cy="-10" r="15" fill="url(#scoopGrad)" stroke="#e3187e" stroke-width="1"/>
<path d="M10 5 Q12 15 6 20" fill="url(#scoopGrad)"/>
</g>
</g>
</g>
<!-- Motion lines under umbrella -->
<g stroke="#ffffff" stroke-width="1.5" opacity="0.5">
<path d="M190 130 q8 4 16 0"/>
<path d="M200 138 q8 4 16 0"/>
</g>
</svg>
Judge's Analysis
Player 2's submission is more visually appealing, with a vibrant color palette and a better representation of the floating umbrella concept.
The giraffe's interaction with the ice cream cone is clearer and more dynamic, while the umbrella design adds an imaginative touch.
Player 1's submission, though creative, lacks the same level of polish and technical quality.
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.