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 for export PDF example compatibility issues, and layer opacity handling. #10656

Merged
merged 2 commits into from
Feb 13, 2020

Commits on Feb 13, 2020

  1. Update jspdf version

    mike-000 committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    f302b58 View commit details
    Browse the repository at this point in the history
  2. Fix IE compatibility. Add opacity handling.

    querySelectorAll().forEach() isn't supported by IE.
    Add opacity to the vector layer and handle it in the output.
    mike-000 committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    0b893f1 View commit details
    Browse the repository at this point in the history