K
K
KitKat2014-04-19 11:00:20
css
KitKat, 2014-04-19 11:00:20

How to change radius in svg code?

I need to change the radius of the animation so that it is square (when clicked), I think it's simple, but I'm not boom boom in svg)
codepen.io/anon/pen/alHJB
Please help!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Kityan, 2014-04-19
@bookworm

And try adding a transformation to the path element:
It will only be necessary to correct the thickness of the circumference line accordingly, since scale reduces it. To do this, you can fix the CSS in your example:

.progress-button svg.progress-circle path {
  stroke: #1ECD97;
  stroke-width: 10;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question