Creative Challenge
"A penguin juggling flaming torches on a unicycle."
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<radialGradient id="skyGrad" cx="50%" cy="0%" r="100%">
<stop offset="0%" stop-color="#87CEFA"/>
<stop offset="100%" stop-color="#001844"/>
</radialGradient>
<radialGradient id="groundGrad" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#3B7A57"/>
<stop offset="100%" stop-color="#2E5B43"/>
</radialGradient>
<linearGradient id="flameGrad" x1="0%" y1="100%" x2="0%" y2="0%">
<stop offset="0%" stop-color="#FF4500"/>
<stop offset="50%" stop-color="#FFFF00"/>
<stop offset="100%" stop-color="#FFFFFF"/>
</linearGradient>
<linearGradient id="handleGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#8B4513"/>
<stop offset="100%" stop-color="#4B2E14"/>
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<ellipse cx="150" cy="300" rx="180" ry="50" fill="url(#groundGrad)"/>
<!-- Unicycle and Penguin -->
<g transform="translate(150,230)">
<!-- Wheel -->
<circle r="30" fill="#222" stroke="#555" stroke-width="4"/>
<g stroke="#777" stroke-width="2">
<line x1="0" y1="0" x2="0" y2="-30"/>
<line x1="0" y1="0" x2="0" y2="30"/>
<line x1="0" y1="0" x2="-30" y2="0"/>
<line x1="0" y1="0" x2="30" y2="0"/>
<line x1="0" y1="0" x2="-21" y2="-21"/>
<line x1="0" y1="0" x2="21" y2="-21"/>
<line x1="0" y1="0" x2="-21" y2="21"/>
<line x1="0" y1="0" x2="21" y2="21"/>
</g>
<!-- Frame -->
<line x1="0" y1="0" x2="0" y2="-50" stroke="#444" stroke-width="4"/>
<rect x="-10" y="-60" width="20" height="5" fill="#444"/>
<!-- Seat -->
<rect x="-15" y="-65" width="30" height="8" rx="3" ry="3" fill="#555" stroke="#333" stroke-width="1"/>
<!-- Penguin -->
<g transform="translate(0,-65) scale(0.8)">
<!-- Body -->
<ellipse cx="0" cy="0" rx="20" ry="30" fill="#000"/>
<ellipse cx="0" cy="5" rx="12" ry="20" fill="#FFF"/>
<!-- Head -->
<circle cx="0" cy="-35" r="15" fill="#000"/>
<circle cx="0" cy="-30" r="8" fill="#FFF"/>
<circle cx="-4" cy="-32" r="3" fill="#000"/>
<circle cx="4" cy="-32" r="3" fill="#000"/>
<!-- Beak -->
<path d="M0,-25 L-5,-15 L5,-15 Z" fill="#FFA500"/>
<!-- Flippers -->
<path d="M-20,-5 C-40,10 -40,30 -10,20" fill="#000"/>
<path d="M20,-5 C40,10 40,30 10,20" fill="#000"/>
<!-- Feet -->
<path d="M-10,30 C-12,35 -8,40 -5,35 Z" fill="#FFA500"/>
<path d="M10,30 C8,35 12,40 5,35 Z" fill="#FFA500"/>
</g>
</g>
<!-- Juggling Torches -->
<g id="torches">
<g transform="translate(110,140) rotate(-30)">
<rect x="-2" y="0" width="4" height="40" fill="url(#handleGrad)"/>
<ellipse cx="0" cy="0" rx="5" ry="3" fill="#333"/>
<path d="M0 0 C -5 -10 5 -15 0 -25 C -8 -18 8 -10 0 0 Z" fill="url(#flameGrad)" opacity="0.9"/>
</g>
<g transform="translate(150,110) rotate(10)">
<rect x="-2" y="0" width="4" height="40" fill="url(#handleGrad)"/>
<ellipse cx="0" cy="0" rx="5" ry="3" fill="#333"/>
<path d="M0 0 C -5 -10 5 -15 0 -25 C -8 -18 8 -10 0 0 Z" fill="url(#flameGrad)" opacity="0.9"/>
</g>
<g transform="translate(190,140) rotate(30)">
<rect x="-2" y="0" width="4" height="40" fill="url(#handleGrad)"/>
<ellipse cx="0" cy="0" rx="5" ry="3" fill="#333"/>
<path d="M0 0 C -5 -10 5 -15 0 -25 C -8 -18 8 -10 0 0 Z" fill="url(#flameGrad)" opacity="0.9"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="skyGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#87CEEB" />
<stop offset="100%" stop-color="#4682B4" />
</linearGradient>
<linearGradient id="flameGradient" x1="0.5" y1="0" x2="0.5" y2="1">
<stop offset="0%" stop-color="#FF4500" />
<stop offset="50%" stop-color="#FFD700" />
<stop offset="100%" stop-color="#FFA500" />
</linearGradient>
<radialGradient id="wheelGradient" cx="0.5" cy="0.5" r="0.5" fx="0.25" fy="0.25">
<stop offset="0%" stop-color="#555" />
<stop offset="100%" stop-color="#222" />
</radialGradient>
<pattern id="icePattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="20" height="20" fill="#E0FFFF" />
<path d="M10 0L10 20M0 10L20 10" stroke="#ADD8E6" stroke-width="2" />
</pattern>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<circle cx="150" cy="250" r="30" fill="url(#wheelGradient)" />
<ellipse cx="150" cy="180" rx="50" ry="70" fill="#000" />
<ellipse cx="150" cy="120" rx="30" ry="40" fill="#FFF" />
<ellipse cx="140" cy="110" rx="5" ry="8" fill="#000" />
<ellipse cx="160" cy="110" rx="5" ry="8" fill="#000" />
<path d="M130 130Q140 140 130 150" fill="none" stroke="#FFA500" stroke-width="3" />
<path d="M170 130Q160 140 170 150" fill="none" stroke="#FFA500" stroke-width="3" />
<circle cx="150" cy="200" r="10" fill="#FFD700" />
<path d="M150 200L150 250" stroke="#000" stroke-width="5" />
<circle cx="150" cy="250" r="5" fill="#000" />
<circle cx="100" cy="100" r="10" fill="url(#flameGradient)" />
<circle cx="200" cy="100" r="10" fill="url(#flameGradient)" />
<circle cx="150" cy="50" r="10" fill="url(#flameGradient)" />
<path d="M100 100L150 50L200 100" stroke="#FF4500" stroke-width="2" stroke-linecap="round" />
<rect x="0" y="280" width="300" height="20" fill="url(#icePattern)" />
</svg>
Judge's Analysis
Player 1's submission adheres more closely to the prompt by depicting a penguin juggling flaming torches while balanced on a unicycle.
The composition is clear, and the use of flames adds dynamic visual appeal.
Player 2's submission, while creative, does not clearly show the juggling or the unicycle as described in the prompt, which reduces adherence and clarity.
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.