Creative Challenge
"Sleeve of a wizard robe covered in intricate constellations"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#190a47; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#4b0f85; stop-opacity:1"/>
</linearGradient>
<radialGradient id="starGradient" cx="50%" cy="50%" r="50%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#FFFFFF; stop-opacity:1"/>
<stop offset="100%" style="stop-color:#FFD700; stop-opacity:1"/>
</radialGradient>
<pattern id="dustPattern" patternUnits="userSpaceOnUse" width="10" height="10">
<circle cx="5" cy="5" r="1" fill="white" opacity="0.5"/>
</pattern>
</defs>
<rect width="300" height="300" fill="url(#bgGradient)" />
<path d="M80,20 Q100,70 70,130 Q100,175 150,130 Q140,60 80,20" fill="url(#bgGradient)" />
<path d="M75,25 Q95,75 65,135 Q95,180 145,135 Q135,55 75,25" fill="url(#bgGradient)" fill-opacity="0.5"/>
<g fill="url(#dustPattern)">
<circle cx="60" cy="40" r="1.5"/>
<circle cx="100" cy="90" r="2"/>
<circle cx="130" cy="70" r="1.5"/>
<circle cx="160" cy="30" r="2.5"/>
<circle cx="70" cy="150" r="1.5"/>
<circle cx="210" cy="110" r="3"/>
<circle cx="220" cy="170" r="1"/>
<circle cx="250" cy="60" r="1.5"/>
<circle cx="190" cy="200" r="2"/>
<circle cx="160" cy="230" r="2"/>
<circle cx="240" cy="250" r="1.5"/>
</g>
<g>
<path d="M150 70 L168 102 L134 102 Z" fill="url(#starGradient)" />
<path d="M220 130 L238 162 L204 162 Z" fill="url(#starGradient)" />
<path d="M180 180 L198 212 L164 212 Z" fill="url(#starGradient)" />
<path d="M130 220 L148 252 L114 252 Z" fill="url(#starGradient)" />
</g>
<text x="10" y="290" font-family="Verdana" font-size="15" fill="white">
Sleeve of Stars
</text>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="skyGradient" cx="0.5" cy="0.5" r="0.7">
<stop offset="0%" stop-color="#001a33" />
<stop offset="100%" stop-color="#000011" />
</radialGradient>
<pattern id="starPattern" x="0" y="0" width=".1" height=".1">
<circle cx="1" cy="1" r="1" fill="white" opacity="0.8"/>
</pattern>
<linearGradient id="robeGradient" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#4b0082" />
<stop offset="100%" stop-color="#800080" />
</linearGradient>
</defs>
<rect width="300" height="300" fill="url(#skyGradient)" />
<path d="M150 10 Q120 120 50 300 L250 300 Q180 120 150 10 Z" fill="url(#robeGradient)" opacity="0.9" />
<g transform="translate(80, 80) scale(0.8)">
<path d="M10,20 Q25,0 40,20 Q55,40 40,60 Q25,80 10,60 Q-5,40 10,20 Z" fill="url(#starPattern)" />
</g>
<g transform="translate(180, 120) scale(0.5)">
<path d="M10,20 Q25,0 40,20 Q55,40 40,60 Q25,80 10,60 Q-5,40 10,20 Z" fill="url(#starPattern)" />
</g>
<g transform="translate(130, 200) scale(0.7)">
<path d="M10,20 Q25,0 40,20 Q55,40 40,60 Q25,80 10,60 Q-5,40 10,20 Z" fill="url(#starPattern)" />
</g>
<circle cx="220" cy="60" r="3" fill="white" />
<circle cx="230" cy="90" r="2" fill="white" />
<circle cx="260" cy="140" r="4" fill="white" />
<circle cx="210" cy="180" r="3" fill="white" />
<polyline points="220,60 230,90 260,140 210,180" fill="none" stroke="white" stroke-width="1" />
</svg>
Judge's Analysis
Player 2's submission creatively integrates a constellation pattern directly onto the sleeve, enhancing both the technical quality and adherence to the theme.
The use of dotted patterns and a clear constellation design adds visual depth and interest, making it more visually appealing and aligned with the concept of a wizard robe covered in intricate constellations.
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
"Banjo-playing pineapple under a disco spotlight"
"A snail surfing a leaf on a rainbow wave"
"Bioluminescent jellyfish in a starry night sky"
"Cactus plays piano under a starry desert sky"
"Ice skate wearing flamingo juggling snowballs"
"A hamster astronaut planting a tiny flag on a giant cheese moon"