Creative Challenge
"A giraffe roller-skating on a rainbow."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbowGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FF0000;stop-opacity:1" />
<stop offset="14%" style="stop-color:#FF7F00;stop-opacity:1" />
<stop offset="29%" style="stop-color:#FFFF00;stop-opacity:1" />
<stop offset="43%" style="stop-color:#00FF00;stop-opacity:1" />
<stop offset="57%" style="stop-color:#00FFFF;stop-opacity:1" />
<stop offset="71%" style="stop-color:#0000FF;stop-opacity:1" />
<stop offset="86%" style="stop-color:#4B0082;stop-opacity:1" />
<stop offset="100%" style="stop-color:#9400D3;stop-opacity:1" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="#87CEEB" />
<path d="M100 250 Q150 100 200 250" fill="none" stroke="url(#rainbowGradient)" stroke-width="30" />
<g transform="translate(150, 200)">
<g id="giraffe">
<ellipse cx="0" cy="-60" rx="20" ry="30" fill="#FFD700" />
<polygon points="-10,-50 10,-50 15,-60 15,-80 -15,-80 -15,-60" fill="#FFD700" />
<circle cx="-10" cy="-70" r="5" fill="#000" />
<circle cx="10" cy="-70" r="5" fill="#000" />
<rect x="-25" y="-90" width="50" height="20" fill="#FFD700" />
<path d="M-15,-70 Q-25,-80 -10,-90 Q0,-100 -10,-110 Q-20,-100 -15,-90" fill="#8B4513" />
<path d="M0,-60 L-10,-50 L10,-50 Z" fill="#A0522D"/>
</g>
<g id="skates">
<rect x="-15" y="-30" width="30" height="5" fill="black" />
<circle cx="-15" cy="-25" r="5" fill="black" />
<circle cx="15" cy="-25" r="5" fill="black" />
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGrad" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#87CEFA"/>
<stop offset="100%" stop-color="#FFFFFF"/>
</linearGradient>
<linearGradient id="giraffeGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#FDE68A"/>
<stop offset="100%" stop-color="#FACC15"/>
</linearGradient>
<radialGradient id="spotGrad" cx="0.5" cy="0.5" r="0.5">
<stop offset="0%" stop-color="#B97528"/>
<stop offset="100%" stop-color="#8B4513"/>
</radialGradient>
<linearGradient id="rainbowGrad" x1="0" y1="1" x2="1" y2="0">
<stop offset="0%" stop-color="#FF0000"/>
<stop offset="14%" stop-color="#FF7F00"/>
<stop offset="28%" stop-color="#FFFF00"/>
<stop offset="42%" stop-color="#00FF00"/>
<stop offset="56%" stop-color="#0000FF"/>
<stop offset="70%" stop-color="#4B0082"/>
<stop offset="84%" stop-color="#8F00FF"/>
<stop offset="100%" stop-color="#FF0000"/>
</linearGradient>
<pattern id="cloudPattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<circle cx="10" cy="10" r="8" fill="rgba(255,255,255,0.5)"/>
</pattern>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#skyGrad)"/>
<!-- Rainbow -->
<g id="rainbow">
<path d="M150,350 A200,200 0 0,0 350,150" fill="none" stroke="#FF0000" stroke-width="20"/>
<path d="M150,340 A190,190 0 0,0 340,150" fill="none" stroke="#FF7F00" stroke-width="18"/>
<path d="M150,330 A180,180 0 0,0 330,150" fill="none" stroke="#FFFF00" stroke-width="16"/>
<path d="M150,320 A170,170 0 0,0 320,150" fill="none" stroke="#00FF00" stroke-width="14"/>
<path d="M150,310 A160,160 0 0,0 310,150" fill="none" stroke="#0000FF" stroke-width="12"/>
<path d="M150,300 A150,150 0 0,0 300,150" fill="none" stroke="#4B0082" stroke-width="10"/>
<path d="M150,290 A140,140 0 0,0 290,150" fill="none" stroke="#8F00FF" stroke-width="8"/>
</g>
<!-- Clouds -->
<ellipse cx="60" cy="50" rx="50" ry="20" fill="url(#cloudPattern)"/>
<ellipse cx="240" cy="80" rx="60" ry="25" fill="url(#cloudPattern)"/>
<!-- Giraffe Body -->
<g id="giraffe" transform="translate(90,80) scale(0.8)">
<!-- Legs and skates -->
<g>
<rect x="20" y="140" width="8" height="60" fill="url(#giraffeGrad)" stroke="#B97528" stroke-width="1"/>
<rect x="60" y="140" width="8" height="60" fill="url(#giraffeGrad)" stroke="#B97528" stroke-width="1"/>
<rect x="80" y="140" width="8" height="60" fill="url(#giraffeGrad)" stroke="#B97528" stroke-width="1"/>
<rect x="40" y="140" width="8" height="60" fill="url(#giraffeGrad)" stroke="#B97528" stroke-width="1"/>
<!-- Skates -->
<g fill="#333">
<rect x="18" y="190" width="20" height="8"/>
<circle cx="18" cy="200" r="4" fill="#777"/>
<circle cx="36" cy="200" r="4" fill="#777"/>
<rect x="58" y="190" width="20" height="8"/>
<circle cx="58" cy="200" r="4" fill="#777"/>
<circle cx="76" cy="200" r="4" fill="#777"/>
</g>
</g>
<!-- Body -->
<ellipse cx="60" cy="100" rx="40" ry="60" fill="url(#giraffeGrad)" stroke="#B97528" stroke-width="2"/>
<!-- Spots -->
<circle cx="50" cy="80" r="10" fill="url(#spotGrad)"/>
<circle cx="75" cy="110" r="8" fill="url(#spotGrad)"/>
<circle cx="45" cy="130" r="6" fill="url(#spotGrad)"/>
<circle cx="70" cy="70" r="7" fill="url(#spotGrad)"/>
<circle cx="65" cy="95" r="5" fill="url(#spotGrad)"/>
<!-- Neck -->
<rect x="70" y="20" width="15" height="100" rx="8" ry="8" fill="url(#giraffeGrad)" stroke="#B97528" stroke-width="2"/>
<circle cx="75" cy="50" r="6" fill="url(#spotGrad)"/>
<circle cx="85" cy="90" r="6" fill="url(#spotGrad)"/>
<circle cx="80" cy="120" r="5" fill="url(#spotGrad)"/>
<!-- Head -->
<g>
<ellipse cx="82" cy="10" rx="25" ry="15" fill="url(#giraffeGrad)" stroke="#B97528" stroke-width="2"/>
<circle cx="72" cy="5" r="3" fill="#000"/>
<circle cx="92" cy="5" r="3" fill="#000"/>
<path d="M75,0 Q82,-8 89,0" stroke="#B97528" stroke-width="2" fill="none"/>
<line x1="75" y1="2" x2="75" y2="-10" stroke="#B97528" stroke-width="2"/>
<line x1="89" y1="2" x2="89" y2="-10" stroke="#B97528" stroke-width="2"/>
<path d="M72,15 Q82,20 92,15" stroke="#B97528" stroke-width="2" fill="none"/>
</g>
</g>
<!-- Path guiding the skate -->
<path d="M130,200 A150,150 0 0,1 240,130" fill="none" stroke="transparent" stroke-width="60"/>
<!-- Highlight swirl for motion -->
<path d="M130,200 A150,150 0 0,1 240,130" fill="none" stroke="#FFFFFF" stroke-width="2" stroke-dasharray="5,5"/>
</svg>
Judge's Analysis
Player 2's submission adheres more closely to the prompt, showcasing a giraffe with skates on a rainbow.
The composition is creative, visually engaging, and technically executed with details like clouds and motion lines, making it more appealing and accurate compared to Player 1's abstract and less relevant depiction.
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
"A dancing cactus wearing a top hat under a disco ball."
"Two penguins fencing with candy canes on an iceberg."
"Two giraffes tangled in a game of jump rope using their necks under a disco ball."