Font-awesome: Duotone circle-notch spins off center

Created on 19 Aug 2019  路  3Comments  路  Source: FortAwesome/Font-Awesome

Describe the bug
The duotone variant of the circle-notch icon spins noticeably of center. This does not happen with the other variant of the circle-notch.

This is also visible on the FA-site itself.

To Reproduce

<i class="fas fa-spin fa-circle-notch fa-4x"></i><br><br>
<i class="far fa-spin fa-circle-notch fa-4x"></i><br><br>
<i class="fal fa-spin fa-circle-notch fa-4x"></i><br><br>
<i class="fad fa-spin fa-circle-notch fa-4x"></i><br><br>

fa-circle-notch

fa-4x was used to make it better visible.

Expected behavior
It should be centered correctly 馃槃

Version and implementation
Version: 5.10.1
Browser and version: Chrome 76.0.3809.100

  • [x] SVG with JS
  • [x] Web Fonts with CSS
  • [ ] SVG Sprites
  • [ ] On the Desktop

Bug report checklist

  • [x] I have filled out as much of the above information as I can
  • [x] I have included a test case because my odds go _way_ up that the team can fix this when I do
  • [x] I have searched for existing issues and to the best of my knowledge this is not a duplicate
bug duotone in progress

All 3 comments

Hi!

Thanks for being part of the Font Awesome Community and thanks for reporting this.

Given that wobbling cannot be solved in the CSS framework (ref: https://fontawesome.com/how-to-use/on-the-web/styling/animating-icons#issues), this issue is also present in the SVG framework.

I can confirm that there is a slight offset between fas fa-circle-notch and fad fa-circle notch

Demo: https://jsfiddle.net/tagliala/97r8f4y6/4/

The offset is also visible in the docs (fastly switch between these pages):

Let's assign @sensibleworld

This _should_ be fixed in the latest 5.10.2 release. Let me know if it's still an issue and I'll re-open.

Verified solved, thanks @sensibleworld!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sebastialonso picture sebastialonso  路  178Comments

vivekagr picture vivekagr  路  194Comments

jrf0110 picture jrf0110  路  170Comments

QuincyLarson picture QuincyLarson  路  308Comments

slayer925 picture slayer925  路  179Comments