0
How to make two circle between svg tag ..plz give example
4 ответов
+ 4
Yes, and you can insert as many svg tags as you want, the main height and width specify.
+ 5
<svg width="#" height="#">
<circle r="20px" cx="100px" cy="100px" fill="green"/>
<circle r="20px" cx="150px" cy="150px" fill="orange"/>
</svg>
+ 1
Oohk 👌👌
Thanks a lot mam ..
0
Is these also same for rectangle and other types...