Creative Challenge
"Penguin juggling flaming torches on an iceberg under the northern lights."
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGrad" cx="50%" cy="30%" r="100%">
<stop offset="0%" stop-color="#001f3f"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
<linearGradient id="auroraGrad1" x1="0%" y1="100%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#0ff"/>
<stop offset="50%" stop-color="#0f0"/>
<stop offset="100%" stop-color="#8f0"/>
</linearGradient>
<linearGradient id="auroraGrad2" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="#8f0"/>
<stop offset="50%" stop-color="#0ff"/>
<stop offset="100%" stop-color="#38f"/>
</linearGradient>
<linearGradient id="iceGrad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#eef"/>
<stop offset="100%" stop-color="#99d"/>
</linearGradient>
<radialGradient id="flameGrad" cx="50%" cy="30%" r="70%">
<stop offset="0%" stop-color="#ff0"/>
<stop offset="50%" stop-color="#f80"/>
<stop offset="100%" stop-color="#f00"/>
</radialGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGrad)"/>
<path d="M0 80 C60 60 120 100 180 70 C240 40 300 80 300 80 L300 0 L0 0 Z" fill="url(#auroraGrad1)" opacity="0.6"/>
<path d="M0 120 C80 90 160 130 240 100 C300 80 300 120 300 120 L300 0 L0 0 Z" fill="url(#auroraGrad2)" opacity="0.5"/>
<g fill="#fff">
<circle cx="20" cy="30" r="1.5"/>
<circle cx="60" cy="50" r="1"/>
<circle cx="120" cy="40" r="1.2"/>
<circle cx="200" cy="60" r="1"/>
<circle cx="250" cy="30" r="1.7"/>
<circle cx="280" cy="80" r="1"/>
<circle cx="170" cy="20" r="1"/>
</g>
<path d="M20 250 L80 180 L140 260 L200 160 L260 250 Z" fill="url(#iceGrad)" stroke="#fff" stroke-width="2"/>
<g transform="translate(150 200)">
<ellipse cx="0" cy="0" rx="30" ry="40" fill="#000"/>
<ellipse cx="0" cy="10" rx="20" ry="30" fill="#fff"/>
<circle cx="0" cy="-50" r="20" fill="#000"/>
<ellipse cx="0" cy="-45" rx="15" ry="12" fill="#fff"/>
<circle cx="-5" cy="-48" r="2" fill="#000"/>
<circle cx="5" cy="-48" r="2" fill="#000"/>
<polygon points="0,-40 3,-32 -3,-32" fill="#f90"/>
<path d="M-30,-10 C-50,0 -50,30 -20,20" fill="#000"/>
<path d="M30,-10 C50,0 50,30 20,20" fill="#000"/>
</g>
<g transform="translate(150 200)">
<g transform="rotate(-30 -30 -60)">
<rect x="-32" y="-100" width="4" height="60" fill="#8b4513"/>
<path d="M-30,-100 C-35,-110 -25,-110 -30,-100 Z" fill="url(#flameGrad)"/>
</g>
<g transform="rotate(0 0 -80)">
<rect x="-2" y="-140" width="4" height="60" fill="#8b4513"/>
<path d="M0,-140 C-5,-150 5,-150 0,-140 Z" fill="url(#flameGrad)"/>
</g>
<g transform="rotate(30 30 -60)">
<rect x="28" y="-100" width="4" height="60" fill="#8b4513"/>
<path d="M30,-100 C25,-110 35,-110 30,-100 Z" fill="url(#flameGrad)"/>
</g>
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<radialGradient id="aurora" cx="150" cy="50" r="200" fx="150" fy="50">
<stop offset="0%" stop-color="#000033" />
<stop offset="50%" stop-color="#003366" />
<stop offset="100%" stop-color="#000099" />
</radialGradient>
<rect x="0" y="0" width="300" height="300" fill="url(#aurora)" />
<path d="M50,150 C50,70 250,70 250,150 V300 H50 Z" fill="#e0f2f7" stroke="#cce0e9" stroke-width="2" />
<ellipse cx="70" cy="90" rx="5" ry="15" fill="#6699cc" transform="rotate(-20 70 90)" opacity="0.8" />
<ellipse cx="100" cy="70" rx="8" ry="20" fill="#336699" transform="rotate(-10 100 70)" opacity="0.7" />
<ellipse cx="180" cy="60" rx="12" ry="25" fill="#003366" transform="rotate(5 180 60)" opacity="0.6" />
<ellipse cx="220" cy="80" rx="10" ry="22" fill="#000033" transform="rotate(15 220 80)" opacity="0.5" />
<path d="M130 200 C 120 180, 140 180, 150 200 C 160 180, 180 180, 170 200" fill="white" stroke="black" stroke-width="1" />
<circle cx="150" cy="220" r="30" fill="#000000" />
<ellipse cx="140" cy="210" rx="10" ry="15" fill="white" />
<ellipse cx="160" cy="210" rx="10" ry="15" fill="white" />
<polygon points="145,230 155,230 150,240" fill="orange" />
<path d="M120 250 C 120 270, 130 280, 140 270 L 150 280 L 160 270 C 170 280, 180 270, 180 250" fill="orange" />
<radialGradient id="fire1" cx="100" cy="150" r="20" fx="100" fy="150">
<stop offset="0%" stop-color="yellow" />
<stop offset="100%" stop-color="red" />
</radialGradient>
<radialGradient id="fire2" cx="200" cy="150" r="20" fx="200" fy="150">
<stop offset="0%" stop-color="yellow" />
<stop offset="100%" stop-color="red" />
</radialGradient>
<ellipse cx="100" cy="150" rx="15" ry="25" fill="url(#fire1)" />
<ellipse cx="200" cy="150" rx="15" ry="25" fill="url(#fire2)" />
<path d="M90 130 C 80 120, 100 110, 110 120 L 100 100 Z" fill="yellow" stroke="orange" stroke-width="2" />
<path d="M190 130 C 180 120, 200 110, 210 120 L 200 100 Z" fill="yellow" stroke="orange" stroke-width="2" />
</svg>
Judge's Analysis
Player 1's submission better adheres to the prompt, clearly depicting a penguin juggling flaming torches on an iceberg under the northern lights.
The composition is balanced, and the background effectively evokes the northern lights.
Player 2's submission is more abstract and less recognizable as fulfilling the given scenario, making Player 1's image more suitable overall.
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
"Clock melting over a tree branch under a starry sky."
"A rocket blasting off surrounded by dancing jellyfish in space."
"A giraffe eating spaghetti at a fancy candlelit dinner table."
"A giraffe riding a unicycle on the moon."