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

[Editor] Allow Float32Array for quadpoints in annotations (bug 1907958) #18526

Merged
merged 1 commit into from
Jul 31, 2024

Commits on Jul 31, 2024

  1. [Editor] Allow Float32Array for quadpoints in annotations (bug 1907958)

    Added annotations could have some quadpoints (highlight, ink).
    The isNumberArray check was returning false and consequently the annotation wasn't
    printable.
    The tests didn't catch this issue because the quadpoints were passed as Array.
    So driver.js has been updated in order to pass them as Float32Array in order
    to be in a situation similar to the real life one.
    calixteman committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5f95d9b View commit details
    Browse the repository at this point in the history