I
I
Ivan Ivanovich2020-02-24 10:45:56
css
Ivan Ivanovich, 2020-02-24 10:45:56

How to "make" stroke-dashoffset work?

Hello, there is a code - https://jsfiddle.net/r89ycxe2/

The fact is that the property does not work in the firefox browser. But there are no such problems in chrome, and everything works there as it should. Please tell me, is it possible to somehow make this green line more cross-browser way?
stroke-dashoffset: calc(440 - (440 * 90) / 100);



5e537f17147ac935097475.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Bogachev, 2020-02-24
@IwanQ

The fact is that the stroke-dashoffset property does not work in the firefox browser

If you add units of measure, then it starts working:
stroke-dashoffset: calc(440px - (440px * 90) / 100);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question