Draw a crescent moon using SVG in HTML
问题 Is it possible to draw a crescent moon using SVG in HTML? I've been trying things out at W3 Schools but I don't see an example of this. I don't need any of the shading that you see in typical google images of 'crescent moon', just a solid border crescent moon. 回答1: Please note that my solution might not be the best. I am not an expert when it comes to vector graphics and you should definitely look for other solution The approach I took is to draw another image with the same background. It