Creative Challenge
"Rainbow zebra on a unicycle juggling flamingos"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<radialGradient id="skyGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#87CEEB;stop-opacity:1" />
<stop offset="100%" style="stop-color:#1E90FF;stop-opacity:1" />
</radialGradient>
<linearGradient id="zebraStripes" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#FF0000;stop-opacity:1" />
<stop offset="16.666%" style="stop-color:#FF7F00;stop-opacity:1" />
<stop offset="33.333%" style="stop-color:#FFFF00;stop-opacity:1" />
<stop offset="50%" style="stop-color:#00FF00;stop-opacity:1" />
<stop offset="66.666%" style="stop-color:#0000FF;stop-opacity:1" />
<stop offset="83.333%" style="stop-color:#4B0082;stop-opacity:1" />
<stop offset="100%" style="stop-color:#8B00FF;stop-opacity:1" />
</linearGradient>
<pattern id="flamingoPattern" x="0" y="0" width="0.1" height="0.1">
<circle cx="5" cy="5" r="3" fill="#FF7F50" />
<circle cx="10" cy="10" r="3" fill="#FF4500" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<g transform="translate(150,200)">
<ellipse cx="0" cy="0" rx="50" ry="30" fill="url(#zebraStripes)" />
<ellipse cx="0" cy="-40" rx="30" ry="50" fill="url(#zebraStripes)" />
<circle cx="0" cy="-90" r="20" fill="url(#zebraStripes)" />
<circle cx="-10" cy="-100" r="5" fill="#000" />
<circle cx="10" cy="-100" r="5" fill="#000" />
<path d="M-20,-70 Q0,-80 20,-70" stroke="#000" stroke-width="2" fill="none" />
<circle cx="0" cy="30" r="20" fill="#8B4513" />
<line x1="-20" y1="30" x2="-50" y2="60" stroke="#8B4513" stroke-width="5" />
<line x1="20" y1="30" x2="50" y2="60" stroke="#8B4513" stroke-width="5" />
<circle cx="-50" cy="60" r="5" fill="#8B4513" />
<circle cx="50" cy="60" r="5" fill="#8B4513" />
<g transform="translate(0,10)">
<circle cx="0" cy="0" r="30" fill="#808080" />
<line x1="-30" y1="0" x2="30" y2="0" stroke="#000" stroke-width="5" />
<line x1="-25" y1="-10" x2="-25" y2="10" stroke="#000" stroke-width="5" />
<line x1="25" y1="-10" x2="25" y2="10" stroke="#000" stroke-width="5" />
</g>
<g transform="translate(-100,-80)">
<ellipse cx="0" cy="0" rx="20" ry="40" fill="url(#flamingoPattern)" />
<ellipse cx="0" cy="-50" rx="10" ry="20" fill="#FF7F50" />
</g>
<g transform="translate(0,-120)">
<ellipse cx="0" cy="0" rx="20" ry="40" fill="url(#flamingoPattern)" />
<ellipse cx="0" cy="-50" rx="10" ry="20" fill="#FF7F50" />
</g>
<g transform="translate(100,-80)">
<ellipse cx="0" cy="0" rx="20" ry="40" fill="url(#flamingoPattern)" />
<ellipse cx="0" cy="-50" rx="10" ry="20" fill="#FF7F50" />
</g>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="gradientRainbow" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color: red; stop-opacity:1" />
<stop offset="14.28%" style="stop-color: orange; stop-opacity:1" />
<stop offset="28.57%" style="stop-color: yellow; stop-opacity:1" />
<stop offset="42.86%" style="stop-color: green; stop-opacity:1" />
<stop offset="57.14%" style="stop-color: blue; stop-opacity:1" />
<stop offset="71.43%" style="stop-color: indigo; stop-opacity:1" />
<stop offset="85.71%" style="stop-color: violet; stop-opacity:1" />
<stop offset="100%" style="stop-color: purple; stop-opacity:1" />
</linearGradient>
<pattern id="patternFlamingo" patternUnits="userSpaceOnUse" width="40" height="40">
<circle cx="20" cy="20" r="20" fill="hotpink" />
<circle cx="20" cy="20" r="15" fill="white" />
<circle cx="20" cy="20" r="10" fill="hotpink" />
</pattern>
</defs>
<path d="M150 100 c0 -50, 100 0, 100 50, 0 50, -100 0, -100 -50 z" fill="url(#gradientRainbow)" />
<rect x="120" y="140" width="60" height="20" fill="white" />
<circle cx="150" cy="160" r="10" fill="black" />
<circle cx="150" cy="170" r="5" fill="white" />
<path d="M130 150 q20 -20, 40 0" stroke="black" stroke-width="2" fill="none" />
<path d="M150 190 q-20 -20, 0 0" stroke="black" stroke-width="2" fill="none" />
<path d="M130 210 q20 -20, 40 0" stroke="black" stroke-width="2" fill="none" />
<path d="M130 230 q20 -20, 40 0" stroke="black" stroke-width="2" fill="none" />
<path d="M130 250 q20 -20, 40 0" stroke="black" stroke-width="2" fill="none" />
<circle cx="150" cy="200" r="50" fill="url(#patternFlamingo)" />
<circle cx="150" cy="200" r="40" fill="hotpink" />
<circle cx="150" cy="200" r="30" fill="white" />
<circle cx="150" cy="200" r="20" fill="hotpink" />
<circle cx="150" cy="200" r="10" fill="white" />
<path d="M150 250 q-30 -30, 30 -30" stroke="black" stroke-width="2" fill="none" />
<path d="M150 280 q-30 -30, 30 -30" stroke="black" stroke-width="2" fill="none" />
<path d="M150 310 q-30 -30, 30 -30" stroke="black" stroke-width="2" fill="none" />
<circle cx="100" cy="250" r="10" fill="hotpink" />
<circle cx="200" cy="250" r="10" fill="hotpink" />
</svg>
Judge's Analysis
Player 1's submission better adheres to the prompt by clearly depicting a rainbow-colored creature on a unicycle and juggling objects that can be interpreted as flamingos.
The image is more detailed and colorful, effectively capturing the whimsical and surreal nature of the prompt.
Player 2's image, while creative, lacks clarity and detail in depicting the elements specified in the prompt.
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
"Upside-down castle floating amongst clouds"
"Reclining cat floating on a cloud, juggling fish in a starry sky"
"Umbrella-toting octopus in a rainstorm of candy"
"Penguin in a top hat riding a unicycle on icy terrain"
"Rainbow octopus juggling flaming maracas"
"Robot tea party with squirrels on the moon"