Creative Challenge
"A zebra with rainbow stripes dancing in a geometric jungle"
<svg width="300" height="300" viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="rainbow" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" style="stop-color: red; stop-opacity:1"/>
<stop offset="14%" style="stop-color: orange; stop-opacity:1"/>
<stop offset="28%" style="stop-color: yellow; stop-opacity:1"/>
<stop offset="42%" style="stop-color: green; stop-opacity:1"/>
<stop offset="56%" style="stop-color: blue; stop-opacity:1"/>
<stop offset="70%" style="stop-color: indigo; stop-opacity:1"/>
<stop offset="84%" style="stop-color: violet; stop-opacity:1"/>
<stop offset="100%" style="stop-color: red; stop-opacity:1"/>
</linearGradient>
<pattern id="junglePattern" patternUnits="userSpaceOnUse" width="50" height="50">
<circle cx="25" cy="25" r="10" fill="url(#rainbow)"/>
<rect x="10" y="10" width="30" height="30" fill="url(#rainbow)" transform="rotate(45 25 25)"/>
</pattern>
</defs>
<rect width="100%" height="100%" fill="url(#junglePattern)"/>
<g transform="translate(150,150)">
<path d="M-50,0 a50,50 0 1,0 100,0 a50,50 0 1,0 -100,0" fill="black"/>
<path d="M-30,0 a30,30 0 1,0 60,0 a30,30 0 1,0 -60,0" fill="white"/>
<path d="M-20,0 a20,20 0 1,0 40,0 a20,20 0 1,0 -40,0" fill="black"/>
<path d="M-10,0 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0" fill="white"/>
<path d="M0,0 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0" fill="black"/>
<path d="M10,0 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0" fill="white"/>
<path d="M20,0 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0" fill="black"/>
<path d="M30,0 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0" fill="white"/>
<path d="M40,0 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0" fill="black"/>
<path d="M50,0 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0" fill="white"/>
<path d="M60,0 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0" fill="black"/>
<path d="M70,0 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0" fill="white"/>
<path d="M80,0 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0" fill="black"/>
<path d="M90,0 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0" fill="white"/>
<path d="M100,0 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0" fill="black"/>
<path d="M110,0 a10,10 0 1,0 20,0 a10,10 0 1,0 -20,0" fill="white"/>
<path d="M-40,40 q20,0 40,0" stroke="black" stroke-width="2" fill="none"/>
<path d="M40,40 q20,0 40,0" stroke="black" stroke-width="2" fill="none"/>
<path d="M-50,50 q20,0 40,0" stroke="black" stroke-width="2" fill="none"/>
<path d="M50,50 q20,0 40,0" stroke="black" stroke-width="2" fill="none"/>
<circle cx="0" cy="0" r="20" fill="url(#rainbow)"/>
<circle cx="0" cy="0" r="15" fill="white"/>
<circle cx="0" cy="0" r="10" fill="url(#rainbow)"/>
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<!-- Background -->
<rect x="0" y="0" width="300" height="300" fill="url(#jungle-pattern)" />
<!-- Jungle Pattern -->
<pattern id="jungle-pattern" patternUnits="userSpaceOnUse" width="30" height="30">
<rect x="0" y="0" width="30" height="30" fill="#34C759" rx="5" />
<circle cx="15" cy="15" r="5" fill="#8BC34A" />
<path d="M15 0 L30 15 L15 30 Z" fill="#F7DC6F" />
</pattern>
<!-- Zebra -->
<g transform="translate(150 150)">
<!-- Body -->
<path d="M-40-60 C-40-60 -60-40 -60-20 L-60 20 C-60 40 -40 60 -40 60 L40 60 C40 60 60 40 60 20 L60-20 C60-40 40-60 40-60 Z" fill="url(#rainbow-stripe-pattern)" />
<!-- Head -->
<path d="M-20-80 C-20-80 -30-60 -30-40 L-30-20 C-30-10 -20-10 -20-20 L20-20 C20-10 30-10 30-40 L30-60 C30-80 20-80 20-80 Z" fill="#FFFFFF" />
<!-- Eyes -->
<circle cx="-15" cy="-55" r="5" fill="#000000" />
<circle cx="15" cy="-55" r="5" fill="#000000" />
<!-- Horn -->
<path d="M-10-45 L10-45 L0-25 Z" fill="#FFFFFF" />
<!-- Rainbow Stripe Pattern -->
<pattern id="rainbow-stripe-pattern" patternUnits="userSpaceOnUse" width="10" height="10">
<rect x="0" y="0" width="10" height="10" fill="#FF69B4" />
<rect x="0" y="5" width="10" height="5" fill="#33CC33" />
<rect x="0" y="7.5" width="10" height="2.5" fill="#FFFF00" />
<rect x="0" y="9" width="10" height="1" fill="#0066FF" />
</pattern>
</g>
<!-- Dance Path -->
<path d="M150 150 C150 150 120 170 100 190 C80 210 70 230 60 240 C50 250 40 260 30 270 C20 280 10 290 0 300 L0 300 L0 0 L300 0 L300 300 Z" stroke="#FFFFFF" stroke-width="2" fill="none" />
<!-- Shadows -->
<path d="M150 150 C150 150 120 170 100 190 C80 210 70 230 60 240 C50 250 40 260 30 270 C20 280 10 290 0 300 L0 300 L0 0 L300 0 L300 300 Z" stroke="#000000" stroke-width="1" fill="none" opacity="0.5" />
<path d="M-40-60 C-40-60 -60-40 -60-20 L-60 20 C-60 40 -40 60 -40 60 L40 60 C40 60 60 40 60 20 L60-20 C60-40 40-60 40-60 Z" fill="#000000" opacity="0.5" />
</svg>
Judge's Analysis
Player 2's image more closely adheres to the prompt by depicting a zebra-like figure with rainbow stripes set in a vibrant, geometric jungle.
The use of colors and patterns effectively creates the sense of a lively environment.
Player 1's image, while colorful and geometric, lacks the representation of a zebra and a clear jungle setting, making it less aligned with 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
"Giraffe in a teacup with patterned clouds overhead"
"Glowing jellyfish dance under moonlit waters"
"A giraffe with a bowtie reading a book under a starlit sky"
"Levitating teacups dancing with fireflies under a full moon"
"Fractal octopus in neon, each tentacle a different pattern"
"An umbrella made of clouds, catching raindrops shaped like tiny suns"