0

How to make two circle between svg tag ..plz give example

20th Jul 2019, 5:46 PM
THE CRAZY ONE ✌️
THE CRAZY ONE ✌️ - avatar
4 ответов
+ 4
Yes, and you can insert as many svg tags as you want, the main height and width specify.
20th Jul 2019, 6:14 PM
Anna/Аня
Anna/Аня - avatar
+ 5
<svg width="#" height="#"> <circle r="20px" cx="100px" cy="100px" fill="green"/> <circle r="20px" cx="150px" cy="150px" fill="orange"/> </svg>
20th Jul 2019, 6:04 PM
Anna/Аня
Anna/Аня - avatar
+ 1
Oohk 👌👌 Thanks a lot mam ..
20th Jul 2019, 6:15 PM
THE CRAZY ONE ✌️
THE CRAZY ONE ✌️ - avatar
0
Is these also same for rectangle and other types...
20th Jul 2019, 6:08 PM
THE CRAZY ONE ✌️
THE CRAZY ONE ✌️ - avatar