O
O
olya_0972019-12-17 00:41:10
HTML
olya_097, 2019-12-17 00:41:10

Is it possible to combine these 3 circles into one svg-shku (if so, how)?

https://jsfiddle.net/Lswtz9f3/1/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
lamer350, 2019-12-17
@olya_097

<svg height="20" viewBox="0 0 360 120" version="1.1"
  xmlns="http://www.w3.org/2000/svg">
  <circle cx="60" cy="60" r="50"/>
  <circle cx="180" cy="60" r="50"/>
  <circle cx="300" cy="60" r="50"/>
</svg>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question