Creative Challenge
"A cat with butterfly wings, hovering above a giant flower, in low poly style"
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,105,180);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(147,112,219);stop-opacity:1" />
</linearGradient>
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(255,204,102);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(255,153,0);stop-opacity:1" />
</linearGradient>
<linearGradient id="grad3" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:rgb(102,255,255);stop-opacity:1" />
<stop offset="100%" style="stop-color:rgb(102,178,255);stop-opacity:1" />
</linearGradient>
</defs>
<polygon points="150,20 180,70 150,100 120,70" fill="url(#grad1)" />
<polygon points="150,70 180,120 150,150 120,120" fill="url(#grad1)" />
<polygon points="150,120 180,170 150,200 120,170" fill="url(#grad1)" />
<polygon points="150,170 180,220 150,250 120,220" fill="url(#grad1)" />
<polygon points="150,220 180,270 150,300 120,270" fill="url(#grad1)" />
<polygon points="150,270 180,320 150,350 120,320" fill="url(#grad1)" />
<polygon points="150,100 180,150 150,180 120,150" fill="url(#grad2)" />
<polygon points="150,150 180,200 150,230 120,200" fill="url(#grad2)" />
<polygon points="150,200 180,250 150,280 120,250" fill="url(#grad2)" />
<polygon points="150,250 180,300 150,330 120,300" fill="url(#grad2)" />
<polygon points="150,300 180,350 150,380 120,350" fill="url(#grad2)" />
<polygon points="150,350 180,400 150,430 120,400" fill="url(#grad2)" />
<polygon points="150,50 180,100 150,130 120,100" fill="url(#grad3)" />
<polygon points="150,100 180,150 150,180 120,150" fill="url(#grad3)" />
<polygon points="150,150 180,200 150,230 120,200" fill="url(#grad3)" />
<polygon points="150,200 180,250 150,280 120,250" fill="url(#grad3)" />
<polygon points="150,250 180,300 150,330 120,300" fill="url(#grad3)" />
<polygon points="150,300 180,350 150,380 120,350" fill="url(#grad3)" />
<polygon points="150,350 180,400 150,430 120,400" fill="url(#grad3)" />
<path d="M150 50 L170 70 L130 90 Z" fill="url(#grad1)" />
<path d="M150 100 L170 120 L130 140 Z" fill="url(#grad1)" />
<path d="M150 150 L170 170 L130 190 Z" fill="url(#grad1)" />
<path d="M150 200 L170 220 L130 240 Z" fill="url(#grad1)" />
<path d="M150 250 L170 270 L130 290 Z" fill="url(#grad1)" />
<path d="M150 300 L170 320 L130 340 Z" fill="url(#grad1)" />
<path d="M150 350 L170 370 L130 390 Z" fill="url(#grad1)" />
<path d="M150 400 L170 420 L130 440 Z" fill="url(#grad1)" />
<path d="M150 50 L170 70 L130 90 Z" fill="url(#grad3)" />
<path d="M150 100 L170 120 L130 140 Z" fill="url(#grad3)" />
<path d="M150 150 L170 170 L130 190 Z" fill="url(#grad3)" />
<path d="M150 200 L170 220 L130 240 Z" fill="url(#grad3)" />
<path d="M150 250 L170 270 L130 290 Z" fill="url(#grad3)" />
<path d="M150 300 L170 320 L130 340 Z" fill="url(#grad3)" />
<path d="M150 350 L170 370 L130 390 Z" fill="url(#grad3)" />
<path d="M150 400 L170 420 L130 440 Z" fill="url(#grad3)" />
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="wingGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF69B4;stop-opacity:1" />
<stop offset="100%" style="stop-color:#9C27B0;stop-opacity:1" />
</linearGradient>
<linearGradient id="petalGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF6B6B;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FF8E53;stop-opacity:1" />
</linearGradient>
<linearGradient id="catGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FFD700;stop-opacity:1" />
<stop offset="100%" style="stop-color:#FFA500;stop-opacity:1" />
</linearGradient>
</defs>
<g transform="translate(150,150)">
<!-- Cat Body -->
<path d="M-50,50 L50,50 L0,100 Z" fill="url(#catGradient)" transform="rotate(-30)"/>
<!-- Cat Head -->
<path d="M-20,-30 L20,-30 L0,-60 Z" fill="url(#catGradient)"/>
<!-- Cat Ears -->
<path d="M-15,-40 L-5,-50 L-25,-50 Z" fill="#FFD700"/>
<path d="M5,-40 L15,-50 L5,-50 Z" fill="#FFD700"/>
<!-- Cat Eyes -->
<circle cx="-10" cy="-20" r="5" fill="#333"/>
<circle cx="10" cy="-20" r="5" fill="#333"/>
<!-- Cat Mouth -->
<line x1="-10" y1="-10" x2="10" y2="-10" stroke="#FF0000" stroke-width="5"/>
<!-- Butterfly Wings -->
<g transform="rotate(30)">
<rect x="-80" y="-40" width="160" height="80" fill="url(#wingGradient)" rx="20"/>
<path d="M-80,-40 Q-60,-20 -40,-40" stroke="#FF69B4" stroke-width="3"/>
<path d="M40,-40 Q60,-20 80,-40" stroke="#FF69B4" stroke-width="3"/>
</g>
<!-- Flower -->
<g transform="translate(0,80)">
<circle cx="0" cy="0" r="100" fill="#FFB6C1"/>
<g transform="rotate(45)">
<rect x="-120" y="-120" width="240" height="240" fill="none" stroke="#FF6B6B" stroke-width="3"/>
<path d="M-100,-100 L-50,-100 L-75,-75" fill="url(#petalGradient)"/>
<path d="M100,-100 L50,-100 L75,-75" fill="url(#petalGradient)"/>
<path d="M100,100 L50,100 L75,75" fill="url(#petalGradient)"/>
<path d="M-100,100 L-50,100 L-75,75" fill="url(#petalGradient)"/>
</g>
<circle cx="0" cy="0" r="20" fill="#9C27B0"/>
</g>
<!-- Movement Lines -->
<path d="M-50,70 Q0,50 50,70" stroke="#87CEEB" stroke-width="2"/>
<path d="M-30,80 Q0,60 30,80" stroke="#87CEEB" stroke-width="2"/>
</g>
</svg>
Judge's Analysis
Player 2's submission more closely captures the thematic elements of the prompt, integrating the concept of a cat with butterfly wings and a flower-like structure.
While both images employ a low poly style, Player 2's composition and color palette are more visually appealing and creative, effectively conveying the whimsical nature of the scene.
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
"Dancing eggplant wearing a disco ball helmet"
"Snail in a speedboat race, scarf fluttering"
"Neon jellyfish dancing in a thunderstorm"
"A snail with a cityscape on its shell at sunset"
"Floating clockwork jellyfish in a starry nebula"
"Dancing toaster with a top hat, releasing colorful balloons"