+ 2

Can i draw a square or any other shapes with svg tag?

Only the example of circle is given

15th Apr 2019, 6:16 PM
Raingam Luikham
Raingam Luikham - avatar
1 Réponse
+ 4
You can draw any shape with SVG, you can use points and curviture to mark out a shape and then fill that shape with a color. The benefits with SVG is that whatever shape you create will always be pixel perfect. Here is the documentation for all SVG elements: https://developer.mozilla.org/en-US/docs/Web/SVG/Element
15th Apr 2019, 6:49 PM
Victor Andersson
Victor Andersson - avatar