Creative Challenge
"A giraffe in a top hat blowing bubble gum."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="#FFCC99" />
<!-- Giraffe body -->
<rect x="120" y="100" width="60" height="120" fill="#FFD700" />
<!-- Giraffe spots -->
<circle cx="150" cy="110" r="10" fill="#AA5522" />
<circle cx="130" cy="145" r="8" fill="#AA5522" />
<circle cx="170" cy="145" r="8" fill="#AA5522" />
<!-- Giraffe neck -->
<path d="M150,100 L150,60 Q120,30 90,60 L90,220 Q120,250 150,220 L150,160" fill="#FFD700" />
<!-- Giraffe head -->
<ellipse cx="150" cy="45" rx="30" ry="35" fill="#FFD700" />
<ellipse cx="138" cy="40" rx="8" ry="12" fill="black" />
<ellipse cx="162" cy="40" rx="8" ry="12" fill="black" />
<!-- Giraffe's eye -->
<circle cx="143" cy="38" r="4" fill="white" />
<!-- Top hat -->
<path d="M120,10 L180,10 Q180,0 150,0 Q120,0 120,10" fill="black" />
<rect x="125" y="10" width="50" height="40" fill="black" />
<!-- Bubble gum -->
<circle cx="190" cy="200" r="25" fill="#FF69B4" />
<circle cx="188" cy="200" r="20" fill="#F6BF26">
<animate attributeName="r" dur="2s" values="20;25;20" repeatCount="indefinite" />
</circle>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<!-- Giraffe neck gradient -->
<linearGradient id="neckGrad" x1="0" y1="180" x2="0" y2="90" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#ffcf73"/>
<stop offset="100%" stop-color="#ffedb2"/>
</linearGradient>
<!-- Giraffe face gradient -->
<radialGradient id="faceGrad" cx="140" cy="96" r="45" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#fff9e3"/>
<stop offset="70%" stop-color="#ffc94e"/>
<stop offset="100%" stop-color="#ffbb36"/>
</radialGradient>
<!-- Bubble gum gradient -->
<radialGradient id="gumGrad" cx="214" cy="134" r="29" gradientUnits="userSpaceOnUse">
<stop offset="0%" stop-color="#ffe3f6"/>
<stop offset="45%" stop-color="#ff7cff"/>
<stop offset="95%" stop-color="#af56dd"/>
</radialGradient>
<!-- Top hat black shine -->
<linearGradient id="hatShine" x1="160" y1="38" x2="220" y2="58" gradientUnits="userSpaceOnUse">
<stop offset="10%" stop-color="#32323a"/>
<stop offset="70%" stop-color="#696985"/>
<stop offset="100%" stop-color="#101016"/>
</linearGradient>
<!-- Inner ear -->
<radialGradient id="earInner" cx="0.5" cy="0.5" r="0.7">
<stop offset="0%" stop-color="#fff3e0"/>
<stop offset="100%" stop-color="#ffb69e"/>
</radialGradient>
<!-- Giraffe spots -->
<pattern id="spots" patternUnits="userSpaceOnUse" width="40" height="40">
<ellipse cx="12" cy="9" rx="9" ry="6" fill="#bb7d1b"/>
<ellipse cx="30" cy="25" rx="6" ry="4" fill="#fda20b"/>
<ellipse cx="20" cy="32" rx="11" ry="5.5" fill="#d18022"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#faceGrad)" opacity="0.2"/>
<!-- Neck -->
<rect x="108" y="90" width="48" height="110" rx="25" fill="url(#neckGrad)"/>
<!-- Spots on neck -->
<ellipse cx="128" cy="130" rx="10" ry="7" fill="#c48321" opacity="0.75"/>
<ellipse cx="142" cy="170" rx="9" ry="6" fill="#b77c1a" opacity="0.75"/>
<ellipse cx="118" cy="170" rx="5" ry="3.5" fill="#bb8b35" opacity="0.6"/>
<!-- Shadow under head -->
<ellipse cx="132" cy="105" rx="32" ry="12" fill="#e7b441" opacity="0.16"/>
<!-- Giraffe head -->
<ellipse cx="140" cy="84" rx="60" ry="45" fill="url(#faceGrad)"/>
<!-- Left ear -->
<ellipse cx="78" cy="54" rx="18" ry="10" fill="#ffe1a1" stroke="#e6a94c" stroke-width="2" />
<ellipse cx="81" cy="54" rx="8" ry="5.5" fill="url(#earInner)" />
<!-- Right ear -->
<ellipse cx="202" cy="54" rx="14" ry="8" fill="#ffe1a1" stroke="#e6a94c" stroke-width="2" />
<ellipse cx="204" cy="55" rx="6" ry="4" fill="url(#earInner)" />
<!-- Ossicones -->
<rect x="97" y="22" width="11" height="27" rx="5" fill="#e0a142"/>
<ellipse cx="102.5" cy="22" rx="6" ry="7" fill="#855610"/>
<rect x="157" y="15" width="10" height="22" rx="5" fill="#e0a142"/>
<ellipse cx="162" cy="15" rx="5" ry="6.5" fill="#855610"/>
<!-- Top hat brim -->
<ellipse cx="182" cy="36" rx="43" ry="11.5" fill="url(#hatShine)" stroke="#18181f" stroke-width="2"/>
<!-- Top hat body -->
<rect x="146" y="2" width="68" height="47" rx="20" fill="url(#hatShine)" stroke="#18181f" stroke-width="2"/>
<!-- Ribbon on hat -->
<rect x="146" y="38" width="68" height="13" rx="6.5" fill="#b04dcc" />
<ellipse cx="180" cy="53" rx="30" ry="8" fill="url(#hatShine)" opacity="0.55"/>
<!-- Spots on head -->
<ellipse cx="110" cy="78" rx="15" ry="8.2" fill="#cf8a25" opacity="0.8"/>
<ellipse cx="125" cy="60" rx="7" ry="4.5" fill="#a87618" opacity="0.7"/>
<ellipse cx="170" cy="92" rx="10" ry="6" fill="#ceac59" opacity="0.9"/>
<ellipse cx="172" cy="64" rx="5" ry="3.5" fill="#bf8417" opacity="0.67"/>
<!-- Left eye -->
<ellipse cx="120" cy="92" rx="9" ry="7" fill="#fff" />
<ellipse cx="122.7" cy="95" rx="3.8" ry="4.4" fill="#2a2527"/>
<ellipse cx="121" cy="94" rx="1.5" ry="2" fill="#fff" opacity="0.75"/>
<!-- Right eye -->
<ellipse cx="158" cy="90" rx="9" ry="7" fill="#fff" />
<ellipse cx="155.5" cy="93.5" rx="3.8" ry="4.3" fill="#2a2527"/>
<ellipse cx="157" cy="91" rx="1.1" ry="1.6" fill="#fff" opacity="0.75"/>
<!-- Eyebrows -->
<path d="M112 86 Q120 80 127 86" stroke="#7c5c30" stroke-width="2" fill="none"/>
<path d="M146 84 Q153 81 162 85" stroke="#7c5c30" stroke-width="2" fill="none"/>
<!-- Nose -->
<ellipse cx="140" cy="110" rx="21" ry="13" fill="#f4ba64" />
<!-- Nostril shadow -->
<ellipse cx="133" cy="115" rx="3" ry="1.5" fill="#b77c1a" opacity="0.18"/>
<ellipse cx="144" cy="114" rx="2.2" ry="1" fill="#b77c1a" opacity="0.14"/>
<!-- Nostrils -->
<ellipse cx="134" cy="113" rx="1.2" ry="2" fill="#a36f23"/>
<ellipse cx="146" cy="112" rx="1.1" ry="1.7" fill="#a36f23"/>
<!-- Blowing cheek -->
<ellipse cx="148" cy="120" rx="6" ry="4.5" fill="#ffd3e6" opacity="0.38"/>
<!-- Bubble gum -->
<ellipse cx="202" cy="128" rx="33" ry="29" fill="url(#gumGrad)" stroke="#ce8df7" stroke-width="2" opacity="0.93"/>
<!-- Gum shine -->
<ellipse cx="220" cy="120" rx="11.5" ry="7" fill="#fff4fe" opacity="0.22"/>
<ellipse cx="210" cy="136" rx="5" ry="3" fill="#fff3f9" opacity="0.19"/>
<!-- Bubble gum reflection -->
<path d="M225,118 Q232,128 226,136 Q222,128 225,118 Z" fill="#fff3fc" opacity="0.30"/>
<!-- Gum wavy contour for cartoon feel -->
<path d="M235,115 Q242,132 224,147 Q203,159 187,140 Q176,125 191,115 Q207,102 225,113 Z" fill="none" stroke="#f7b1f9" stroke-width="2" opacity="0.44"/>
<!-- Smiling mouth blowing the bubble -->
<path d="M166,120 Q176,126 196,122" stroke="#a64693" stroke-width="3" fill="none" stroke-linecap="round"/>
<!-- Lower jaw hint under bubble -->
<ellipse cx="187" cy="133" rx="7" ry="2.1" fill="#c47fae" opacity="0.19"/>
<!-- Subtle giraffe pattern -->
<ellipse cx="137" cy="132" rx="8" ry="5" fill="#cf8a25" opacity="0.22"/>
<!-- Anthropomorphic flourish: Monocle on eye -->
<ellipse cx="119" cy="92" rx="8" ry="7" fill="none" stroke="#bce4fa" stroke-width="2"/>
<rect x="115" y="98" width="2.5" height="12" rx="1" fill="#bce4fa"/>
<!-- Artistic line: Giraffe's "bowtie" -->
<ellipse cx="131" cy="197" rx="13" ry="7" fill="#864fd6" stroke="#7246b0" stroke-width="2" />
<circle cx="131" cy="197" r="3" fill="#fff3fc"/>
<!-- Tiny abstract 'glimmer' stars around bubble -->
<g>
<polygon points="215,109 217,113 221,113 218,116 219,120 215,117 211,120 212,116 209,113 213,113" fill="#ffdcf9" opacity="0.65"/>
<polygon points="229,132 230.5,135 233.5,135 231.2,137 232,140 229,138.2 226,140 227,137 224.5,135 227.5,135" fill="#79f7fc" opacity="0.44"/>
<polygon points="210,148 211,150 214,150 212,151.5 212.8,154 210,152.1 207.8,154 208.5,151.5 206,150 209,150" fill="#fffbe9" opacity="0.42"/>
</g>
</svg>
Judge's Analysis
Player 2's submission demonstrates greater creativity and adherence to the prompt.
The giraffe is more detailed, with expressive features and a well-rendered top hat.
The bubble gum is also more visually appealing with shading and highlights, making the overall composition more engaging and technically refined compared to Player 1's simpler design.
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.