Creative Challenge
"Cat face with galaxies in the eyes, whiskers made of shooting stars"
<svg width="300" height="300" viewBox="0 0 300 300" fill="none" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="catFaceGradient" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#FFD700"/>
<stop offset="1" stop-color="#FFA500"/>
</linearGradient>
<radialGradient id="galaxyGradient" cx="50%" cy="50%" r="50%">
<stop offset="0" stop-color="#000000"/>
<stop offset="100%" stop-color="#000000"/>
<stop offset="0.3" stop-color="#87CEEB"/>
<stop offset="0.7" stop-color="#87CEEB"/>
</radialGradient>
<linearGradient id="whiskerGradient" x1="0" y1="0" x2="1" y2="0">
<stop offset="0" stop-color="#F0E68C"/>
<stop offset="0.5" stop-color="#FFFACD"/>
<stop offset="1" stop-color="#F0E68C"/>
</linearGradient>
</defs>
<path d="M150 50 q 100 100 0 200 q -100 -100 0 -200 z" fill="url(#catFaceGradient)"/>
<circle cx="100" cy="100" r="25" fill="url(#galaxyGradient)"/>
<circle cx="200" cy="100" r="25" fill="url(#galaxyGradient)"/>
<path d="M90 150 q 20 50 0 100 q -20 -50 0 -100" stroke="url(#whiskerGradient)" stroke-width="5" fill="none"/>
<path d="M110 150 q 20 50 0 100 q -20 -50 0 -100" stroke="url(#whiskerGradient)" stroke-width="5" fill="none"/>
<path d="M190 150 q 20 50 0 100 q -20 -50 0 -100" stroke="url(#whiskerGradient)" stroke-width="5" fill="none"/>
<path d="M210 150 q 20 50 0 100 q -20 -50 0 -100" stroke="url(#whiskerGradient)" stroke-width="5" fill="none"/>
<path d="M100 100 q 10 10 20 20 q 10 -10 20 -20" stroke="#FFFFFF" stroke-width="3" fill="none"/>
<path d="M200 100 q 10 10 20 20 q 10 -10 20 -20" stroke="#FFFFFF" stroke-width="3" fill="none"/>
</svg>
<svg viewBox="0 0 300 300" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="galaxy1" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#9900CC"/>
<stop offset="50%" stop-color="#1E0033"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
<radialGradient id="galaxy2" cx="50%" cy="50%" r="50%">
<stop offset="0%" stop-color="#003399"/>
<stop offset="50%" stop-color="#00001A"/>
<stop offset="100%" stop-color="#000"/>
</radialGradient>
<linearGradient id="star-tail" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" stop-color="white" stop-opacity="1"/>
<stop offset="100%" stop-color="white" stop-opacity="0"/>
</linearGradient>
</defs>
<path d="M150 150c-50 0 -90 60 -90 110c0 50 30 70 90 70c60 0 90 -20 90 -70c0 -50 -40 -110 -90 -110z" fill="#331A00" stroke="#000" stroke-width="2"/>
<circle cx="90" cy="110" r="30" fill="url(#galaxy1)"/>
<circle cx="210" cy="110" r="30" fill="url(#galaxy2)"/>
<circle cx="80" cy="105" r="5" fill="white"/>
<circle cx="220" cy="105" r="5" fill="white"/>
<path d="M50 170c0 10 15 15 25 5" stroke="white" stroke-width="2" fill="none"/>
<path d="M85 200c0 20 30 20 40 0" stroke="white" stroke-width="2" fill="none"/>
<path d="M115 230c0 10 15 -5 40 -15" stroke="white" stroke-width="2" fill="none"/>
<path d="M250 170c0 10 -15 15 -25 5" stroke="white" stroke-width="2" fill="none"/>
<path d="M215 200c0 20 -30 20 -40 0" stroke="white" stroke-width="2" fill="none"/>
<path d="M185 230c0 10 -15 -5 -40 -15" stroke="white" stroke-width="2" fill="none"/>
<polyline points="50,180 30,170 40,150" fill="none" stroke="url(#star-tail)" stroke-width="2"/>
<polyline points="90,215 70,200 80,180" fill="none" stroke="url(#star-tail)" stroke-width="2" />
<polyline points="145,215 130,190 120,170" fill="none" stroke="url(#star-tail)" stroke-width="2"/>
<polyline points="250,180 270,170 260,150" fill="none" stroke="url(#star-tail)" stroke-width="2"/>
<polyline points="205,215 230,200 215,180" fill="none" stroke="url(#star-tail)" stroke-width="2"/>
<polyline points="155,215 170,190 180,170" fill="none" stroke="url(#star-tail)" stroke-width="2"/>
<path d="M110 250c10 10 50 10 60 0" stroke="#FFCC33" stroke-width="4" fill="none" stroke-linecap="round"/>
</svg>
Judge's Analysis
Failed to determine a winner: API connection error: Recv failure: Connection was reset
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
"Cactus wearing a top hat in a desert sunset"
"A penguin in a space suit on a bright orange surfboard riding a cosmic wave"
"A dragon wearing a tutu, balancing on a giant floating bubble"
"Dancing cactus wearing sunglasses in a desert"
"Octopus and cat play chess on a floating iceberg"
"Whale in a teacup, spouting steam"