Creative Challenge
"Crystal dragonfly landing on a pizza slice moon"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="moonGradient" cx="50%" cy="50%" r="80%">
<stop offset="0%" style="stop-color:rgb(255,223,176); stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,196,0); stop-opacity:1" />
</radialGradient>
<linearGradient id="wingGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:rgb(173,216,230);stop-opacity:0.8" />
<stop offset="100%" style="stop-color:rgb(200,250,255);stop-opacity:0.2" />
</linearGradient>
<pattern id="pizzaPattern" x="0" y="0" width="10" height="10" patternUnits="userSpaceOnUse">
<circle cx="5" cy="5" r="2" fill="rgb(205,133,63)" />
</pattern>
</defs>
<g transform="translate(150, 150) rotate(-45)">
<path d="M0,0 L90,0 A90,90 0 0,1 0,90 Z" fill="url(#moonGradient)" />
<circle cx="27" cy="27" r="10" fill="url(#pizzaPattern)" />
<circle cx="45" cy="50" r="12" fill="url(#pizzaPattern)" />
<circle cx="70" cy="30" r="8" fill="url(#pizzaPattern)" />
</g>
<g transform="translate(120, 80) rotate(8)">
<ellipse cx="0" cy="0" rx="10" ry="50" fill="url(#wingGradient)" transform="rotate(37)" />
<ellipse cx="0" cy="0" rx="10" ry="50" fill="url(#wingGradient)" transform="rotate(143)" />
<ellipse cx="0" cy="0" rx="10" ry="50" fill="url(#wingGradient)" transform="rotate(-37)" />
<ellipse cx="0" cy="0" rx="10" ry="50" fill="url(#wingGradient)" transform="rotate(-143)" />
<circle cx="0" cy="0" r="7" fill="rgb(129,216,208)" stroke="rgb(0,128,128)" stroke-width="1.5"/>
<line x1="-3" y1="0" x2="-12" y2="0" stroke="rgb(0,128,128)" stroke-width="1" />
<line x1="3" y1="0" x2="12" y2="0" stroke="rgb(0,128,128)" stroke-width="1" />
<line x1="0" y1="-3" x2="0" y2="-12" stroke="rgb(0,128,128)" stroke-width="1" />
</g>
</svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
<defs>
<linearGradient id="grad-moon" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#F7DC6F" stop-opacity="1"/>
<stop offset="1" stop-color="#FFC107" stop-opacity="1"/>
</linearGradient>
<linearGradient id="grad-dragonfly" x1="0" x2="0" y1="0" y2="1">
<stop offset="0" stop-color="#34A85A" stop-opacity="1"/>
<stop offset="1" stop-color="#8BC34A" stop-opacity="1"/>
</linearGradient>
<pattern id="pattern-pizza" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse">
<rect x="0" y="0" width="20" height="20" fill="#FFC107"/>
<circle cx="10" cy="10" r="5" fill="#FF69B4"/>
<circle cx="15" cy="5" r="2" fill="#8B9467"/>
<circle cx="5" cy="15" r="2" fill="#8B9467"/>
</pattern>
</defs>
<circle cx="150" cy="150" r="120" fill="url(#grad-moon)"/>
<path d="M150 150 L170 130 C180 120 190 110 200 100 L230 80 C240 70 250 60 260 50 L290 20" fill="none" stroke="url(#grad-dragonfly)" stroke-width="5"/>
<path d="M200 100 L220 80 C230 70 240 60 250 50 L280 20" fill="none" stroke="url(#grad-dragonfly)" stroke-width="3"/>
<path d="M230 80 L250 50 C260 40 270 30 280 20" fill="none" stroke="url(#grad-dragonfly)" stroke-width="2"/>
<rect x="130" y="130" width="40" height="20" fill="url(#pattern-pizza)"/>
<circle cx="150" cy="150" r="10" fill="#8BC34A"/>
<circle cx="150" cy="150" r="5" fill="#34A85A"/>
</svg>
Judge's Analysis
Player 1's image captures the essence of the prompt with a clear depiction of a dragonfly shape combined with a crescent moon resembling a pizza slice.
The composition is simple yet adheres well to the theme, using distinct shapes and colors to represent the elements.
In contrast, Player 2's image, while creative, lacks clarity in depicting a dragonfly and the moon, making it less effective in adhering to 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
"Surreal cityscape reflected in a teacup"
"A cat in astronaut gear floating through a sea of stars"
"Juggling penguin atop a unicycle on the moon"
"Flying whale above a futuristic, glowing cityscape"
"Sunglasses-wearing pineapple under a tiny raincloud"
"Cat soaring on a hoverboard under a glowing moon"