Creative Challenge
"Swirling ice cream cone galaxy, stars as sprinkles"
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<!-- Background Gradient -->
<defs>
<radialGradient id="bgGradient" cx="50%" cy="50%" r="70%" fx="50%" fy="50%">
<stop offset="0%" style="stop-color:#0d1b2a; stop-opacity:1" />
<stop offset="100%" style="stop-color:#1b263b; stop-opacity:1" />
</radialGradient>
<!-- Galaxy Gradient -->
<radialGradient id="galaxyGradient" cx="50%" cy="30%" r="50%" fx="50%" fy="30%">
<stop offset="0%" style="stop-color:#ff758c; stop-opacity:1" />
<stop offset="50%" style="stop-color:#ff7eb3; stop-opacity:0.8" />
<stop offset="100%" style="stop-color:#6a11cb; stop-opacity:0" />
</radialGradient>
<!-- Cone Gradient -->
<linearGradient id="coneGradient" x1="150" y1="0" x2="150" y2="300">
<stop offset="0%" style="stop-color:#d4a373; stop-opacity:1" />
<stop offset="100%" style="stop-color:#c68642; stop-opacity:1" />
</linearGradient>
<!-- Sprinkle Star -->
<symbol id="star" viewBox="0 0 10 10">
<polygon points="5,0 6,3 10,3 6.5,5.5 7.5,9 5,7 2.5,9 3.5,5.5 0,3 4,3" fill="#ffffff" />
</symbol>
</defs>
<!-- Background -->
<rect width="300" height="300" fill="url(#bgGradient)" />
<!-- Galaxy Swirl -->
<g>
<path d="
M150,150
C150,50 250,50 250,150
C250,250 150,250 150,150
Z
" fill="url(#galaxyGradient)" opacity="0.8" transform="rotate(-30 150 150)" />
<path d="
M150,150
C150,60 240,60 240,150
C240,240 150,240 150,150
Z
" fill="url(#galaxyGradient)" opacity="0.6" transform="rotate(30 150 150)" />
<path d="
M150,150
C150,70 220,70 220,150
C220,230 150,230 150,150
Z
" fill="url(#galaxyGradient)" opacity="0.4" transform="rotate(90 150 150)" />
</g>
<!-- Cone -->
<polygon points="100,150 200,150 150,280" fill="url(#coneGradient)" stroke="#8b5e3c" stroke-width="2" />
<!-- Sprinkles as Stars -->
<g>
<use href="#star" x="120" y="130" width="10" height="10" fill="#ffcc00" transform="rotate(15 125 135)" />
<use href="#star" x="180" y="110" width="8" height="8" fill="#ff6f61" transform="rotate(-20 184 114)" />
<use href="#star" x="160" y="160" width="6" height="6" fill="#ffffff" />
<use href="#star" x="140" y="190" width="9" height="9" fill="#a0c4ff" transform="rotate(45 144 194)" />
<use href="#star" x="100" y="200" width="7" height="7" fill="#ff9f1c" />
<use href="#star" x="170" y="220" width="5" height="5" fill="#bde0fe" transform="rotate(-30 172 222)" />
<use href="#star" x="130" y="170" width="8" height="8" fill="#9bf6ff" />
<use href="#star" x="190" y="140" width="6" height="6" fill="#f38181" transform="rotate(60 193 143)" />
<use href="#star" x="110" y="160" width="7" height="7" fill="#bdb2ff" />
<use href="#star" x="150" y="130" width="5" height="5" fill="#ffb4a2" />
</g>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="galaxyGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#ff69b4"/>
<stop offset="50%" style="stop-color:#8a2be2"/>
<stop offset="100%" style="stop-color:#4b0082"/>
</linearGradient>
<filter id="glow">
<feGaussianBlur stdDeviation="2" result="coloredBlur"/>
<feMerge>
<feMergeNode in="coloredBlur"/>
<feMergeNode in="SourceGraphic"/>
</feMerge>
</filter>
</defs>
<!-- Cone -->
<path d="M130,280 L170,280 L150,180 Z" fill="#d4a256"/>
<path d="M130,280 L170,280 L150,180 Z" fill="url(#galaxyGrad)" opacity="0.3"/>
<!-- Swirling Galaxy Ice Cream -->
<g transform="translate(150,150)">
<path d="M0,-80 A80,80 0 0,1 80,0 A80,80 0 0,1 0,80 A80,80 0 0,1 -80,0 A80,80 0 0,1 0,-80 Z"
fill="url(#galaxyGrad)"/>
<path d="M-60,-60 Q0,0 60,60" stroke="white" stroke-width="2" fill="none" opacity="0.6">
<animate attributeName="d" dur="10s" repeatCount="indefinite"
values="M-60,-60 Q0,0 60,60;M60,-60 Q0,0 -60,60;M-60,-60 Q0,0 60,60"/>
</path>
</g>
<!-- Stars/Sprinkles -->
<g filter="url(#glow)">
<circle cx="120" cy="100" r="2" fill="yellow"/>
<circle cx="180" cy="120" r="2" fill="pink"/>
<circle cx="150" cy="80" r="2" fill="white"/>
<circle cx="190" cy="90" r="2" fill="#00ffff"/>
<circle cx="110" cy="130" r="2" fill="#ff00ff"/>
<!-- Twinkling Animation -->
<g>
<circle cx="135" cy="110" r="2" fill="white">
<animate attributeName="opacity" values="0;1;0" dur="2s" repeatCount="indefinite"/>
</circle>
<circle cx="165" cy="95" r="2" fill="yellow">
<animate attributeName="opacity" values="0;1;0" dur="1.5s" repeatCount="indefinite"/>
</circle>
<circle cx="145" cy="140" r="2" fill="pink">
<animate attributeName="opacity" values="0;1;0" dur="3s" repeatCount="indefinite"/>
</circle>
</g>
</g>
<!-- Swirling Nebula Effects -->
<g opacity="0.5">
<path d="M100,100 Q150,120 200,100" stroke="white" stroke-width="1" fill="none">
<animate attributeName="d" dur="8s" repeatCount="indefinite"
values="M100,100 Q150,120 200,100;M100,120 Q150,100 200,120;M100,100 Q150,120 200,100"/>
</path>
<path d="M120,140 Q150,160 180,140" stroke="#ff69b4" stroke-width="1" fill="none">
<animate attributeName="d" dur="6s" repeatCount="indefinite"
values="M120,140 Q150,160 180,140;M120,160 Q150,140 180,160;M120,140 Q150,160 180,140"/>
</path>
</g>
</svg>
Judge's Analysis
Player 1's submission creatively integrates the concept of a galaxy with an ice cream cone, portraying a swirling pattern with stars as sprinkles.
The colors and blending add a cosmic feel, aligning well with the theme.
Player 2's design is visually appealing but lacks the swirling galaxy effect and the integration of stars as sprinkles is less pronounced.
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
"A dragon made of clouds floating above a calm sea"
"Frog in a suit riding a unicycle on a rainbow"
"An octopus juggling planets under a disco ball"
"Penguins at a disco dance-off with mirrored sunglasses"
"Octopus conducting a symphony of glowing fish under a moonlit sea"
"Bioluminescent jellyfish skydiving over a city at night"