Hello World! (Copy 4947) (Branch 5148) (Copy 5163)
✨ APHATSARA MORATSATHIAN
<style> body{ margin:2em; background:grey; } svg{ background:white; } </style> <svg viewBox="0 0 100 60"> <rect fill="red" width="20" height="20"/> <circle cx="5" cy="5" fill="hsl(30,70%,10%)" r="4"></circle> <circle cx="5" cy="5" fill="hsl(30,70%,30%)" r="3"></circle> <svg x="10"> <circle cx="5" cy="5" fill="hsl(30,70%,10%)" r="4"></circle> <circle cx="5" cy="5" fill="hsl(30,70%,30%)" r="3"></circle></svg> <ellipse cx="10" cy="11" rx="8" ry="8" fill="hsl(30,70%,60%)" /> <svg> <ellipse cx="7" cy="10" rx="2" ry="3" fill="hsl(30,70%,10%)" /> <circle cx="6" cy="9" fill="white" r=".8"></circle> </svg> <svg x="6"> <ellipse cx="7" cy="10" rx="2" ry="3" fill="hsl(30,70%,10%)" /> <circle cx="6" cy="9" fill="white" r=".8"></circle> </svg> <svg y="3"> <ellipse cx="10" cy="13" rx="5" ry="3" fill="hsl(30,70%,80%)" /> <ellipse cx="10" cy="11.5" rx="3" ry="1.5" fill="hsl(30,70%,30%)" /> <line x1="10" y1="12" x2="10" y2="13.5" stroke="hsl(30,70%,30%)" stroke-width=".5" stroke-linecap="round" /> </svg> <ellipse cx="10" cy="18" fill="hsl(10,70%,40%)" rx="1" ry="1"> </ellipse> <rect fill="green" width="20" height="20" y="20"/> <rect fill="red" width="20" height="20" y="40"/> <rect fill="green" width="20" height="20" x="20"/> <rect fill="red" width="20" height="20" y="0" x="40"/> <rect fill="green" width="20" height="20" y="0" x="60"/> <rect fill="red" width="20" height="20" y="0" x="80"/> <rect fill="red" width="20" height="20" y="20" x="20"/> <rect fill="green" width="20" height="20" y="40" x="20"/> <rect fill="green" width="20" height="20" y="20" x="40"/> <rect fill="red" width="20" height="20" y="20" x="60"/> <rect fill="green" width="20" height="20" y="20" x="80"/> <rect fill="red" width="20" height="20" y="40" x="40"/> <rect fill="green" width="20" height="20" y="40" x="60"/> <rect fill="red" width="20" height="20" y="40" x="80"/> </svg>