V
V
Vasily Vyaznikov2017-08-11 01:59:04
css
Vasily Vyaznikov, 2017-08-11 01:59:04

How to remove clipping circle svg?

I don't understand why the circle is cut off in svg:
https://codepen.io/anon/pen/qXjoLo
It is important to keep the height and width of 115px and the thickness of the circle's outline 12px
What's the problem? How to fix?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stalker_RED, 2017-08-11
@vyaznikov1991

Your circle does not fit in the size of the viewBox
Options:
1. reduce the size of the circle
2. increase the viewBox and move the center of the circle
3. just increase the viewBox ( viewBox="-20 -20 135 135")

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question