Describe the bug
States and Bars do not follow the bounding box of a top-down image with an off-center layout as it's facing is rotated.
This seems related to other top-down token issues with the token layout setting and token facing in #1060 and #1049.
To Reproduce
Steps to reproduce the behavior:
Token Editor > Config Tab > Shape, select Top Down.Token Editor > Config Tab > Layout, drag the token to a corner of the layout area .Token Editor > States Tab, check Dead and unhide the Health bar, setting it to 100% value.Expected behavior
States and bars should remain centered on the center of the token image as it has its facing rotated.
Screenshots
The error with token labels visible and a halo applied:

When set to 'Circle', the same token renders perfectly:

This image shows how Halos/Labels/Selection area, Token image, Token VBL, and States and Bars misalign in off-center, top-down tokens when their facing is rotated:

MapTool Info
Desktop (please complete the following information):
Additional context
Bars and States do scale correctly on tokens that are scaled in the Token Layout settings.
If this is fixed, it might be logical that it be fixed along with #1060 and #1049.
PR #1393 fixes this issue.
Tested new code. States, Halos and Bars correctly moving with rotating token. VBL still offset.

As #1049 covers the VBL issue. Considering this one complete.