Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI text rotation and scaling fix #11326

Merged

Commits on Jan 13, 2024

  1. In extract_text_uinodes to set the text's offset create a translati…

    …on matrix and multiply it by the UI node's transform.
    
    Previously the offset was just added directly to the translation of the Node's `GlobalTransform` which meant no scaling or rotation would be applied it.
    ickshonpe committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    0c0b74e View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    ickshonpe committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    0143c5d View commit details
    Browse the repository at this point in the history
  3. removed unused mut

    ickshonpe committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    a96ac21 View commit details
    Browse the repository at this point in the history
  4. remove unused import

    ickshonpe committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    bc916a1 View commit details
    Browse the repository at this point in the history