lukehaas / css-loaders

A collection of loading spinners animated with CSS
MIT License
7.05k stars 1.04k forks source link

Fix positioning of overlays in load2 to get rid of ghost lines. #29

Closed smnscp closed 7 years ago

smnscp commented 7 years ago

There is a subtle displacement of the overlays in load2 which results in “ghost lines” where the circle is not completely covered. This commit fixes that issue by centering the overlays and there rotation origins.

before after

lukehaas commented 7 years ago

Thanks!