mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 13:27:17 +00:00

The progress button exhibits spiky diagonals when used it with the "striped" modifier. This can be seen better when drastically reducing the animation speed. Turns out its a Webkit rendering bug. I've stumbled into dozens of "workarounds" on the internet (mainly Stack Overflow), however none of them fixed the issue. After some crazy amount of experimentation, the issue is gone if we add 1% to certain stop positions. Weird stuff. Fixes: https://github.com/resin-io/etcher/issues/472 Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>