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

Fix: Only apply avar table to the variation axis being set #175

Merged
merged 3 commits into from
Oct 3, 2024

Commits on Oct 3, 2024

  1. Fix: Only apply avar to the variation being set.

    There is an issue in Rustybuzz where calling set_variations
    which internally calls set_variation multiple time will cause
    the avar table to be applied to the same coordinate value
    multiple times. This causes the wrong values to be set.
    Max Melander committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    009f8a3 View commit details
    Browse the repository at this point in the history
  2. fixes typo

    Max Melander committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    80d7e26 View commit details
    Browse the repository at this point in the history
  3. handle multiple axes with same tag

    Max Melander committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    36023f8 View commit details
    Browse the repository at this point in the history