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

isTargetTransparent() now samples the cache directly. #4955

Merged

Commits on May 8, 2018

  1. isTargetTransparent() now samples the cache directly.

    Previously, isTargetTransparent would do a paint from the cache
    to the contextCache which has more overhead and is slower.
    With this commit, fabricjs will test the cache canvas directly
    using x/y coordinates calculated with respect to the target object
    center. This is more performant since it avoids an extra render
    on every call to isTargetTransparent.
    AndrewJDR committed May 8, 2018
    Configuration menu
    Copy the full SHA
    3665449 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Configuration menu
    Copy the full SHA
    c30e5b4 View commit details
    Browse the repository at this point in the history