Creative Challenge
"A giraffe on a skateboard juggling four pineapples."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="giraffeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#f7c87a" />
<stop offset="100%" stop-color="#e09b4f" />
</linearGradient>
<radialGradient id="pineappleGradient" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#ffeb7c" />
<stop offset="100%" stop-color="#f7a71d" />
</radialGradient>
<pattern id="giraffeSpots" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="4" fill="#d0782a" />
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="lightblue" />
<!-- Sun -->
<circle cx="50" cy="50" r="30" fill="yellow" opacity="0.8" />
<!-- Giraffe -->
<g transform="translate(150,150)">
<g transform="translate(-100,-100)">
<!-- Neck -->
<rect x="70" y="50" width="20" height="100" rx="10" fill="url(#giraffeGradient)" />
<!-- Body -->
<ellipse cx="80" cy="160" rx="40" ry="20" fill="url(#giraffeSpots)" stroke="#f4a460" stroke-width="4" />
<!-- Legs -->
<rect x="50" y="170" width="10" height="30" fill="url(#giraffeGradient)" />
<rect x="90" y="170" width="10" height="30" fill="url(#giraffeGradient)" />
<!-- Head -->
<circle cx="80" cy="40" r="20" fill="url(#giraffeGradient)" />
<!-- Ears -->
<ellipse cx="70" cy="30" rx="5" ry="10" fill="#f4a460" />
<ellipse cx="90" cy="30" rx="5" ry="10" fill="#f4a460" />
<!-- Horns -->
<rect x="75" y="20" width="5" height="10" rx="2" fill="#674421" />
<rect x="85" y="20" width="5" height="10" rx="2" fill="#674421" />
<!-- Face -->
<circle cx="75" cy="40" r="3" fill="black" />
<circle cx="85" cy="40" r="3" fill="black" />
<path d="M75 50 Q80 55, 85 50" stroke="black" fill="none" stroke-width="2" />
</g>
</g>
<!-- Skateboard -->
<g transform="translate(120,180)">
<rect x="10" y="10" width="80" height="10" rx="5" fill="#fc5b5b" />
<circle cx="20" cy="25" r="10" fill="black" />
<circle cx="80" cy="25" r="10" fill="black" />
</g>
<!-- Pineapples -->
<g transform="translate(100,70)">
<g>
<circle cx="40" cy="20" r="15" fill="url(#pineappleGradient)" />
<path d="M40 10 Q35 0, 40 -10 Q45 0, 40 10 Z" fill="#3e763e" />
</g>
<g transform="translate(40,-40)">
<circle cx="40" cy="20" r="15" fill="url(#pineappleGradient)" />
<path d="M40 10 Q35 0, 40 -10 Q45 0, 40 10 Z" fill="#3e763e" />
</g>
<g transform="translate(-40,30)">
<circle cx="40" cy="20" r="15" fill="url(#pineappleGradient)" />
<path d="M40 10 Q35 0, 40 -10 Q45 0, 40 10 Z" fill="#3e763e" />
</g>
<g transform="translate(80,40)">
<circle cx="40" cy="20" r="15" fill="url(#pineappleGradient)" />
<path d="M40 10 Q35 0, 40 -10 Q45 0, 40 10 Z" fill="#3e763e" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" shape-rendering="geometricPrecision">
<defs>
<!-- Gradient for giraffe's body -->
<radialGradient id="giraffeBodyGradient" cx="50%" cy="40%" r="60%" fx="40%" fy="35%">
<stop offset="0%" stop-color="#f9d56e"/>
<stop offset="70%" stop-color="#c68937"/>
<stop offset="100%" stop-color="#a4682a"/>
</radialGradient>
<!-- Spots pattern -->
<pattern id="spotsPattern" x="0" y="0" width="50" height="50" patternUnits="userSpaceOnUse">
<circle cx="15" cy="15" r="7" fill="#7a4a15"/>
<ellipse cx="35" cy="35" rx="10" ry="6" fill="#6a3d10" />
</pattern>
<!-- Pineapple body gradient -->
<linearGradient id="pineappleGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#ffee58"/>
<stop offset="70%" stop-color="#f9a825" />
<stop offset="100%" stop-color="#ef6c00" />
</linearGradient>
<!-- Pineapple leaves gradient -->
<linearGradient id="pineappleLeavesGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#2e7d32" />
<stop offset="100%" stop-color="#a5d6a7" />
</linearGradient>
<!-- Skateboard deck gradient -->
<linearGradient id="skateboardDeckGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#880e4f" />
<stop offset="50%" stop-color="#ad1457" />
<stop offset="100%" stop-color="#880e4f" />
</linearGradient>
<!-- Wheel gradient -->
<radialGradient id="wheelGradient" cx="50%" cy="50%" r="50%">
<stop offset="30%" stop-color="#222" />
<stop offset="100%" stop-color="#555" />
</radialGradient>
<!-- Shadow filter -->
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%" >
<feDropShadow dx="0" dy="3" stdDeviation="3" flood-color="#000" flood-opacity="0.3"/>
</filter>
<!-- Glow filter for juggling pineapples -->
<filter id="glow" height="150%" width="150%" x="-25%" y="-25%" >
<feDropShadow dx="0" dy="0" stdDeviation="3" flood-color="#ffd54f" flood-opacity="0.8"/>
<feDropShadow dx="0" dy="0" stdDeviation="7" flood-color="#ffee58" flood-opacity="0.5"/>
</filter>
<!-- Frills for pineapple leaves -->
<path id="leafBlade" d="M2 10 Q5 2 8 10 Q5 7 2 10 Z" fill="url(#pineappleLeavesGradient)"/>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGradient)"/>
<radialGradient id="bgGradient" cx="50%" cy="100%" r="80%" fx="50%" fy="100%">
<stop offset="0%" stop-color="#a7ede3"/>
<stop offset="100%" stop-color="#3e7cb1"/>
</radialGradient>
<rect width="300" height="300" fill="url(#bgGradient)"/>
<!-- Ground shadow -->
<ellipse cx="150" cy="275" rx="115" ry="20" fill="rgba(0,0,0,0.15)" filter="url(#shadow)"/>
<!-- Skateboard -->
<g transform="translate(70,255) scale(1.4)">
<ellipse cx="75" cy="0" rx="75" ry="13" fill="url(#skateboardDeckGradient)" filter="url(#shadow)" />
<ellipse cx="75" cy="0" rx="70" ry="9" fill="#b71c1c" />
<!-- Deck Stripes -->
<path d="M5,0 L145,0" stroke="#f48fb1" stroke-width="7" stroke-linecap="round" opacity="0.7" />
<path d="M20,-5 L120,-5" stroke="#f48fb1" stroke-width="3" stroke-linecap="round" opacity="0.5" />
<path d="M20,5 L120,5" stroke="#f48fb1" stroke-width="3" stroke-linecap="round" opacity="0.5" />
<!-- Wheels -->
<circle cx="20" cy="13" r="12" fill="url(#wheelGradient)" filter="url(#shadow)" />
<circle cx="130" cy="13" r="12" fill="url(#wheelGradient)" filter="url(#shadow)" />
<circle cx="20" cy="13" r="6" fill="#bbb"/>
<circle cx="130" cy="13" r="6" fill="#bbb"/>
<!-- Wheel axle detail -->
<line x1="20" y1="7" x2="20" y2="19" stroke="#333" stroke-width="2" />
<line x1="130" y1="7" x2="130" y2="19" stroke="#333" stroke-width="2" />
</g>
<!-- Giraffe Group -->
<g transform="translate(150, 170) scale(1.1)" filter="url(#shadow)">
<!-- Legs -->
<g id="legs" transform="translate(-25,40)">
<rect x="0" y="0" width="12" height="50" ry="5" fill="url(#giraffeBodyGradient)" />
<rect x="20" y="0" width="12" height="50" ry="5" fill="url(#giraffeBodyGradient)" />
<rect x="42" y="15" width="12" height="35" ry="5" fill="url(#giraffeBodyGradient)" />
<rect x="62" y="15" width="12" height="35" ry="5" fill="url(#giraffeBodyGradient)" />
<!-- Spots on legs -->
<circle cx="7" cy="20" r="6" fill="url(#spotsPattern)" clip-path="url(#clipLeg1)" />
<circle cx="27" cy="10" r="7" fill="url(#spotsPattern)" clip-path="url(#clipLeg2)" />
<circle cx="50" cy="30" r="5" fill="url(#spotsPattern)" clip-path="url(#clipLeg3)" />
<circle cx="68" cy="25" r="7" fill="url(#spotsPattern)" clip-path="url(#clipLeg4)" />
</g>
<!-- Body -->
<g id="body" transform="translate(15,0)">
<ellipse cx="50" cy="60" rx="60" ry="100" fill="url(#giraffeBodyGradient)" />
<ellipse cx="50" cy="60" rx="60" ry="100" fill="url(#spotsPattern)" opacity="0.4" />
</g>
<!-- Head -->
<g id="head" transform="translate(70,-60) rotate(15)">
<!-- Neck -->
<rect x="25" y="30" width="25" height="65" ry="25" fill="url(#giraffeBodyGradient)"/>
<rect x="25" y="30" width="25" height="65" ry="25" fill="url(#spotsPattern)" opacity="0.5" />
<!-- Head base -->
<ellipse cx="50" cy="15" rx="45" ry="38" fill="url(#giraffeBodyGradient)" />
<ellipse cx="50" cy="15" rx="45" ry="38" fill="url(#spotsPattern)" opacity="0.6" />
<!-- Face shading -->
<ellipse cx="60" cy="18" rx="15" ry="22" fill="url(#giraffeBodyGradient)" opacity="0.35" />
<!-- Ears -->
<path d="M15 5 Q10 -25 30 0 Z" fill="#ce8944" stroke="#613f02" stroke-width="1.2" />
<path d="M85 5 Q90 -25 70 0 Z" fill="#ce8944" stroke="#613f02" stroke-width="1.2" />
<!-- Ossicones -->
<circle cx="30" cy="-15" r="8" fill="#bb7b2d" stroke="#553e02" stroke-width="0.8" />
<circle cx="70" cy="-15" r="8" fill="#bb7b2d" stroke="#553e02" stroke-width="0.8" />
<circle cx="30" cy="-23" r="5" fill="#7a4a15" />
<circle cx="70" cy="-23" r="5" fill="#7a4a15" />
<!-- Eyes -->
<ellipse cx="25" cy="20" rx="9" ry="11" fill="#fff" />
<circle cx="25" cy="20" r="5" fill="#3b2b1f" />
<circle cx="24" cy="19" r="3" fill="#fff" opacity="0.8" />
<ellipse cx="70" cy="20" rx="9" ry="11" fill="#fff" />
<circle cx="70" cy="20" r="5" fill="#3b2b1f" />
<circle cx="69" cy="19" r="3" fill="#fff" opacity="0.8" />
<!-- Nose -->
<ellipse cx="50" cy="40" rx="15" ry="10" fill="#efc26a" stroke="#744c0d" stroke-width="2" />
<circle cx="43" cy="40" r="3" fill="#6b420d" />
<circle cx="57" cy="40" r="3" fill="#6b420d" />
<!-- Mouth -->
<path d="M30,50 Q50,65 70,50" stroke="#6b420d" stroke-width="3" fill="none" />
<!-- Tongue peek -->
<path d="M44,56 Q50,62 56,56" fill="#e0534e" filter="url(#shadow)"/>
</g>
<!-- Arms Juggling Pineapples -->
<g id="arms" transform="translate(20,45)">
<!-- Left arm -->
<path d="M0 0 Q-15 35 26 58" fill="none" stroke="#dec77f" stroke-width="16" stroke-linecap="round" />
<!-- Right arm -->
<path d="M85 10 Q105 45 80 65" fill="none" stroke="#dec77f" stroke-width="16" stroke-linecap="round" />
</g>
</g>
<!-- Pineapples juggling on arcs -->
<g id="juggling" filter="url(#glow)">
<!-- Trajectories with arcs -->
<path d="M150,70 A65,65 0 0 1 60,105" stroke="#ffee58" stroke-width="2" fill="none" stroke-dasharray="6 6" opacity="0.4"/>
<path d="M150,70 A65,65 0 0 0 240,110" stroke="#ffee58" stroke-width="2" fill="none" stroke-dasharray="6 6" opacity="0.4"/>
<path d="M100,150 A40,40 0 0 1 130,200" stroke="#ffe082" stroke-width="2" fill="none" stroke-dasharray="3 3" opacity="0.3"/>
<path d="M200,150 A40,40 0 0 0 170,200" stroke="#ffe082" stroke-width="2" fill="none" stroke-dasharray="3 3" opacity="0.3"/>
<!-- Pineapples with leaves -->
<!-- Pineapple 1 (left upper) -->
<g transform="translate(65,105) scale(0.7) rotate(-10)">
<ellipse cx="0" cy="0" rx="22" ry="33" fill="url(#pineappleGradient)" stroke="#a95c00" stroke-width="2" />
<!-- Pineapple texture - diamond grid -->
<path d="M-20,-30 L20,30 M-20,30 L20,-30" stroke="#b57c00" stroke-width="3" />
<path d="M-15,-24 L15,36 M-15,36 L15,-24" stroke="#b57c00" stroke-width="3" />
<!-- Leaves -->
<use href="#leafBlade" x="-10" y="-47" />
<use href="#leafBlade" x="0" y="-50" transform="rotate(25)" />
<use href="#leafBlade" x="10" y="-44" transform="rotate(-25)" />
</g>
<!-- Pineapple 2 (right upper) -->
<g transform="translate(235,115) scale(0.7) rotate(15)">
<ellipse cx="0" cy="0" rx="22" ry="33" fill="url(#pineappleGradient)" stroke="#a95c00" stroke-width="2" />
<path d="M-20,-30 L20,30 M-20,30 L20,-30" stroke="#b57c00" stroke-width="3" />
<path d="M-15,-24 L15,36 M-15,36 L15,-24" stroke="#b57c00" stroke-width="3" />
<use href="#leafBlade" x="-10" y="-47" />
<use href="#leafBlade" x="0" y="-50" transform="rotate(25)" />
<use href="#leafBlade" x="10" y="-44" transform="rotate(-25)" />
</g>
<!-- Pineapple 3 (left lower) -->
<g transform="translate(130,200) scale(0.55) rotate(-20)">
<ellipse cx="0" cy="0" rx="22" ry="33" fill="url(#pineappleGradient)" stroke="#a95c00" stroke-width="2" />
<path d="M-20,-30 L20,30 M-20,30 L20,-30" stroke="#b57c00" stroke-width="3" />
<path d="M-15,-24 L15,36 M-15,36 L15,-24" stroke="#b57c00" stroke-width="3" />
<use href="#leafBlade" x="-10" y="-47" />
<use href="#leafBlade" x="0" y="-50" transform="rotate(25)" />
<use href="#leafBlade" x="10" y="-44" transform="rotate(-25)" />
</g>
<!-- Pineapple 4 (right lower) -->
<g transform="translate(170,200) scale(0.55) rotate(25)">
<ellipse cx="0" cy="0" rx="22" ry="33" fill="url(#pineappleGradient)" stroke="#a95c00" stroke-width="2" />
<path d="M-20,-30 L20,30 M-20,30 L20,-30" stroke="#b57c00" stroke-width="3" />
<path d="M-15,-24 L15,36 M-15,36 L15,-24" stroke="#b57c00" stroke-width="3" />
<use href="#leafBlade" x="-10" y="-47" />
<use href="#leafBlade" x="0" y="-50" transform="rotate(25)" />
<use href="#leafBlade" x="10" y="-44" transform="rotate(-25)" />
</g>
</g>
</svg>
Judge's Analysis
Player 2's submission is more polished, creative, and visually appealing.
The giraffe is well-rendered with expressive features, and the juggling motion is clearly depicted with dynamic lines and glowing pineapples.
In contrast, Player 1's submission, while adhering to the prompt, is simpler in execution and lacks detail and depth.
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.