Creative Challenge
"A giraffe on roller skates juggling flaming pineapples."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="giraffeGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#FCE38A"/>
<stop offset="100%" stop-color="#F38181"/>
</linearGradient>
<pattern id="spots" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="3" fill="#6B4226"/>
<circle cx="15" cy="15" r="4" fill="#6B4226"/>
</pattern>
<linearGradient id="pineGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#FFD34E"/>
<stop offset="100%" stop-color="#FFC700"/>
</linearGradient>
<radialGradient id="flameGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#FFF170"/>
<stop offset="50%" stop-color="#FF8C00"/>
<stop offset="100%" stop-color="#D92727"/>
</radialGradient>
<linearGradient id="skateGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#8ED1FC"/>
<stop offset="100%" stop-color="#3B8ED0"/>
</linearGradient>
<filter id="glow" x="-50%" y="-50%" width="200%" height="200%">
<feGaussianBlur stdDeviation="3" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Ground -->
<rect y="280" width="300" height="20" fill="#654321"/>
<!-- Giraffe Body -->
<g filter="url(#glow)">
<rect x="130" y="120" width="30" height="90" rx="10" ry="10" fill="url(#giraffeGrad)" stroke="#6B4226" stroke-width="2"/>
<rect x="140" y="50" width="10" height="80" rx="5" ry="5" fill="url(#giraffeGrad)" stroke="#6B4226" stroke-width="2"/>
<ellipse cx="145" cy="35" rx="15" ry="12" fill="url(#giraffeGrad)" stroke="#6B4226" stroke-width="2"/>
<!-- Horns -->
<circle cx="137" cy="20" r="4" fill="#6B4226"/>
<circle cx="153" cy="20" r="4" fill="#6B4226"/>
<!-- Spots -->
<rect x="130" y="120" width="30" height="170" fill="url(#spots)" opacity="0.7"/>
</g>
<!-- Roller Skates -->
<g>
<rect x="130" y="210" width="12" height="8" fill="url(#skateGrad)" stroke="#2A2A2A" stroke-width="1"/>
<circle cx="134" cy="220" r="3" fill="#333"/>
<circle cx="142" cy="220" r="3" fill="#333"/>
<rect x="148" y="210" width="12" height="8" fill="url(#skateGrad)" stroke="#2A2A2A" stroke-width="1"/>
<circle cx="152" cy="220" r="3" fill="#333"/>
<circle cx="160" cy="220" r="3" fill="#333"/>
</g>
<!-- Juggling Pineapples with Flames -->
<g>
<!-- Pineapple 1 -->
<g transform="translate(100,60)">
<ellipse cx="0" cy="0" rx="15" ry="20" fill="url(#pineGrad)" stroke="#AA7A00" stroke-width="2"/>
<!-- Diamond pattern -->
<path d="M-15,-20 l6,10 l6,-10 M-15,-10 l6,10 l6,-10 M-15,0 l6,10 l6,-10 M-15,10 l6,10 l6,-10" stroke="#AA7A00" stroke-width="1"/>
<!-- Leaves -->
<path d="M-5,-20 l5,-15 l5,15 M5,-20 l5,-15 l5,15" fill="#4CAF50"/>
<!-- Flame -->
<path d="M0,-25 c5,10 -5,20 0,30 c-7,-10 7,-20 0,-30" fill="url(#flameGrad)"/>
</g>
<!-- Pineapple 2 -->
<g transform="translate(150,40) scale(0.9)">
<ellipse cx="0" cy="0" rx="15" ry="20" fill="url(#pineGrad)" stroke="#AA7A00" stroke-width="2"/>
<path d="M-15,-20 l6,10 l6,-10 M-15,-10 l6,10 l6,-10 M-15,0 l6,10 l6,-10 M-15,10 l6,10 l6,-10" stroke="#AA7A00" stroke-width="1"/>
<path d="M-5,-20 l5,-15 l5,15 M5,-20 l5,-15 l5,15" fill="#4CAF50"/>
<path d="M0,-25 c5,10 -5,20 0,30 c-7,-10 7,-20 0,-30" fill="url(#flameGrad)"/>
</g>
<!-- Pineapple 3 -->
<g transform="translate(200,70) scale(1.1)">
<ellipse cx="0" cy="0" rx="15" ry="20" fill="url(#pineGrad)" stroke="#AA7A00" stroke-width="2"/>
<path d="M-15,-20 l6,10 l6,-10 M-15,-10 l6,10 l6,-10 M-15,0 l6,10 l6,-10 M-15,10 l6,10 l6,-10" stroke="#AA7A00" stroke-width="1"/>
<path d="M-5,-20 l5,-15 l5,15 M5,-20 l5,-15 l5,15" fill="#4CAF50"/>
<path d="M0,-25 c5,10 -5,20 0,30 c-7,-10 7,-20 0,-30" fill="url(#flameGrad)"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="A giraffe on roller skates juggling flaming pineapples">
<defs>
<!-- Gradient for giraffe body spots -->
<radialGradient id="spot" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#824600" />
<stop offset="100%" stop-color="#4b2a00" />
</radialGradient>
<!-- Gradient for giraffe body -->
<linearGradient id="giraffeBody" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#f9d57d" />
<stop offset="100%" stop-color="#deb451" />
</linearGradient>
<!-- Gradient for pineapples -->
<linearGradient id="pineappleBody" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#f2cb2e" />
<stop offset="100%" stop-color="#d6a700" />
</linearGradient>
<!-- Pattern for pineapple skin -->
<pattern id="pineappleSkin" patternUnits="userSpaceOnUse" width="10" height="10" patternTransform="rotate(45)">
<rect x="0" y="0" width="2" height="10" fill="#b07500" />
<rect x="8" y="0" width="2" height="10" fill="#b07500" />
</pattern>
<!-- Gradient for leaves -->
<linearGradient id="leavesGradient" x1="0.5" y1="1" x2="0.5" y2="0">
<stop offset="0%" stop-color="#1b4d00" />
<stop offset="100%" stop-color="#a4d603" />
</linearGradient>
<!-- Flames gradient -->
<radialGradient id="flame" cx="0.5" cy="0.5" r="0.7" gradientUnits="objectBoundingBox">
<stop offset="0%" stop-color="#fff" />
<stop offset="40%" stop-color="#ffb300" />
<stop offset="70%" stop-color="#ff3e00" />
<stop offset="100%" stop-color="#7e0000" />
</radialGradient>
<!-- Roller skate wheels -->
<radialGradient id="wheel" cx="0.5" cy="0.5" r="0.5">
<stop offset="30%" stop-color="#222" />
<stop offset="100%" stop-color="#000" />
</radialGradient>
<!-- Roller skate body -->
<linearGradient id="skateBody" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#3a59ff" />
<stop offset="100%" stop-color="#1a2ca8" />
</linearGradient>
<!-- Shadow filter for depth -->
<filter id="shadow" x="-20%" y="-20%" width="140%" height="140%" color-interpolation-filters="sRGB">
<feDropShadow dx="2" dy="4" stdDeviation="4" flood-color="#000" flood-opacity="0.4"/>
</filter>
</defs>
<!-- Background gradient -->
<rect width="300" height="300" fill="url(#bgGradient)" />
<defs>
<linearGradient id="bgGradient" x1="0" y1="1" x2="1" y2="0">
<stop offset="0%" stop-color="#d0f4f7" />
<stop offset="100%" stop-color="#7cd7e5" />
</linearGradient>
</defs>
<!-- Ground shadow under roller skates -->
<ellipse cx="150" cy="285" rx="100" ry="25" fill="rgba(0,0,0,0.15)" />
<!-- Giraffe body group -->
<g filter="url(#shadow)" transform="translate(90,40) scale(1.3)">
<!-- Neck -->
<rect x="90" y="20" width="18" height="110" rx="8" ry="8" fill="url(#giraffeBody)" stroke="#a36a00" stroke-width="1.5" />
<!-- Neck spots -->
<circle cx="98" cy="44" r="8" fill="url(#spot)" />
<circle cx="110" cy="70" r="7" fill="url(#spot)" />
<circle cx="95" cy="85" r="6" fill="url(#spot)" />
<circle cx="108" cy="110" r="8" fill="url(#spot)" />
<circle cx="100" cy="135" r="9" fill="url(#spot)" />
<!-- Head -->
<g transform="translate(70,5)">
<ellipse cx="30" cy="25" rx="30" ry="22" fill="url(#giraffeBody)" stroke="#a36a00" stroke-width="2"/>
<!-- Spots on head -->
<ellipse cx="20" cy="15" rx="8" ry="6" fill="url(#spot)" />
<ellipse cx="40" cy="20" rx="6" ry="4" fill="url(#spot)" />
<ellipse cx="30" cy="30" rx="5" ry="3" fill="url(#spot)" />
<!-- Eyes -->
<circle cx="25" cy="20" r="4" fill="#fff" />
<circle cx="27" cy="20" r="2" fill="#333" />
<circle cx="45" cy="20" r="4" fill="#fff" />
<circle cx="47" cy="20" r="2" fill="#333" />
<!-- Eyelash flicks -->
<path d="M22 18 l-4 -2 M48 18 l4 -2" stroke="#333" stroke-width="1" stroke-linecap="round" />
<!-- Mouth -->
<path d="M22 34 q15 14 24 0" stroke="#6b3a00" stroke-width="2" fill="none" />
<!-- Ossicones (horns) -->
<rect x="12" y="1" width="6" height="20" rx="3" ry="3" fill="#6d4f1c" />
<circle cx="15" cy="0" r="5" fill="#6d4f1c" />
<rect x="48" y="1" width="6" height="20" rx="3" ry="3" fill="#6d4f1c" />
<circle cx="51" cy="0" r="5" fill="#6d4f1c" />
<!-- Ear shapes -->
<path d="M12 18 q-10 20 6 20" fill="#f9d57d" stroke="#a36a00" stroke-width="1" />
<path d="M60 18 q10 20 -6 20" fill="#f9d57d" stroke="#a36a00" stroke-width="1" />
</g>
<!-- Body -->
<ellipse cx="95" cy="160" rx="60" ry="90" fill="url(#giraffeBody)" stroke="#a36a00" stroke-width="2" />
<!-- Body spots -->
<ellipse cx="110" cy="110" rx="14" ry="10" fill="url(#spot)" />
<ellipse cx="80" cy="140" rx="19" ry="11" fill="url(#spot)" />
<ellipse cx="130" cy="160" rx="12" ry="8" fill="url(#spot)" />
<ellipse cx="90" cy="190" rx="17" ry="12" fill="url(#spot)" />
<ellipse cx="120" cy="210" rx="23" ry="15" fill="url(#spot)" />
<!-- Tail -->
<line x1="40" y1="220" x2="25" y2="250" stroke="#805200" stroke-width="5" stroke-linecap="round" />
<path d="M22 250 q5 5 12 3" stroke="#4a2c00" stroke-width="3" fill="none" />
<!-- Legs with roller skates -->
<!-- Front left leg -->
<g transform="translate(55, 230)">
<rect x="0" y="0" width="18" height="55" rx="7" ry="7" fill="url(#giraffeBody)" stroke="#a36a00" stroke-width="2" />
<circle cx="9" cy="55" r="12" fill="url(#skateBody)" stroke="#152a89" stroke-width="2" />
<circle cx="4" cy="55" r="5" fill="url(#wheel)" />
<circle cx="14" cy="55" r="5" fill="url(#wheel)" />
<!-- Wheels axle -->
<line x1="3" y1="55" x2="15" y2="55" stroke="#111" stroke-width="3" />
</g>
<!-- Front right leg -->
<g transform="translate(110, 230)">
<rect x="0" y="0" width="18" height="55" rx="7" ry="7" fill="url(#giraffeBody)" stroke="#a36a00" stroke-width="2" />
<circle cx="9" cy="55" r="12" fill="url(#skateBody)" stroke="#152a89" stroke-width="2" />
<circle cx="4" cy="55" r="5" fill="url(#wheel)" />
<circle cx="14" cy="55" r="5" fill="url(#wheel)" />
<line x1="3" y1="55" x2="15" y2="55" stroke="#111" stroke-width="3" />
</g>
<!-- Back left leg -->
<g transform="translate(30, 190) rotate(8 9 35)">
<rect x="0" y="0" width="18" height="55" rx="7" ry="7" fill="url(#giraffeBody)" stroke="#a36a00" stroke-width="2" />
<circle cx="9" cy="55" r="12" fill="url(#skateBody)" stroke="#152a89" stroke-width="2" />
<circle cx="4" cy="55" r="5" fill="url(#wheel)" />
<circle cx="14" cy="55" r="5" fill="url(#wheel)" />
<line x1="3" y1="55" x2="15" y2="55" stroke="#111" stroke-width="3" />
</g>
<!-- Back right leg -->
<g transform="translate(125, 185) rotate(-6 9 35)">
<rect x="0" y="0" width="18" height="55" rx="7" ry="7" fill="url(#giraffeBody)" stroke="#a36a00" stroke-width="2" />
<circle cx="9" cy="55" r="12" fill="url(#skateBody)" stroke="#152a89" stroke-width="2" />
<circle cx="4" cy="55" r="5" fill="url(#wheel)" />
<circle cx="14" cy="55" r="5" fill="url(#wheel)" />
<line x1="3" y1="55" x2="15" y2="55" stroke="#111" stroke-width="3" />
</g>
<!-- Front legs shadows and shapes to add dimension -->
<path d="M60 290 q9 -25 20 0" fill="#bc9e69" opacity="0.2" />
</g>
<!-- Juggling pineapples group -->
<g>
<!-- Positions and rotations for juggling motion -->
<!-- Pineapple 1: upper left juggling -->
<g transform="translate(80,90) rotate(-20)">
<!-- Flames -->
<path fill="url(#flame)" d="M10 0 Q12 8 5 20 Q15 25 8 35 Q18 45 10 60 Q22 52 18 30 Q22 10 12 0 Z" />
<!-- Pineapple body -->
<ellipse cx="10" cy="40" rx="17" ry="28" fill="url(#pineappleBody)" stroke="#b38200" stroke-width="1.8" />
<ellipse cx="10" cy="40" rx="17" ry="28" fill="url(#pineappleSkin)" />
<!-- Pineapple leaves -->
<path fill="url(#leavesGradient)" stroke="#346000" stroke-width="0.6" d="M10 10 l-5 -12 l2 15 l3 -15 l3 15 l2 -15z" />
</g>
<!-- Pineapple 2: upper center juggling -->
<g transform="translate(150,40) rotate(5)" >
<path fill="url(#flame)" d="M12 0 Q14 10 7 25 Q18 30 12 40 Q20 50 12 70 Q25 55 20 38 Q25 17 15 0 Z" />
<ellipse cx="12" cy="50" rx="18" ry="30" fill="url(#pineappleBody)" stroke="#b38200" stroke-width="2" />
<ellipse cx="12" cy="50" rx="18" ry="30" fill="url(#pineappleSkin)" />
<path fill="url(#leavesGradient)" stroke="#346000" stroke-width="0.7" d="M12 10 l-6 -14 l3 18 l4 -18 l4 18 l3 -18z" />
</g>
<!-- Pineapple 3: upper right juggling -->
<g transform="translate(210,80) rotate(15)">
<path fill="url(#flame)" d="M8 0 Q10 7 7 17 Q15 22 9 33 Q17 42 9 50 Q22 43 18 26 Q24 7 14 0 Z" />
<ellipse cx="10" cy="38" rx="14" ry="23" fill="url(#pineappleBody)" stroke="#b38200" stroke-width="1.6" />
<ellipse cx="10" cy="38" rx="14" ry="23" fill="url(#pineappleSkin)" />
<path fill="url(#leavesGradient)" stroke="#346000" stroke-width="0.5" d="M10 12 l-5 -10 l2 14 l3 -14 l3 14 l2 -14z" />
</g>
</g>
<!-- Motion lines for juggling pineapples -->
<path d="M92 95 q40 -60 60 -40" fill="none" stroke="#ff8c00" stroke-width="2" stroke-dasharray="12 4" opacity="0.7" />
<path d="M210 90 q-50 -50 -70 -30" fill="none" stroke="#ff8c00" stroke-width="2" stroke-dasharray="10 6" opacity="0.7" />
<path d="M155 48 q-40 70 -45 75" fill="none" stroke="#ff8c00" stroke-width="2" stroke-dasharray="14 4" opacity="0.7" />
<!-- Details: small fire flicks on pineapples -->
<g fill="url(#flame)" opacity="0.8">
<path d="M80 80 q5 -12 10 0" />
<path d="M150 70 q7 -14 13 1" />
<path d="M210 85 q4 -13 8 0" />
</g>
</svg>
Judge's Analysis
Player 2's submission is more visually appealing and adheres better to the prompt.
The giraffe's features are well-defined, the juggling action is clear with dynamic motion lines, and the flaming pineapples are rendered creatively.
Player 1's submission is less polished and lacks the distinctiveness and clarity of a giraffe on roller skates juggling flaming pineapples, making Player 2's artwork the stronger choice overall.
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.